• Run an Action in-line, perhaps from within another Action or Task.

    Type Parameters

    • ActionClass

    Parameters

    • actionName: string
    • Optional actionVersion: string | number
    • params: {
          [key: string]: any;
      } = {}
      • [key: string]: any
    • connectionProperties: {} = {}

      Returns Promise<{
          [key: string]: any;
      }>