@servicenow/sdk - v4.4.1
    Preparing search index...
    interface FlowConfigProps {
        description?: string;
        flowPriority?: "LOW" | "MEDIUM" | "HIGH";
        name: string;
        protection?: "" | "read";
        runAs?: "user" | "system";
        runWithRoles?: (string | Role)[];
    }
    Index

    Properties

    description?: string
    flowPriority?: "LOW" | "MEDIUM" | "HIGH"
    name: string
    protection?: "" | "read"
    runAs?: "user" | "system"
    runWithRoles?: (string | Role)[]