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

    Interface FlowRecordDelete

    interface FlowRecordDelete {
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        faultConnector?: FlowConnector;
        filterLogic?: string;
        filters?: FlowRecordFilter[];
        inputReference?: string;
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        object?: string;
        processMetadataValues?: FlowMetadataValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    faultConnector?: FlowConnector
    filterLogic?: string
    filters?: FlowRecordFilter[]
    inputReference?: string
    label?: string
    locationX: number
    locationY: number
    name?: string
    object?: string
    processMetadataValues?: FlowMetadataValue[]