Skip to content
On this page

Timers

Timer

Triggers at a specified interval.

Properties

PropertyDescription
TimeoutThe time interval at which this activity should tick.

Outcomes

OutcomeDescription
DoneAlways scheduled when the activity completed.

ClearTimer

Cancel a timer (Cron, StartAt, Timer) so that it is not executed.

Properties

PropertyDescription
ActivityIdThe ID of the timer (Cron, StartAt, Timer) activity, which is to be cleared.

Outcomes

OutcomeDescription
DoneAlways scheduled when the activity completed.

Cron

Triggers periodically based on a specified CRON expression.

Properties

PropertyDescription
Cron ExpressionSpecify a CRON expression.

Outcomes

OutcomeDescription
DoneAlways scheduled when the activity completed.

StartAt

Triggers at a specified moment in time.

Properties

PropertyDescription
InstantAn instant in the future at which this activity should execute.

Outcomes

OutcomeDescription
DoneAlways scheduled when the activity completed.