Windmill · Arazzo Workflow
Windmill Run a Script and Await its Result
Version 1.0.0
Trigger a script by path, poll the job until it completes, then read the result.
View Spec
View on GitHub
AutomationInternal ToolsOpen-SourcePro-Code-API-CompositionScriptsWebhookWorkflow EngineWorkflowsArazzoWorkflows
Provider
Workflows
run-script-and-await-result
Run a Windmill script by path and wait for the asynchronous job result.
Resolves the script, starts an asynchronous run, polls until the job is completed, then returns the result and success status of the completed job.
1
getScript
getScriptByPath
Fetch the script metadata to confirm the path exists and to surface the expected argument schema before running it.
2
runScript
runScriptByPath
Submit an asynchronous run of the script by path. The response body is the newly created job UUID as plain text.
3
pollResult
getCompletedJobResultMaybe
Poll the completed-result-maybe endpoint. While the job is still running the completed flag is false, so the flow loops back to poll again; once completed it proceeds to read the full job record.
4
getResult
getCompletedJob
Read the full completed job record to capture the result payload, success flag and execution timing.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for arazzo workflows
4 MCP tools reach this
find_arazzoBrowse and filter every workflow in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/windmill-run-script-and-await-result-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.