Projects using the workflow scheme.

interface WorkflowSchemeProjectUsageDto {
    projects?: ProjectUsagePage;
    workflowSchemeId?: string;
}

Properties

projects?: ProjectUsagePage

A page of projects.

workflowSchemeId?: string

The workflow scheme ID.