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

14 lines
310 B
JSON

{
"name": "bounded-demo-schedule",
"cronExpression": "0 * * * * *",
"zoneId": "UTC",
"runCatchupScheduleInstances": false,
"scheduleStartTime": "__START_MS__",
"scheduleEndTime": "__END_MS__",
"startWorkflowRequest": {
"name": "bounded_demo_workflow",
"version": 1,
"input": {}
}
}