Workflow schemes using the workflow.

interface WorkflowSchemeUsageDto {
    workflowId?: string;
    workflowSchemes?: WorkflowSchemeUsagePage;
}

Properties

workflowId?: string

The workflow ID.

workflowSchemes?: WorkflowSchemeUsagePage

A page of workflow schemes.