Webhook Response Node Fails to find/match Corresponding Wait Node

Describe the problem/error/question

Respond to Webhook node does not find/match previous Wait node configured with:

  • Resume -> On Webhook Call
    and
  • Respond -> Using 'Respond to Webhook' Node

What is the error message (if any)?

No Webhook node found in the workflow

Insert a Webhook node to your workflow and set the “Respond” parameter to “Using Respond to Webhook Node”

Please share your workflow

Calling Workflow

  • Note: callback url altered to use docker-internal port number, but the replace() in the http node’s callbackurl-header value-expression would be removed if calling a service outside n8n/docker.

Called sub-workflow

This is not where the error happens. This part just serves as a stand-in for a web service that calls back (or at least attempts to).

Share the output returned by the last node

Node type n8n-nodes-base.respondToWebhook
Node version 1.1 (Latest)
n8n version 1.53.2 (Self Hosted)
Time 11/8/2024, 11:03:27 PM
Stack trace

NodeOperationError: No Webhook node found in the workflow at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/RespondToWebhook/RespondToWebhook.node.js:291:27) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:728:42) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:66 at processTicksAndRejections (node:internal/process/task_queues:95:5) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1086:20

Information on your n8n setup

  • n8n version: 1.53.2
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Docker host - MacOS

Update: Found that this issue was addressed in this github issue 10992 - fix(Respond to Webhook Node): Node does not work with Wait node
Released recently around version 1.6x.x - Verified working in 1.63.4

This can be closed and serve as a point of reference for anyone having this issue on an older release. (Looked but didn’t find any other related forum post).

1 Like

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