A serverless function associated with this custom workflow action.

Hierarchy

  • ActionFunctionIdentifier

Constructors

Properties

The type of function. This determines when the function will be called.

id?: string

The ID qualifier for the function. This is used to specify which input field a function is associated with for PRE_FETCH_OPTIONS and POST_FETCH_OPTIONS function types.

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