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

    Class FlowInstanceAccessor

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Returns Promise<string>

    • Parameters

      • Optionaldata: {
            name?: string;
            userId?: string;
            integrationId?: string;
            connectionId?: string;
            parameters?: any;
            flowId?: string;
            instanceKey?: string;
            nodes?: Record<
                string,
                {
                    concurrency?: number;
                    type?: string;
                    name?: string;
                    userConfig?: any;
                    config?: any;
                    onError?: "stop"
                    | "continue";
                    ui?: any;
                    links?: { key?: string; name?: string; filter?: any }[];
                    isCustomized?: boolean;
                },
            >;
            enabled?: boolean;
            customized?: { name?: boolean; nodes?: boolean };
        }

      Returns Promise<FlowInstance>

    • Parameters

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

      Returns Promise<FlowInstance>

    • Parameters

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

      Returns Promise<FlowInstance>

    • Returns Promise<void>

    • Returns Promise<void>

    • Parameters

      • Optionaloperation: string

      Returns string

    • Returns Promise<FlowInstance>

    • Returns Promise<FlowInstance>

    • Returns Promise<FlowInstance>

    • Returns Promise<FlowInstance>

    • Parameters

      Returns Promise<void>

    Properties

    options: {
        client: IntegrationAppApiClient;
        instancePath: string;
        selector: string | FlowInstanceSelector;
        type?: WorkspaceElementType;
    }
    selector: string | FlowInstanceSelector