Membrane SDK - v0.2.1
    Preparing search index...

    Class ConnectionLevelFlowAccessor

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    connectionSelector: string
    flowSelector: string
    endpoint: string
    selector: string
    elementKey: string

    Methods

    • Parameters

      • options: { nodeKey?: string; input?: any }

      Returns Promise<FlowRun>

    • Parameters

      • path: string = ''
      • query: {} = {}

      Returns string

    • Parameters

      • data: {
            name?: string;
            enabled?: boolean;
            parameters?: any;
            nodes?: Record<
                string,
                {
                    name?: string;
                    type?: string;
                    userConfig?: any;
                    config?: any;
                    onError?: "stop"
                    | "continue";
                    links?: { key?: string; filter?: any; name?: string }[];
                    concurrency?: number;
                    isCustomized?: boolean;
                },
            >;
            archivedAt?: string;
            customized?: { name?: boolean; nodes?: boolean };
        }

      Returns Promise<FlowInstance>