Hi , I needed a help in creating a wait node webhook trigger which should be in the middle of the workflow, rather than in the start of the workflow. The major agenda is that this wait node should wait till an api is called with some payload mimicking the action of a button. Can you help me in this request?
Hi First off, welcome to the Pipedream community. Happy to have you!
You can use the Delay action for doing just that.
It’s also available in Node.js code steps under $.flow.delay(milliseconds)
Any limit on the number of milliseconds?
Good question! We recommend keeping it under 1 year.
Thanks @pierce
1 Like