ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Single shared DriverClass for all auto-generated integration actions.
Every pre-generated integration action uses
DriverClass='IntegrationActionExecutor'and stores its routing info in the Action.Config_ JSON field. The executor also supports a generic catch-all mode: when Action.Config_ is empty, it reads IntegrationName/ObjectName/Verb from ActionParams instead, so a single generic action can do CRUD on ANY object without pre-generation. At runtime this executor: