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

    Interface FlowActionCall

    interface FlowActionCall {
        actionName: string;
        actionType: InvocableActionType;
        connector?: FlowConnector;
        dataTypeMappings?: FlowDataTypeMapping[];
        description?: string;
        elementSubtype?: FlowElementSubtype;
        faultConnector?: FlowConnector;
        flowTransactionModel?: FlowTransactionModel;
        inputParameters?: FlowActionCallInputParameter[];
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        outputParameters?: FlowActionCallOutputParameter[];
        processMetadataValues?: FlowMetadataValue[];
        storeOutputAutomatically?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionName: string
    connector?: FlowConnector
    dataTypeMappings?: FlowDataTypeMapping[]
    description?: string
    elementSubtype?: FlowElementSubtype
    faultConnector?: FlowConnector
    flowTransactionModel?: FlowTransactionModel
    inputParameters?: FlowActionCallInputParameter[]
    label?: string
    locationX: number
    locationY: number
    name?: string
    outputParameters?: FlowActionCallOutputParameter[]
    processMetadataValues?: FlowMetadataValue[]
    storeOutputAutomatically?: boolean