Skip to main content
Pauses the flow for a fixed number of milliseconds, then continues. Mostly a dev tool: insert it between steps to slow a run down so you can watch the Runs pane fill in, or to reproduce timing-sensitive behaviour. It has no effect on the data flowing through — it just waits.

Configuration

  • Duration (ms) — how long to wait before continuing. Clamped to 060000 ms.

Note

The pause blocks the run for its whole duration; cancellation is only checked between nodes, so a sleeping node finishes its wait before a cancel is honoured. The 60 s ceiling keeps a stray node from wedging a run.

Ports