Define the webhook method in the custom node. If an error occurs in the webhook method, the error will not be displayed on the UI and will continue to execute

Describe the bug
Define the webhook method in the custom node. If an error occurs in the webhook method, the error will not be displayed on the UI and will continue to execute

To Reproduce
Steps to reproduce the behavior:

My test actively throws an error and always returns
{
“code”: 0,
“message”: “Workflow Webhook Error: Workflow could not be started!”
},
and the workflow continues
image
image

Expected behavior
The workflow should be stopped at the error node instead of continuing

Environment (please complete the following information):

  • OS: [Mac Studio Apple M1 Max]
  • n8n Version [e.g. 0.217.0]
  • Node.js Version [e.g. 16.17.0]
  • Database system [e.g. postgreSql; ]
  • Operation mode [e.g. main; ]

Additional context
Add any other context about the problem here.

Hi @mark_up, I am sorry for the trouble. Unfortunately I am not quite up to speed which kind of error handling is expected right now for webhook nodes, but perhaps @marcus can confirm?

This was also opened on GitHub yesterday so we should probably close either this topic or the GitHub issue so that we are not splitting things up.

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