Class ConnectionLevelFlowAccessor

Hierarchy (View Summary, Expand)

Constructors

Methods

  • Parameters

    • Optionalpath: string
    • Optionalquery: {}

    Returns string

  • Parameters

    • data: Partial<
          {
              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>

  • 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<FlowInstance>

  • Returns Promise<FlowInstance>

  • Parameters

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

    Returns Promise<FlowRun>

Properties

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