create_schedule
Create a schedule to run a Temporal workflow periodically using a cron expression, specifying workflow details and arguments.
Instructions
Create a new schedule for periodic workflow execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_id | Yes | Unique identifier for the schedule | |
| workflow_name | Yes | Name of the workflow to schedule | |
| task_queue | Yes | Task queue for the workflow | |
| cron | Yes | Cron expression (e.g., '0 12 * * *') | |
| args | No | Arguments for the workflow |