POST /v1/durable/schedules - Create a new schedule
POST /v1/durable/schedules
Request Body required
Section titled “Request Body required ”Create schedule request
object
Whether to catch up missed triggers (default: false)
Cron expression (5-field or 7-field)
Optional description
Whether schedule is enabled (default: true)
Max catch-up executions
Max concurrent executions
Unique name for the schedule
Retry policy for failed executions
Target to trigger
object
Input JSON for the workflow/activity
Workflow type name or activity type name
Target type: “workflow” or “activity”
Timezone (default: UTC)
Responses
Section titled “ Responses ”Schedule created
Schedule response
object
Schedule target response
object
Invalid request
Standard error response for API endpoints.
object
Error message describing what went wrong.
Schedule name already exists
Standard error response for API endpoints.
object
Error message describing what went wrong.
Internal server error
Standard error response for API endpoints.
object
Error message describing what went wrong.