Module: Google::Cloud::Orchestration::Airflow::Service::V1::ListWorkloadsResponse::ComposerWorkloadState

Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

Workload states.

Constant Summary collapse

COMPOSER_WORKLOAD_STATE_UNSPECIFIED =

Not able to determine the status of the workload.

0
PENDING =

Workload is in pending state and has not yet started.

1
OK =

Workload is running fine.

2
WARNING =

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

3
ERROR =

Workload is not running due to an error.

4
SUCCEEDED =

Workload has finished execution with success.

5
FAILED =

Workload has finished execution with failure.

6