Wait
Pause workflow execution for a specified time delay
wa
The Wait block pauses workflow execution for a specified duration before continuing to the next block.
Use Cases
- Add delays between API calls to respect rate limits
- Wait for external processes to complete
- Implement polling patterns with scheduled intervals
- Add cooling periods between notification sends
Configuration
| Parameter | Type | Description |
|---|---|---|
duration | number | Time to wait |
unit | string | Time unit: seconds, minutes, hours |
Notes
- Category:
blocks - Type:
wait