Bug report : Respond to Webhook node just returns "success : true" in v2 when there is a wait node with “On webhook call” turned on in the workflow, and not the JSON put in the Response Body

Describe the bug

Since upgrading to n8n v2.0.0-rc.4, the Respond to Webhook node returns an empty HTTP response body, even though the node executes successfully and shows the correct JSON payload in the execution log.

To Reproduce

  1. n8n running in queue mode (1 main + 5 workers, Redis as broker)

  2. Workflow triggered by Webhook node with responseMode: "responseNode"

  3. Workflow ends with Respond to Webhook node configured to return JSON

  4. Call the webhook via curl

Expected behavior

The HTTP response should contain the JSON body defined in the Respond to Webhook node.

Actual behavior

  • HTTP status: 200 OK

  • Response body: empty

Environment

  • n8n version: 2.0.0-rc.4

  • Deployment: Docker Compose (self-hosted)

  • Mode: Queue mode (main + 5 workers)

  • Database: PostgreSQL

  • Broker: Redis

Additional context

  • This workflow has been working perfectly for months on v1.x

  • The issue appeared after upgrading to v2

  • Testing with curl shows HTTP 200 but empty body

  • Same workflow works correctly when tested manually in the n8n UI (test webhook)

Workflow JSON (simplified)

I precise : the problem appears when I’ve got a subworkflow with a wait node (with incoming webhook) in the workflow !!

I got the exact same issue here, using a webhook to trigger a workflow from a Monday.com environment.. Any thoughts about the issue here?

Hello all, I confirm that when a workflow has a “Wait node” with “On webhook call” turned on, the “Respond to Webhook” node of the workflow just sends “success : true” what ever the JSON you put in the Response Body.

But if I desactivate the node, it sends the complete JSON (normal process).

I’m on 2.2.1