Interface Execution.StatusOrBuilder (2.44.0)

public static interface Execution.StatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurrentSteps(int index)

public abstract Execution.Status.Step getCurrentSteps(int index)

A list of currently executing or last executed step names for the workflow execution currently running. If the workflow has succeeded or failed, this is the last attempted or executed step. Presently, if the current step is inside a subworkflow, the list only includes that step. In the future, the list will contain items for each step in the call stack, starting with the outermost step in the main subworkflow, and ending with the most deeply nested step.

repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;

Parameter
Name Description
index int
Returns
Type Description
Execution.Status.Step

getCurrentStepsCount()

public abstract int getCurrentStepsCount()

A list of currently executing or last executed step names for the workflow execution currently running. If the workflow has succeeded or failed, this is the last attempted or executed step. Presently, if the current step is inside a subworkflow, the list only includes that step. In the future, the list will contain items for each step in the call stack, starting with the outermost step in the main subworkflow, and ending with the most deeply nested step.

repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;

Returns
Type Description
int

getCurrentStepsList()

public abstract List<Execution.Status.Step> getCurrentStepsList()

A list of currently executing or last executed step names for the workflow execution currently running. If the workflow has succeeded or failed, this is the last attempted or executed step. Presently, if the current step is inside a subworkflow, the list only includes that step. In the future, the list will contain items for each step in the call stack, starting with the outermost step in the main subworkflow, and ending with the most deeply nested step.

repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;

Returns
Type Description
List<Step>

getCurrentStepsOrBuilder(int index)

public abstract Execution.Status.StepOrBuilder getCurrentStepsOrBuilder(int index)

A list of currently executing or last executed step names for the workflow execution currently running. If the workflow has succeeded or failed, this is the last attempted or executed step. Presently, if the current step is inside a subworkflow, the list only includes that step. In the future, the list will contain items for each step in the call stack, starting with the outermost step in the main subworkflow, and ending with the most deeply nested step.

repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;

Parameter
Name Description
index int
Returns
Type Description
Execution.Status.StepOrBuilder

getCurrentStepsOrBuilderList()

public abstract List<? extends Execution.Status.StepOrBuilder> getCurrentStepsOrBuilderList()

A list of currently executing or last executed step names for the workflow execution currently running. If the workflow has succeeded or failed, this is the last attempted or executed step. Presently, if the current step is inside a subworkflow, the list only includes that step. In the future, the list will contain items for each step in the call stack, starting with the outermost step in the main subworkflow, and ending with the most deeply nested step.

repeated .google.cloud.workflows.executions.v1.Execution.Status.Step current_steps = 1;

Returns
Type Description
List<? extends com.google.cloud.workflows.executions.v1.Execution.Status.StepOrBuilder>