Windmill · Arazzo Workflow
Windmill Provision a Variable and Run a Consuming Script
Version 1.0.0
Create a variable, verify its value, then run a script that reads it.
View Spec
View on GitHub
AutomationInternal ToolsOpen SourceProCode API CompositionScriptsWebhooksWorkflow EngineWorkflowsArazzoWorkflows
Provider
Workflows
provision-variable-and-run-script
Create a Windmill variable and run a script that consumes it.
Creates a variable, verifies its stored value, then triggers a script run whose arguments reference the variable path.
1
createVariable
createVariable
Create the variable at the supplied path. The response body is the created variable path as plain text.
2
verifyVariable
getVariableValue
Read the variable value back to confirm it persisted as expected.
3
runScript
runScriptByPath
Run the consuming script asynchronously. The response body is the new job UUID.