Windmill · Arazzo Workflow
Windmill Schedule a Script
Version 1.0.0
Resolve a script, 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-script
Create a recurring cron schedule for an existing Windmill script.
Confirms the script exists, registers a cron schedule pointing at it with the supplied arguments, then reads the schedule back to verify it.
1
getScript
getScriptByPath
Read the script by path to confirm it exists before scheduling it.
2
createSchedule
createSchedule
Create a cron schedule targeting the script. is_flow is false because the target is a script, 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.