Delay
Overview
The Delay node pauses workflow execution for a configurable duration. It is used for rate limiting API calls, creating polling intervals, and building timed sequences.
Category
Flow Control — flowcontrol/delay
Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| duration | Number | 1 | How long to wait |
| unit | String | seconds | Time unit: milliseconds, seconds, minutes |
Inputs & Outputs
- input1 — Upstream data (passed through after the delay)
- output1 — Same data, after the delay period has elapsed