How to work using error?

If I had an error on a node and i want my workflow to account for such situation, how can i make it work? (I am not looking for a general error workflow), I just wish to utilise my error situation to flow in a certain way. Example, If this node errors, then do this and continue.

In both these nodes, If my node errors, i want it to flow on via the Error stream but it always flows via the Success stream

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:

Hi @Anshumann_Gupta

Thanks for posting here and welcome to the community! :cake:

Those look like community nodes that do HTTP requests and there it would depends on what the error expectation. If the response is a 404 or 500 then this might still be handled as success because it’s a valid response.

Could be worth reaching out to the package maintainers.

Do you have an example of wrong error routing of a core n8n node?

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