This topic was automatically generated from Slack. You can find the original thread here.
is there a limit value for the delay duration within a delay step?
This topic was automatically generated from Slack. You can find the original thread here.
is there a limit value for the delay duration within a delay step?
You should visit What are workflows? - Pipedream for the latest information on delay durations, but I’ll do my best to answer. Pipedream allows you to delay workflow execution using the $.flow.delay
function in Node.js or the built-in Delay actions. The delay duration can range from as little as one millisecond to as long as one year. This flexibility allows you to pause your workflow for a significant amount of time if needed. For more details, you can refer to the Pipedream documentation on delays.
Good job, Pi