NodesOperation
Pause For
Slot Usage: 0
Overview
Pause For blocks flow execution for a configured duration, then continues.
Use this for pacing, cooldown windows, timed retries, or synchronization gaps.
Input
Time Value
integer requiredNumeric pause amount.
Schema range: 1 to 3600000
Runtime notes:
- Values below
1are replaced with1000. - Value can be dynamic (reference-resolved each execution).
Time Duration
string requiredTime unit for Time Value:
- Milliseconds (
MILLISECONDS): pause in ms; best for short delays. - Seconds (
SECONDS): pause in whole seconds. - Minutes (
MINUTES): pause in whole minutes for long waits.
Default: MILLISECONDS
Runtime behavior:
- Unknown values fall back to milliseconds.
Output
No custom output fields are produced other than common metadata.
Flow Behavior
The node sleeps for resolved duration and then routes to default output.