Fields on custom workflow action to be updated.

Hierarchy

  • ExtensionActionDefinitionPatch

Constructors

Properties

actionUrl?: string

The URL that will accept an HTTPS request each time workflows executes the custom action.

A list of dependencies between the input fields. These configure when the input fields should be visible.

inputFields?: InputFieldDefinition[]

The list of input fields to display in this custom action.

labels?: {
    [key: string]: ActionLabels;
}

The user-facing labels for the custom action.

Type declaration

objectRequestOptions?: ObjectRequestOptions
objectTypes?: string[]

The object types that this custom action supports.

published?: boolean

Whether this custom action is published to customers.

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