The details of a transition status.

interface CreateWorkflowStatusDetails {
    id: string;
    properties?: {};
}

Properties

Properties

id: string

The ID of the status.

properties?: {}

The properties of the status.

Type declaration