Hello,
my goal is to receive data as a response to the first node of my workflow. The data will be sent to the resumeUrl. Everything seems to be working except that the first node prints a response from the HTML node instead of waiting for 5 seconds and using respondToWebhook node.
Any guesses as to why the workflow ignores wait and responds too soon?
Information on your n8n setup
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
hello @Yaroslav_K
I suppose your wait node returns the response and thus it doesn’t wait for anything.
Anyway, your version is too old (about 2 years old) so I advise updating to the latest one.
Hello @barn4k,
the workflow responds with the output of HTTP node.
After updating n8n version and playing a bit with the workflow I realized that “respond to webhook” node responds to the “wait” node “resumeUrl”. Then if there is respond node between “http” and “wait” it would work as a response to the webhook trigger node.
My question is - is there a way to respond to the first node in my workflow with all the data in the end of my workflow?
maybe @Jon can help with that