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
Main workflow
Setting error workflow
Error workflow
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
theo
July 10, 2025, 12:38pm
2
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
3 Likes
Thank for give me your time, I have try to use Webhook Node and test by Postman and it works
2 Likes
system
Closed
July 21, 2025, 4:44pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.