Files
conductor-oss--conductor/scheduler/examples/retry-schedule.json
2026-05-04 14:13:03 -07:00

12 lines
232 B
JSON

{
"name": "retry-demo-schedule",
"cronExpression": "0 * * * * *",
"zoneId": "UTC",
"runCatchupScheduleInstances": false,
"startWorkflowRequest": {
"name": "retry_demo_workflow",
"version": 1,
"input": {}
}
}