Is it possible to trigger an error workflow when there is an error anywhere in a workflow?
At the moment, it only seems possible to trigger an error workflow when using the “Stop and Error” node.
With complex workflows, where there are dozens of nodes, adding a “Stop and Error” for every external API, code function and so on just isn’t practical.
It would be great if there was an option to simply trigger an error workflow from ANY error in a workflow WITHOUT having to using a Stop and Error node.
Basically, a good old fashioned “try / catch” approach for a workflow.