WorkflowHealthResponse

data class WorkflowHealthResponse(val error: ErrorEntityResponse? = null, val state: String)

Represents the workflow health.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the workflow error.

Link copied to clipboard

Gets or sets the workflow health state.