Dataflow V1beta3 API - Module Google::Cloud::Dataflow::V1beta3::ExecutionState (v0.3.0)

Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::ExecutionState.

The state of some component of job execution.

Constants

EXECUTION_STATE_UNKNOWN

value: 0
The component state is unknown or unspecified.

EXECUTION_STATE_NOT_STARTED

value: 1
The component is not yet running.

EXECUTION_STATE_RUNNING

value: 2
The component is currently running.

EXECUTION_STATE_SUCCEEDED

value: 3
The component succeeded.

EXECUTION_STATE_FAILED

value: 4
The component failed.

EXECUTION_STATE_CANCELLED

value: 5
Execution of the component was cancelled.