Skip to content

Scheduled ​

Starts a workflow automatically at the times defined by a cron schedule.

Purpose ​

Use this trigger when a workflow must run on a recurring basis without any user interaction or external event. Common uses include nightly data synchronisation, periodic report generation, regular health checks, and timed clean-up tasks. The schedule is defined once in the trigger configuration and the engine handles all future invocations automatically.

Inputs ​

FieldTypeRequiredDescription
Run ScheduledSchedule (Cron)YesThe cron expression or schedule definition that controls when the workflow runs.

Outputs ​

This trigger does not produce output variables.

Tentech