Timers give you control over how your flows behave over time.
Changelog
9 versions
v1.5.0Latest
Added test() (Flow Test Mode) to triggers (Scheduler, SchedulerTrigger, Timer).
v1.4.0
SchedulerTrigger: added test() (Flow Test Mode) — emits one well-formed schedule payload via the same getNextRun() computation, without setting timeouts or touching state.
v1.3.0
Implemented multiselect input normalization for SchedulerTrigger daysOfWeek and daysOfMonth fields.
Schedule jobs to run periodically based on various time intervals, such as daily, weekly, monthly, or custom intervals. It supports advanced configurations like start and end times, time zones, and immediate triggering.
This trigger fires at the frequency provided by the interval configuration property. First message is sent to output when flow is started, this message does not have 'lastTick' and 'elapsed' property set.