Setting up a schedule
Configure a schedule in theconfig.yaml of your workflow:
Cron expression reference
Common examples
Managing schedules
Pausing a schedule
Setenabled: 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 apayload 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.