Azure Databricks · Arazzo Workflow
Azure Databricks Start a Terminated Cluster and Wait
Version 1.0.0
Start a terminated cluster and poll its state until RUNNING.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine-LearningArazzoWorkflows
Provider
Workflows
start-cluster-and-wait
Start a terminated cluster and wait until it is RUNNING.
Starts a terminated cluster by id, then polls getCluster until the state is RUNNING, branching to a failure end if it becomes TERMINATED.
1
startCluster
Issue a start request for the terminated cluster. The cluster begins transitioning to a PENDING then RUNNING state using its last config.
2
pollCluster
Retrieve the current cluster state. Repeat until the cluster reports RUNNING; branch to failure if it reports TERMINATED or ERROR.
3
reportFailure
Read the cluster once more to capture the termination reason when the start did not reach RUNNING.
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.