How to detect a failed graph inside a RUN_GRAPH component

I have a lot of simple graphs that I collapse into one graph which contains many RUN_GRAPH instances.

Is there an appropriate pattern to detect the failure of one of the run_graph instantiations?

Why don’t use one Run Graph component with input port? Through input port you can send names of graphs and then you can partition output by the result field.