Windmill · Arazzo Workflow
Windmill Create and Run a Script
Version 1.0.0
Deploy a new script from source, confirm it deployed, then run it.
View Spec
View on GitHub
AutomationInternal ToolsOpen SourceProCode API CompositionScriptsWebhooksWorkflow EngineWorkflowsArazzoWorkflows
Provider
Workflows
create-and-run-script
Create a Windmill script from source and immediately run it by path.
Creates a script with the given path, content and language, verifies it by reading it back, then starts an asynchronous run and returns the job id.
1
createScript
createScript
Deploy a new script from the supplied path, content and language. The response body is the new script hash as plain text.
2
verifyScript
getScriptByPath
Read the script back by path to confirm the deployment succeeded and to capture the canonical hash of the deployed version.
3
runScript
runScriptByPath
Submit an asynchronous run of the freshly deployed script. The response body is the new job UUID.