ForEach Activity: Immediate Pipeline Failure on Any Child Activity Failure
Hello Azure community,
I’m working with azure data factory and have a pipeline set up with a ForEach activity that runs three activities in parallel:
1. Notebook A
2. Execute Pipeline B
3. Notebook C
My requirements is to ensure that if any one of these activities fails (e.g. Child Activity A or B or C fails after 2mints of pipeline start) the entire pipeline should fail immediately, regardless of the status of other activities (still running).
Could you please guide me on how to achieve this behaviour?
Thank you for assistance!
Hello Azure community, I’m working with azure data factory and have a pipeline set up with a ForEach activity that runs three activities in parallel: 1. Notebook A2. Execute Pipeline B3. Notebook C My requirements is to ensure that if any one of these activities fails (e.g. Child Activity A or B or C fails after 2mints of pipeline start) the entire pipeline should fail immediately, regardless of the status of other activities (still running). Could you please guide me on how to achieve this behaviour? Thank you for assistance! Read More