create_schedule
Schedule periodic workflow executions by defining a cron expression, workflow name, task queue, and optional arguments for automation.
Instructions
Create a new schedule for periodic workflow execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for the workflow | |
| cron | Yes | Cron expression (e.g., '0 12 * * *') | |
| task_queue | Yes | Task queue for the workflow | |
| schedule_id | Yes | Unique identifier for the schedule | |
| workflow_name | Yes | Name of the workflow to schedule |