Reference documentation and code samples for the Dataform V1beta1 API module Google::Cloud::Dataform::V1beta1::WorkflowInvocation::State.
Represents the current state of a workflow invocation.
Constants
STATE_UNSPECIFIED
value: 0
Default value. This value is unused.
RUNNING
value: 1
The workflow invocation is currently running.
SUCCEEDED
value: 2
The workflow invocation succeeded. A terminal state.
CANCELLED
value: 3
The workflow invocation was cancelled. A terminal state.
FAILED
value: 4
The workflow invocation failed. A terminal state.
CANCELING
value: 5
The workflow invocation is being cancelled, but some actions are still
running.