Wait
Pause workflow execution for a specified duration without blocking other flows. Useful for rate limiting, delays, and timing coordination.
The Wait node pauses execution for a configurable duration before continuing. Use it to add delays between steps, for example to respect rate limits or to space out external calls.
Wait
InputText (multiline)
DurationNumber
Duration UnitSelect
Pass Through InputToggle
Inputs
Each input can be typed in directly or connected to another node's output.
| Input | Type | Required | Description |
|---|---|---|---|
| Input | Text (multiline) | Optional | Optional data to pass through after the wait |
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| Duration | Number | 1 | |
| Duration Unit | Select | seconds | Options: Seconds · Minutes. |
| Pass Through Input | Toggle | On | Output the input after waiting, or output empty |