The scope of the workflow.

interface WorkflowScope {
    project?: Version2.Version2Models.ProjectId;
    type: string;
}

Properties

Properties

type: string

The scope of the workflow. GLOBAL for company-managed projects and PROJECT for team-managed projects.