vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FlowMetadata

    interface FlowMetadata {
        actionCalls?: FlowActionCall[];
        apexPluginCalls?: FlowApexPluginCall[];
        apiVersion?: null | number;
        assignments?: FlowAssignment[];
        associatedRecord?: string;
        choices?: FlowChoice[];
        collectionProcessors?: FlowCollectionProcessor[];
        constants?: FlowConstant[];
        decisions?: FlowDecision[];
        description?: string;
        dynamicChoiceSets?: FlowDynamicChoiceSet[];
        environments?: FlowEnvironment[];
        formulas?: FlowFormula[];
        fullName?: string;
        interviewLabel?: string;
        isAdditionalPermissionRequiredToRun?: boolean;
        isOverridable?: boolean;
        isTemplate?: boolean;
        label: string;
        loops?: FlowLoop[];
        migratedFromWorkflowRuleName?: string;
        orchestratedStages?: FlowOrchestratedStage[];
        overriddenFlow?: string;
        processMetadataValues?: FlowMetadataValue[];
        processType?: FlowProcessType;
        recordCreates?: FlowRecordCreate[];
        recordDeletes?: FlowRecordDelete[];
        recordLookups?: FlowRecordLookup[];
        recordRollbacks?: FlowRecordRollback[];
        recordUpdates?: FlowRecordUpdate[];
        runInMode?: FlowRunInMode;
        screens?: FlowScreen[];
        sourceTemplate?: string;
        stages?: FlowStage[];
        start?: FlowStart;
        startElementReference?: string;
        status?: FlowVersionStatus;
        steps?: FlowStep[];
        subflows?: FlowSubflow[];
        textTemplates?: FlowTextTemplate[];
        timeZoneSidKey?: string;
        transforms?: FlowTransform[];
        triggerOrder?: null | number;
        variables?: FlowVariable[];
        waits?: FlowWait[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionCalls?: FlowActionCall[]
    apexPluginCalls?: FlowApexPluginCall[]
    apiVersion?: null | number
    assignments?: FlowAssignment[]
    associatedRecord?: string
    choices?: FlowChoice[]
    collectionProcessors?: FlowCollectionProcessor[]
    constants?: FlowConstant[]
    decisions?: FlowDecision[]
    description?: string
    dynamicChoiceSets?: FlowDynamicChoiceSet[]
    environments?: FlowEnvironment[]
    formulas?: FlowFormula[]
    fullName?: string
    interviewLabel?: string
    isAdditionalPermissionRequiredToRun?: boolean
    isOverridable?: boolean
    isTemplate?: boolean
    label: string
    loops?: FlowLoop[]
    migratedFromWorkflowRuleName?: string
    orchestratedStages?: FlowOrchestratedStage[]
    overriddenFlow?: string
    processMetadataValues?: FlowMetadataValue[]
    processType?: FlowProcessType
    recordCreates?: FlowRecordCreate[]
    recordDeletes?: FlowRecordDelete[]
    recordLookups?: FlowRecordLookup[]
    recordRollbacks?: FlowRecordRollback[]
    recordUpdates?: FlowRecordUpdate[]
    runInMode?: FlowRunInMode
    screens?: FlowScreen[]
    sourceTemplate?: string
    stages?: FlowStage[]
    start?: FlowStart
    startElementReference?: string
    steps?: FlowStep[]
    subflows?: FlowSubflow[]
    textTemplates?: FlowTextTemplate[]
    timeZoneSidKey?: string
    transforms?: FlowTransform[]
    triggerOrder?: null | number
    variables?: FlowVariable[]
    waits?: FlowWait[]