We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wait-Node
Limit Type
Amount
Unit
{ "nodes": [ { "parameters": { "resume": "webhook", "limitWaitTime": true, "resumeAmount": 5, "resumeUnit": "seconds", "options": {} }, "type": "n8n-nodes-base.wait", "typeVersion": 1.1, "position": [ 220, 0 ], "id": "f03c2431-4a90-49d5-a49b-7017f7a15130", "name": "Wait", "webhookId": "ca522807-206c-4b54-8542-10fd48dd80f6" } ], "connections": {}, "pinData": {}, "meta": { "instanceId": "8a0f4e2702f32f19e733825a1554a3e8f324c0954c0f1d18c22769193f2baae3" } }
Wait Node can resume after 5s if nowebhook.
Wait Node
webhook
macos
1.81.4
22
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @gaokun,
We have created an internal ticket to look into this which we will be tracking as "GHC-1159"
Sorry, something went wrong.
As you have put in a PR for this I am going to close this and we can just move the PR to review once tests are in place.
Successfully merging a pull request may close this issue.
Bug Description
Wait-Node
Limit Type
: 'After Time Interval',Amount
: 5,Unit
: seconds.To Reproduce
Expected behavior
Wait Node
can resume after 5s if nowebhook
.Operating System
macos
n8n Version
1.81.4
Node.js Version
22
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: