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

    Interface FlowSubflow

    interface FlowSubflow {
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        flowName: string;
        inputAssignments?: FlowSubflowInputAssignment[];
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        outputAssignments?: FlowSubflowOutputAssignment[];
        processMetadataValues?: FlowMetadataValue[];
        storeOutputAutomatically?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    flowName: string
    inputAssignments?: FlowSubflowInputAssignment[]
    label?: string
    locationX: number
    locationY: number
    name?: string
    outputAssignments?: FlowSubflowOutputAssignment[]
    processMetadataValues?: FlowMetadataValue[]
    storeOutputAutomatically?: boolean