Skip to main content

Periodic Event

info

Available only in the main Flow.

A Periodic Event Node will periodically trigger the Nodes connected to its output. You can define the interval in seconds. E.g. if you specify 10 seconds as interval, the connected Nodes will be executed every 10 seconds.

If Start immediately is enabled, the first event is triggered at the start of the Flow, otherwise after the first interval.

note

Only one event can be processed at a time. In case the interval is shorter than the execution time of the connected Nodes, the event is triggered after the Nodes are finished. Therefore, the interval can be larger than set.