Databricks · Arazzo Workflow
Databricks Cancel Job Run and Confirm Terminal
Version 1.0.0
Cancel an active run and poll until it reaches a terminal state.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
cancel-run-and-confirm
Cancel a run and confirm it reaches a terminal state.
Submits a cancel request for the run and then reads the run repeatedly until its life cycle state is TERMINATED, looping while it is still TERMINATING.
1
cancelRun
cancelJobRun
Request cancellation of the active run. Cancellation is asynchronous and the run transitions to a TERMINATING state.
2
pollRun
getJobRun
Read the run metadata and inspect the life cycle state. Loop back while the run is still TERMINATING; finish once it is TERMINATED.