Workflow Executions v1beta API - Enum Execution.Types.State (2.0.0-beta03)

public enum Execution.Types.State

Reference documentation and code samples for the Workflow Executions v1beta API enum Execution.Types.State.

Describes the current state of the execution. More states may be added in the future.

Namespace

Google.Cloud.Workflows.Executions.V1Beta

Assembly

Google.Cloud.Workflows.Executions.V1Beta.dll

Fields

NameDescription
Active

The execution is in progress.

Cancelled

The execution was stopped intentionally.

Failed

The execution failed with an error.

Succeeded

The execution finished successfully.

Unspecified

Invalid state.