An associated workflow scheme and project.

interface AssignSchemeToProject {
    projectId: string;
    workflowSchemeId?: string;
}

Hierarchy (view full)

Properties

projectId: string

The ID of the project.

workflowSchemeId?: string

The ID of the workflow scheme. If the workflow scheme ID is null, the operation assigns the default workflow scheme.