Docs Menu
- Introduction to Syncloop
- Quick Start Syncloop
-
API Developer Guide
-
middleware
-
pub
- adapter
- authorization
- client
- collection
- date
- docList
- file
- graphQL
- io
- json
- jwt
- math
- platform
- security
- server
- service
- specs
- sql
- string
- bytesToHexString
- bytesToString
- compare
- compareStrings
- concat
- decodeBase64
- decodeHTML
- encodeBase64
- encodeHTML
- equals
- equalsIgnoreCase
- escapeSQL
- fromXML
- htmlDecode
- htmlEncode
- indexOf
- isAlphanumeric
- isBlank
- isDate
- isEmpty
- isNumber
- length
- lookupDict
- maskString
- messageDigest
- messageFormat
- NullOrWhiteSpc
- objectToString
- padLeft
- replace
- rightPad
- stringConcat
- stringIndexOf
- stringToBytes
- subString
- TextArrayToTextString
- TextListCollector
- tokenize
- toLower
- toString
- toUpper
- trim
- urlDecode
- tenant
- util
- xml
-
pub
-
middleware
- User Guide
- FAQs
- Java Docs
- Blogs
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. |