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