Azure Databricks · Arazzo Workflow
Azure Databricks Run an Existing Job and Wait
Version 1.0.0
Trigger an existing job with parameters and poll the run to completion.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine-LearningArazzoWorkflows
Provider
Workflows
run-existing-job-and-wait
Trigger an existing job with parameters and wait for the run to finish.
Confirms the job, triggers runJobNow with notebook_params, then polls getJobRun until life_cycle_state is TERMINATED.
1
2
runJobNow
Trigger an immediate run of the job, passing any notebook parameters and idempotency token, and capture the run_id.
3
pollRun
Retrieve the run state. Repeat until the run life_cycle_state is TERMINATED, then branch on the result_state.
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.