Package version:

Represents the workflow health.

interface WorkflowHealth {
    error?: ErrorEntity;
    state: WorkflowHealthState;
}

Properties

Properties

error?: ErrorEntity

Gets or sets the workflow error.

Gets or sets the workflow health state.