startPlanExecution
inline suspend fun ArcRegionSwitchClient.startPlanExecution(crossinline block: StartPlanExecutionRequest.Builder.() -> Unit): StartPlanExecutionResponse
Starts the execution of a Region switch plan. You can execute a plan in either graceful or ungraceful mode.
Specifing ungraceful mode either changes the behavior of the execution blocks in a workflow or skips specific execution blocks.