Timers give you control over how your flows behave over time.

Changelog

9 versions
v1.5.0 Latest
  • 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.
v1.2.1
  • Scheduler (appmixer.utils.timers.SchedulerTrigger): fix moment-timezone dependency.
v1.2.0
  • Scheduler (appmixer.utils.timers.SchedulerTrigger): New, more user-friendly scheduler component.
  • Cron Scheduler (appmixer.utils.timers.Scheduler): The previous scheduler component has been re-labeled to Cron Scheduler .
v1.1.0
  • Added timezone option to `Scheduler`.
v1.0.3
  • Scheduler, trigger immediately fixed.
v1.0.2
  • Schedule made more bulletproof to system crash.
  • Timer made more bulletproof to system crash.
v1.0.0
  • Initial version

Authentication

TypeDetails
Other

Triggers

3
Cron Scheduler icon

Cron Scheduler

This trigger schedules jobs to run periodically at fixed times, dates, or intervals using cron syntax.
Scheduler icon

Scheduler

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.
Timer icon

Timer

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.

Actions

1
Wait icon

Wait

This component receives a message and waits for provided time (interval) to send original message to output port.