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

interface WorkflowSchemeAssociations {
    projectIds: string[];
    workflowScheme?: Version3.Version3Models.WorkflowScheme;
}

Properties

projectIds: string[]

The list of projects that use the workflow scheme.