create_cron_schedule
Schedule a workflow to run automatically using a cron expression. Define the trigger, timezone, and enable or disable the schedule.
Instructions
Schedule a workflow to run on a cron expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Defaults to true. | |
| cronExpr | Yes | The cron expression, e.g. "0 9 * * 1-5" for weekdays at 09:00. | |
| timezone | No | IANA timezone, e.g. "Europe/Brussels". Defaults to UTC. | |
| triggerId | Yes | The id of the trigger node in the workflow document. | |
| workflowId | Yes | The workflow's id. |