Skip to main content

SLEEP

Pause execution for a given delay (ms). Useful for pacing flows or waiting for external state changes.

At a glance

  • Category Control
  • Version: 1.0.8
  • Applications: all
  • Scope: all

Config Options

NameDescriptionDefaultRequiredResolvedConstraintsConditional Rules
delayDelay in milliseconds to sleep. Defaults to 1000 ms.NonefalsefalseNoneNone

Examples

Sleep for 2 seconds

- step: SLEEP
delay: 2000

See Also

General Resources: