07-10-2017 02:56 AM
When a pipeline fails, there are some snaps whose execution stops, want to understand how does it actually happen?
Example, I have the below pipeline,
when one of the pipeline in this fails I see the below statistics,
I do not understand why the other independent pipeline’s execution should be affected?
07-12-2017 10:21 AM
Ok, thanks you for the explanation. I have enabled the error view on the pipeline execute snap and I could achieve what I intended to.
05-21-2019 01:31 AM
Hi Team,
I am also facing the similar issue. I am using Pipeline Execute to invoke the child pipeline execution.
Child pipeline has Error pipeline defined. My observation is when there is an error in child pipeline it invokes the error pipeline and stops the execution of Parent pipeline.
E.g. Pipeline execute is supposed to call child pipeline to process 19 JSON files. If there is an error in 17th JSON file, execution of Parent pipeline also stops and it won’t process 18th and 19th file.
Can you please suggest?
Regards,
Ajit Bodkhe.
05-21-2019 03:19 PM
You could try the following:
Add the Error View to the pipexec snap so that any error that comes from the child pipeline, it will log the error and continue. This way the parent pipeline will not terminate.