Forum Discussion
Hi @ryanlacjak,
To me this looks like an issue with the “Snap Execution” option. Maybe you have some snap that is set to “Execute” inside the child pipeline ? I tried the same thing like this.
Here the child pipeline is the same as yours ( without open output views ).
And I specifically set the first snap “Binary Router” to “Execute”, and as you can see the pipeline execute stops the flow because of that setting. If I set the first snap to “Validate & Execute”, it produces an output.
Another reason could be the Router snap. If both outputs of the Router snap don’t return any result then the Pipeline Execute snap won’t produce any result even if every snap is set to “Validate & Execute”. Here’s an example.
The flow is stopped even though every snap is set to “Validate & Execute”, but if we look closely inside the child pipeline in the binary router snap, both expressions are set to false.
So make sure your expressions in the router are correct.