Module: Google::Cloud::Dataform::V1beta1::WorkflowInvocation::State
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Represents the current state of a workflow invocation.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- RUNNING =
The workflow invocation is currently running.
1
- SUCCEEDED =
The workflow invocation succeeded. A terminal state.
2
- CANCELLED =
The workflow invocation was cancelled. A terminal state.
3
- FAILED =
The workflow invocation failed. A terminal state.
4
- CANCELING =
The workflow invocation is being cancelled, but some actions are still running.
5