Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ExecutionState.
The state of some component of job execution.
Protobuf type google.dataflow.v1beta3.ExecutionState
Methods
name
value
mixed
value
name
mixed
Constants
EXECUTION_STATE_UNKNOWN
Value: 0
The component state is unknown or unspecified.
Generated from protobuf enum EXECUTION_STATE_UNKNOWN = 0;
EXECUTION_STATE_NOT_STARTED
Value: 1
The component is not yet running.
Generated from protobuf enum EXECUTION_STATE_NOT_STARTED = 1;
EXECUTION_STATE_RUNNING
Value: 2
The component is currently running.
Generated from protobuf enum EXECUTION_STATE_RUNNING = 2;
EXECUTION_STATE_SUCCEEDED
Value: 3
The component succeeded.
Generated from protobuf enum EXECUTION_STATE_SUCCEEDED = 3;
EXECUTION_STATE_FAILED
Value: 4
The component failed.
Generated from protobuf enum EXECUTION_STATE_FAILED = 4;
EXECUTION_STATE_CANCELLED
Value: 5
Execution of the component was cancelled.
Generated from protobuf enum EXECUTION_STATE_CANCELLED = 5;