Building flows
Delay
Pause the flow for a fixed time before the next step.
The delay node waits the given time, then continues to the next step.
Spec
| Field | Meaning |
|---|---|
ms | Required. Milliseconds to wait before continuing. |
{ "slug": "wait", "type": "delay", "spec": { "ms": 5000 } }ms is in milliseconds, so 5000 waits 5 seconds.
