Skip to main content
The Delay action waits for a duration before the next connected action can run. Use it for short pacing intervals—not long-term scheduling.

Inputs

This action has no data outputs. Workflow execution continues after the wait finishes. Decimal durations are supported; 0.5 waits for approximately half a second. Actual timing may be slightly longer under load.
Values below 0 or above 5 are rejected. Use a schedule or another purpose-built waiting mechanism for delays longer than five seconds.