Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Having some issues with handling activity errors in pipelines. These three cases demonstrate the issue:
The first case handles the error of the Fail2 activity and the pipeline can succeed.
In the second case, when I add the Wait2 On Success activity then the pipeline will fail even though the Handle Fail2 activity does succeed.
In the third case, I need to include an On Skip dependency for the Handle Fail3 activity in order to handle the Fail3 failure and let the pipeline succeed.
Does this seem correct?
Solved! Go to Solution.
Hey,
These are expected scenarios .
Please refer the below blogs for some explanation :
similar use case:
Hi @KLCarpenter ,
Thanks for using Fabric Community.
I am unable to understand your query. Can you please explain the issue again so I can help you in resolving your query.
Hey,
These are expected scenarios .
Please refer the below blogs for some explanation :
similar use case: