Skip to content

Timeout#

The Timeout task allows the user to configure a task that will emit depending on a set amount of time. The task supports emiting every set amount of time.

timeout

Inputs#

Name Data Type Description
Interval Integer Interval to emit
NumberOfOccurrences Integer Number of occurrences to trigger the cron job after activation/reactivation. Leave 0 to ignore the counter
Enable/Disable any Activates the timer execution

Outputs#

Name Data Type Description
Timestamp DateTime Current time upon execution
Success Boolean If there was no problem emits a true
Error Error Error that occurred during the processing of this task

Settings#

Name Data Type Default Description
Auto Enable Boolean true Activates the cronjob execution
Interval Integer 10000 Trigger the timer every number of milliseconds
NumberOfOccurrences Integer 0 Default number of occurrences to trigger the cron job after activation/reactivation. Leave 0 to ignore the counter

Behavior#

The Timeout task, allows the user to have actions that occur every set amount of time, for a set number of times.

Remarks#

There is no particular remark to be made.