Docs Menu
API Developer Guide / middleware / pub / service / execute

Service: execute

This service is designed to execute a specific action with input parameters

Input Parameter:

Name Type Description
pathParameters: Document Contains information related to the execution, such as the fully qualified name (fqn) of the action to be executed.
batchId: String The identifier of the batch or group for which the wait is applied.
fqn: String A Fully Qualified Name

Output Parameter:

Name Type Description
error: String Represents any error message that may occur during execution.
response: String Contains the response or result of the execution.
duration: String Indicates the duration of the execution process.