Skip to main content
The delay step allows you to pause the execution of your workflow for a specified duration. This is useful for implementing features like follow-up notifications, reminder sequences, or cooldown periods.

Example Usage

Delay Step Output

Delay Step Result

The delay step can be skipped conditionally using the skip option, allowing you to implement dynamic delay logic based on your workflow’s needs.

Conditional Delay Example