Any information to send back to Workflows when completing an action callback.

Hierarchy

  • CallbackCompletionRequest

Constructors

Properties

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