Describe the problem/error/question
I try to perform an action where I trigger a workflow and wait it to callback the main execution back. It works, partially, and I am getting trouble to make the Webhook respond properly. When I set the main workflow to “Respond to Webhook”, it does not respond to the FORMER HTTP Request. I am almost sure, the reason for the webhook not responding anymore is because I activate the “wait node” with option “On webhook call”, a bug in my opinion: Even though I set it as “Respond immediately”, other webhook calls just get “overlooked” or “overwritten” somehow…
I manage to design this minimal example below.
Please share your workflow
Information on your n8n setup
- n8nVersion: 1.80.5
- platform: docker (self-hosted)
- nodeJsVersion: 20.18.3
- database: postgres
- executionMode: scaling
- concurrency: -1
- license: enterprise (production)