Skip to content

Delay

Purpose of the Node

The Delay node is used to introduce a pause in the execution flow. It waits for a specified duration before continuing, which can be useful for synchronizing events or simulating delays in a workflow.

Pins

  • Time (ms): The delay time in milliseconds. The default value is set to 1000.0 milliseconds (1 second).
Pin NamePin DescriptionPin TypeValue Type
StartThe input pin that triggers the delay.Execution-
Time (ms)Specifies the delay time in milliseconds.Float-
EndThe output pin that is activated after the delay has completed.Execution-