What's the best way to route an error to an error view AND stop that portion of the pipeline when it happens?
i.e. if an error occurs, I want to pass to error to the error view and not execute the child pipeline
Hi Milo P., I faced this case, and instead of the Gate snap, I use the Group By N snap with N = 0: it groups its inputs, and outputs nothing if no input was received. 🙂 (You could also activate the "ignore empty input" checkbox in the Gate snap)