Azure Databricks · Arazzo Workflow
Azure Databricks Cancel an Active Job Run
Version 1.0.0
Cancel a run and poll until its life cycle state is TERMINATED.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine-LearningArazzoWorkflows
Provider
Workflows
cancel-active-run
Cancel a job run and wait until it is fully TERMINATED.
Reads the run to confirm it is active, cancels it, then polls getJobRun until life_cycle_state is TERMINATED.
1
2
cancelRun
Issue the cancel request. Cancellation is asynchronous so the run may still be running immediately afterwards.
3
pollRun
Retrieve the run state. Repeat until the run life_cycle_state is TERMINATED, confirming the cancellation took effect.
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.