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

    Properties

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