Sleep
Pause workflow execution for a duration.
Introduce a deliberate delay between steps. Useful for rate limiting, waiting for external processes, or pacing workflows that interact with APIs.
Components
| Component | Description |
|---|---|
sleep | Is a control component that sleeps for a specified duration |
How is this guide?