Hi Team,
I built a data pipeline in DPC where i am using a grid iterator that is set to concurrent and calls the child pipeline for each iterator using run ORCH. now that run ORCH failure is connected to a SQL script component that calls a procedure in case the pipeline fails. My understanding is even if one iteration fails that failure is returned to the main pipeline nand the failure sql script should be called which is not happening, the iterations are failing its drectly going to end success and skipping the failure sql script call, this is the execution ID:Pipeline status-FAILED
Pipeline execution ID==019d53bf-c3c5-7f8c-82a3-5950c4fd5a69
