create_schedule
Create a schedule to run a Temporal workflow periodically with a cron expression, workflow name, and task queue.
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 |