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

    Interface FlowApexPluginCall

    interface FlowApexPluginCall {
        apexClass: string;
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        faultConnector?: FlowConnector;
        inputParameters?: FlowApexPluginCallInputParameter[];
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        outputParameters?: FlowApexPluginCallOutputParameter[];
        processMetadataValues?: FlowMetadataValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    apexClass: string
    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    faultConnector?: FlowConnector
    label?: string
    locationX: number
    locationY: number
    name?: string
    processMetadataValues?: FlowMetadataValue[]