Forum Discussion
tstack
8 years agoFormer Employee
I don’t think we have a direct way of doing this right now. Here are a couple of options:
- Add a Router snap to the parent pipeline that has a normal branch for executing the child pipelines and another branch that skips the children. A Union snap could then be used to join the two branches back together to execute the final child.
- Create a “do nothing” child pipeline that the PipelineExecute snap can run instead of the normal child pipeline. You would need to set the Pipeline property in the PipelineExecute snap to be an expression that would return the path to either the real child or the do-nothing child.