| Modifier and Type | Class and Description |
|---|---|
static class |
Execution.Status.Step
Represents a step of the workflow this execution is running.
|
static class |
Execution.Status.Step.Builder
Represents a step of the workflow this execution is running.
|
| Modifier and Type | Method and Description |
|---|---|
Execution.Status.StepOrBuilder |
Execution.StatusOrBuilder.getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.StepOrBuilder |
Execution.Status.getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Execution.Status.StepOrBuilder |
Execution.Status.Builder.getCurrentStepsOrBuilder(int index)
A list of currently executing or last executed step names for the
workflow execution currently running.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Execution.Status.StepOrBuilder> |
Execution.StatusOrBuilder.getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<? extends Execution.Status.StepOrBuilder> |
Execution.Status.getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
List<? extends Execution.Status.StepOrBuilder> |
Execution.Status.Builder.getCurrentStepsOrBuilderList()
A list of currently executing or last executed step names for the
workflow execution currently running.
|
Copyright © 2024 Google LLC. All rights reserved.