The statuses stored for the specified version.

interface WorkflowDocumentStatusDto {
    description?: string;
    id?: string;
    name?: string;
    scope?: WorkflowScope;
    statusCategory?: string;
    statusReference?: string;
}

Properties

description?: string
id?: string
name?: string

The scope of the workflow.

statusCategory?: string
statusReference?: string