WorkflowHealth Class
Represents the workflow health.
Constructor
WorkflowHealth(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
state
|
Gets or sets the workflow health state. Required. Known values are: "NotSpecified", "Healthy", "Unhealthy", and "Unknown". |
|
error
|
Gets or sets the workflow error. |
Attributes
error
Gets or sets the workflow error.
error: _models.ErrorEntity | None
state
"NotSpecified", "Healthy", "Unhealthy", and "Unknown".
state: str | _models.WorkflowHealthState