Xentara v2.0.3
User Manual
Timers

A timer allows you to execute execution pipelines at regular intervals.

See also
Timers

Accessing Timers

Timers have the following members:

Attributes
keyThe timer’s primary key.
nameThe timer’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the timer.
typeThe timer’s element type. For timers, this is always “timer”.
categoryThe timer’s category. For timers, this is always “timer”.
Special Events
expiredThis 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.