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?
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?