Xentara v2.0.4
User Manual
|
A timer allows you to execute execution pipelines at regular intervals.
Timers have the following members:
key | The timer’s primary key. |
name | The timer’s name. The name is the last component of the primary key. |
UUID | The unique UUID of the timer. |
type | The timer’s element type. For timers, this is always “timer”. |
category | The timer’s category. For timers, this is always “timer”. |
expired | This is a pseudo-event that is triggered whenever the timer expires. This is not a real event, it can only be used as a trigger in an execution pipeline. |