How to error handle

Hello,
I am trying to implement error handle in workflow.
If there is error, I want to log error and continue to work.
how to do that?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Denys_Yudin,

See the documentation here.

But just to clarify, you can use many features for that:

  1. Error handler workflow
    Create a workflow that is going to use the Error Trigger node to receive errors from other workflows.

    To send errors to the error handler you set it up here:


  2. Error output in a node
    Most nodes can have an error output enabled


:point_right: If my reply answers your question, please remember to mark it as a solution.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.