Forum Discussion
Hi @aprabhav,
Good day, what I usually do in a pipeline execute for the child-pipelines is set the when error occurs to stop the pipeline…
e.g.
Main pipeline pipeline execute snap, set when error occurs to “Route Error Data to Error View”
Then in your child-pipelines in the pipeline execute snap, set when error occurs to “Stop pipeline Execution”
Note this will set all the child pipeline to failed
Thanks,
MM