Is there a way to act upon errors individually by node?
I would like to send different messages depending on the node the gives out the error, including sending some of the workflow’s data and use it to parametize the error handling.
For example: If I have a workflow that sends an email at the end, if there is an error during execution I would like to send the execution’s client an email to their inputed address with a meaningful message of why it failed.
There is probably a way and I just haven’t found it.
I am aware you can set one error workflow per workflow, but can you send data (including which node gave the error) to the error workflow so that you can act within the context of the error?