Any information to send back to Workflows when completing an action callback as part of a batch request.

Hierarchy

  • CallbackCompletionBatchRequest

Constructors

Properties

callbackId: string

The ID of the callback to complete.

outputFields: {
    [key: string]: string;
}

A map of action output names and values.

Type declaration

  • [key: string]: string
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc