Hi. We are trying to understand the error capturing options in n8n.
I’ve reads tutorials and some entries here. We already have a capture error workflow in the settings of most workflows, and we also understand that I can “continue on error” on a specific node, but we would like to make decisions on the workflow based on a possible error.
So for example, only if a rocket.chat notification fails, send an email. If we do “continue on error” both would always be sent so I am trying to archive it via evaluating the “Success” field of previous node as in so:
It would be great to confirm if this is correct and could apply to “any node”.
ERROR CAPTURE
Additionally, I am also trying to understand how the error trigger works. If a node has workflow to report errors to and I add an error trigger in the workflow itself what happens?
Both get executed, or only the “local one”?
Do “continue on errors” trigger the error trigger in any case?
Can I avoid somehow a node triggering it intentionally?
Finally, any way of making a certain error workflow be the default when creating new ones?
Thanks.