Oracle · Arazzo Workflow
Oracle OCI Start Compute Instance
Version 1.0.0
Read a stopped instance, send the START action, then poll until it reports RUNNING.
Provider
Workflows
start-instance
Start a stopped compute instance and confirm it reaches RUNNING.
Reads the instance, performs the START action with an if-match guard, and polls the lifecycle state until the instance is RUNNING.
1
readInstance
getInstance
Read the instance to confirm it exists and capture its current ETag for optimistic concurrency control on the start action.
2
startInstance
instanceAction
Perform the START action on the instance to power it on, guarded by the ETag captured when reading the instance.
3
pollRunning
getInstance
Read the instance and check its lifecycle state. Repeat this step until the instance reports RUNNING.