The details of a transition status.

interface CreateWorkflowStatusDetails {
    id: string;
    properties?: {
        [key: string]: string;
    };
}

Properties

Properties

id: string

The ID of the status.

properties?: {
    [key: string]: string;
}

The properties of the status.