Skip to main content

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
Dots are connection handles.

Inputs

Each input can be typed in directly or connected to another node's output.

InputTypeRequiredDescription
InputText (multiline)OptionalOptional data to pass through after the wait

Settings

SettingTypeDefaultDescription
DurationNumber1
Duration UnitSelectsecondsOptions: Seconds · Minutes.
Pass Through InputToggleOnOutput the input after waiting, or output empty

Output