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.Documentation Index
Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
delay_time | number | Yes | Time to wait in seconds |
Examples
Basic Delay
Wait for 2 seconds:Notes
- Time is specified in seconds
- Use delays sparingly; prefer using
wait_timeparameters on action nodes when waiting for specific elements

