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

    Interface FlowWait

    interface FlowWait {
        defaultConnector?: FlowConnector;
        defaultConnectorLabel: string;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        faultConnector?: FlowConnector;
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        processMetadataValues?: FlowMetadataValue[];
        timeZoneId?: string;
        waitEvents?: FlowWaitEvent[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultConnector?: FlowConnector
    defaultConnectorLabel: string
    description?: string
    elementSubtype?: FlowElementSubtype
    faultConnector?: FlowConnector
    label?: string
    locationX: number
    locationY: number
    name?: string
    processMetadataValues?: FlowMetadataValue[]
    timeZoneId?: string
    waitEvents?: FlowWaitEvent[]