Class ComposerWorkloadState (1.12.0)

ComposerWorkloadState(value)

Workload states.

Values: COMPOSER_WORKLOAD_STATE_UNSPECIFIED (0): Not able to determine the status of the workload. PENDING (1): Workload is in pending state and has not yet started. OK (2): Workload is running fine. WARNING (3): Workload is running but there are some non-critical problems. ERROR (4): Workload is not running due to an error. SUCCEEDED (5): Workload has finished execution with success. FAILED (6): Workload has finished execution with failure.