Enum Execution.Types.State (1.2.0)

public enum State

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

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.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.