Scheduling Workflows¶
Scheduled workflows run through the scheduler integration and Orchestrator scheduled endpoint.
Prerequisites¶
- Workflow invocation type includes
schedule(for exampletype: scheduleortype: [http, schedule]). - Scheduler service is deployed and reachable.
Example Schedule¶
Store schedules in flows/schedules/:
name: nightly-demo
workflow: nightly-demo
cron: "0 2 * * *"
payload_xml: "<root/>"
enabled: true
Verify Schedule Execution¶
- List schedules through scheduler proxy endpoints.
- Verify triggered runs in trace APIs.
- Validate expected payload processing results.