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
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
getCluster
Retrieve the current cluster state. Repeat until the cluster reports RUNNING; branch to failure if it reports TERMINATED or ERROR.
3
reportFailure
getCluster
Read the cluster once more to capture the termination reason when the start did not reach RUNNING.