WorkflowHealthResponse

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

Represents the workflow health.

Constructors

Link copied to clipboard
constructor(error: ErrorEntityResponse? = null, state: String)

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.