Windmill · Arazzo Workflow
Windmill Schedule a Flow
Version 1.0.0
Resolve a flow, create a cron schedule for it, then read the schedule back.
View Spec
View on GitHub
AutomationInternal ToolsOpen SourceProCode API CompositionScriptsWebhooksWorkflow EngineWorkflowsArazzoWorkflows
Provider
Workflows
schedule-flow
Create a recurring cron schedule for an existing Windmill flow.
Confirms the flow exists, registers a cron schedule pointing at it with the supplied arguments, then reads the schedule back to verify it.
1
getFlow
getFlowByPath
Read the flow by path to confirm it exists before scheduling it.
2
createSchedule
createSchedule
Create a cron schedule targeting the flow. is_flow is true because the target is a flow, and the schedule is enabled immediately.
3
getSchedule
getSchedule
Read the schedule back to confirm it was registered with the expected cron expression and enabled state.