Skip to main content
Scheduled triggers let you run workflows automatically at recurring intervals — hourly checks, daily reports, weekly data syncs, and more.

Setting up a schedule

Configure a schedule in the config.yaml of your workflow:

Cron expression reference

Common examples

Managing schedules

Pausing a schedule

Set enabled: false in the config YAML to pause a schedule without removing the configuration. Re-enable it later by setting it back to true. The change takes effect on the next commit.

Schedule payload

If your workflow has required inputs, you must provide a payload in the schedule config. These values are passed as inputs on each scheduled run:
Scheduled runs consume credits like any other run. Check the cost tracking page to monitor spending.