N8n Error Workflow not executing on error

I am trying to implement error handling in one of my workflows so that it sends a Slack message when there is a workflow error. I am currently getting an error in my workflow, but it is not triggering the error workflow.
image
image



I have linked the workflow - CC Webflow to N8N up to the error workflow - Error Handling Workflow and run the webflow via executions not via testing, the workflow is throwing an error but its not executing the error handling workflow.

I’ve tried de-activating and re-activating the CC Webflow to N8N workflow but it never wants to trigger.

Any help would be greatly appreciated

  • n8n version: 1.67.1
  • Database: SQLite
  • Running n8n via: n8n cloud
  • Operating system: Windows 11

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:
1 Like

I figured it out, was an error within the slack node, sorry about that

1 Like

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