The scope of the workflow.

interface WorkflowScope {
    project?: null | ProjectId;
    type?: "GLOBAL" | "PROJECT";
}

Properties

Properties

project?: null | ProjectId

Project ID details.

type?: "GLOBAL" | "PROJECT"

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