A workflow scheme along with a list of projects that use it.

interface WorkflowSchemeAssociations {
    projectIds: string[];
    workflowScheme: WorkflowScheme;
}

Properties

projectIds: string[]

The list of projects that use the workflow scheme.

workflowScheme: WorkflowScheme

The workflow scheme.