Guys I am trying to run this with it is not waiting and giving me errors
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:
Hi @Arsh_Tyagi!
I think there might just be some confusion here due to how your workflow is constructed.
The output is available from the Wait node immediately, but the wait is actually applied before the following node is executed. Because your wait immediately precedes a node that has already been executed, it will appear as if the entire workflow progresses without any delay, when in reality the “proceed” node is waiting to execute.
Here’s a little screenshot to illustrate what I’m describing.
You can see the final node in my screenshot is not highlighted, and the workflow is in progress. That is the Wait node being applied.
I hope that clears things up!
Happy building!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.