Hierarchy (View Summary)

Constructors

Methods

Properties

Constructors

Methods

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

Properties