Interface Execution.StatusOrBuilder (2.29.0)

publicstaticinterface Execution.StatusOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCurrentSteps(int index)

publicabstractExecution.Status.StepgetCurrentSteps(intindex)

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()

publicabstractintgetCurrentStepsCount()

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()

publicabstractList<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)

publicabstractExecution.Status.StepOrBuildergetCurrentStepsOrBuilder(intindex)

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()

publicabstractList<?extendsExecution.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>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.