The statuses referenced in the workflow.

interface WorkflowReferenceStatus {
    deprecated?: boolean;
    layout?: WorkflowStatusLayout;
    properties?: {};
    statusReference?: string;
}

Properties

deprecated?: boolean

Indicates if the status is deprecated.

properties?: {}

The properties associated with the status.

Type declaration

    statusReference?: string

    The reference of the status.