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

    Interface FlowRecordCreate

    interface FlowRecordCreate {
        assignRecordIdToReference?: string;
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        faultConnector?: FlowConnector;
        inputAssignments?: FlowInputFieldAssignment[];
        inputReference?: string;
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        object?: string;
        processMetadataValues?: FlowMetadataValue[];
        storeOutputAutomatically?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    assignRecordIdToReference?: string
    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    faultConnector?: FlowConnector
    inputAssignments?: FlowInputFieldAssignment[]
    inputReference?: string
    label?: string
    locationX: number
    locationY: number
    name?: string
    object?: string
    processMetadataValues?: FlowMetadataValue[]
    storeOutputAutomatically?: boolean