Cloud Composer V1 API - Module Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadState (v0.11.0)

Reference documentation and code samples for the Cloud Composer V1 API module Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadState.

Workload states.

Constants

COMPOSER_WORKLOAD_STATE_UNSPECIFIED

value: 0
Not able to determine the status of the workload.

PENDING

value: 1
Workload is in pending state and has not yet started.

OK

value: 2
Workload is running fine.

WARNING

value: 3
Workload is running but there are some non-critical problems.

ERROR

value: 4
Workload is not running due to an error.

SUCCEEDED

value: 5
Workload has finished execution with success.

FAILED

value: 6
Workload has finished execution with failure.