Error workflow can not be triggered

The error workflow can not be trigger

I have config error workflow in the main workflow, but when I intentionally make the error in the main workflow to trigger the error workflow, it is not triggered at all.

Here is my test workflow and execution logs

Workflows

Execution logs

I think the expected behaviour shoud be whenever my main workflow encounter error, there should be an error workflow execution right after that execution.

Information on your n8n setup

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

Hey @Luu_Thieu

Error Workflows do only get triggered in production executions, not manual executions (as you did since there’s a funnel icon in your execution logs).

Did you test it via a production execution?

2 Likes

According to documentation, you can’t test the error manually, that includes that you can do Stop and Error node.

If you still wanna try the Error trigger, you can use my nodes to see if the error trigger is triggered

Hope it helps, and kindly mark my message as solution if it solved your problem :slight_smile:

3 Likes

Thank for give me your time, I have try to use Webhook Node and test by Postman and it works :smile:

2 Likes

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