Workflow Executions v1 API - Class Execution.Types.Status (2.5.0)

public sealed class Execution.Types.Status : IMessage<Execution.Types.Status>, IEquatable<Execution.Types.Status>, IDeepCloneable<Execution.Types.Status>, IBufferMessage, IMessage

Reference documentation and code samples for the Workflow Executions v1 API class Execution.Types.Status.

Represents the current status of this execution.

Inheritance

object > Execution.Types.Status

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

Status()

public Status()

Status(Status)

public Status(Execution.Types.Status other)
Parameter
NameDescription
otherExecutionTypesStatus

Properties

CurrentSteps

public RepeatedField<Execution.Types.Status.Types.Step> CurrentSteps { get; }

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.

Property Value
TypeDescription
RepeatedFieldExecutionTypesStatusTypesStep