Delay Block
Introduce delays in Scout workflows for timing control
The Delay block is designed to introduce a pause or delay within a Scout workflow. This functionality is crucial for timing control, allowing certain steps to be delayed until a specified duration has passed.
Configuration (Required)
The delay parameter specifies the duration of the pause in milliseconds. This allows you to control the timing of subsequent workflow steps. The default value is 1000 milliseconds (1 second).
Outputs
The Delay block outputs the actual delay applied in milliseconds along with elapsed time details. This information can be used to verify the timing control within your workflow.
Usage Context
Use this block when you need to introduce a delay in your workflow, such as waiting for an external process to complete.
Best Practices
- Set appropriate delay durations: Avoid unnecessary workflow slowdowns by setting delays that are appropriate for your specific use case.
- Use delays judiciously: Balance timing control and efficiency to ensure optimal workflow performance.