Interface ContainerOfWorkflowSchemeAssociations

A container for a list of workflow schemes together with the projects they are associated with.

interface ContainerOfWorkflowSchemeAssociations {
    values: WorkflowSchemeAssociations[];
}

Properties

Properties

A list of workflow schemes together with projects they are associated with.