State of custom workflow action to be created.

Hierarchy

  • ExtensionActionDefinitionInput

Constructors

Properties

actionUrl: string

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

archivedAt?: number

The date that this custom action was archived, if the custom action is archived.

functions: ActionFunction[]

A list of functions associated with the custom workflow 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