The statuses associated with this workflow.

interface StatusLayoutUpdate {
    layout?: WorkflowLayout;
    properties: {};
    statusReference: string;
}

Properties

properties: {}

The properties for this status layout.

Type declaration

    statusReference: string

    A unique ID which the status will use to refer to this layout configuration.