set_schedule
Schedule a workflow to run automatically using a cron expression, with configurable default input and timezone.
Instructions
Schedule a workflow to run automatically on a cron schedule.
Args: workflow_id: UUID of the workflow cron_expression: Cron expression (e.g. "0 8 * * 1-5" for weekdays at 8am) default_input: The input text to use for each scheduled run timezone: Timezone for the schedule (default: UTC)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| cron_expression | Yes | ||
| default_input | Yes | ||
| timezone | No | UTC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |