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
getJob
getJob
Confirm the job exists and capture its name before triggering a run.
2
runJobNow
runJobNow
Trigger an immediate run of the job, passing any notebook parameters and idempotency token, and capture the run_id.
3
pollRun
getJobRun
Retrieve the run state. Repeat until the run life_cycle_state is TERMINATED, then branch on the result_state.