Skip to main content
The Delay node pauses workflow execution for a specified amount of time. This is useful when you need to wait for animations, API responses, or other time-dependent operations.

Parameters

Examples

Basic Delay

Wait for 2 seconds:

Notes

  • Time is specified in seconds
  • Use delays sparingly; prefer using wait_time parameters on action nodes when waiting for specific elements