Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a parent pipeline that has 2 children pipelines that is executes via an execute pipeline activity. Child 1 pipeline sets a Boolean variable that it uses in an "if" activity to send a notification as the last step of that pipeline. Now back in the parent pipeline, if that variable is true at the end of child1, I do not want to execute child2 pipeline. How can I accomplish this? Seems there must be an easy way that I am missing! Thanks!
I believe I have this solved. A bit confusing, but will try to explain...
Hope that makes sense and helps someone....