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)

Delay (ms)
integer

The amount of time to delay the workflow execution, specified in milliseconds. 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 or for debugging purposes.

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.