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

    Interface FlowCollectionProcessor

    interface FlowCollectionProcessor {
        assignNextValueToReference?: string;
        collectionProcessorType: FlowCollectionProcessorType;
        collectionReference: string;
        conditionLogic?: string;
        conditions?: FlowCondition[];
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        formula?: string;
        label?: string;
        limit?: null | number;
        locationX: number;
        locationY: number;
        mapItems?: FlowCollectionMapItem[];
        name?: string;
        outputSObjectType?: string;
        processMetadataValues?: FlowMetadataValue[];
        sortOptions?: FlowCollectionSortOption[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    assignNextValueToReference?: string
    collectionProcessorType: FlowCollectionProcessorType
    collectionReference: string
    conditionLogic?: string
    conditions?: FlowCondition[]
    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    formula?: string
    label?: string
    limit?: null | number
    locationX: number
    locationY: number
    name?: string
    outputSObjectType?: string
    processMetadataValues?: FlowMetadataValue[]
    sortOptions?: FlowCollectionSortOption[]