Error Node
The Error Node enables you to reject the full workflow, terminating execution with an error event wherever you define it in your execution flow. There are two types of errors you could raise with this node:
- Pass-through - Use an
Erroroutput from an upstream node and pass it through to this node. - Custom - Define your own
Stringoutput that this node will use as an error message
