Field | Description |
---|---|
Name | Describes what the operation does. |
Identifier | Unique name for the operation, which when combined with its namespace defines the full identifier. |
Related Object | Used only for template operations. |
Computer Language | Only Groovy can be used for customization. |
Class Name | The fully qualified name of the Groovy class defined in the relevant Source record. |
Method Name | The entry point, which is the method in the configured Groovy class that executes when the operation is triggered, for example, execute. |
Route | Used for operations defined as REST endpoints. |