state property

String? state
getter/setter pair

Workload state.

Output only. Possible string values are:

  • "COMPOSER_WORKLOAD_STATE_UNSPECIFIED" : Not able to determine the status of the workload.
  • "PENDING" : Workload is in pending state and has not yet started.
  • "OK" : Workload is running fine.
  • "WARNING" : Workload is running but there are some non-critical problems.
  • "ERROR" : Workload is not running due to an error.
  • "SUCCEEDED" : Workload has finished execution with success.
  • "FAILED" : Workload has finished execution with failure.

Implementation

core.String? state;