Adapter - Internal Queue
This page describes version 2.0.6 of the adapter.
Overview
This adapter can use an internal queue to triggers webhook at regular intervals. Add and delete of data to the internal queue is done from the workflow.
This adapter supports Japanese Market only.
Properties
Name | Display | Is Required | Comments | Type | Default Value | Maximum Value | Minimum Value | Maximum Length | Minimum Length |
---|---|---|---|---|---|---|---|---|---|
monitorInterval | Queue monitoring interval | True | Queue monitoring interval in seconds. | string | 1 | ||||
enqueueCount | Number of simultaneous gets | True | Number of items to be get at one time from the queue. | string | 10 | ||||
retryMonitorInterval | Retry queue monitoring interval | False | Retry queue monitoring interval in seconds. | string | |||||
retryEnqueueCount | Number of simultaneous gets | False | Number of items to be get at one time from the retry queue. | string | |||||
webhookName | Webhook Name | True | Webhook name to execute when fetched from the queue. | string |
Commands
AddorInsertQueue (addorinsertQueue)
Add or Insert Task to queue inside the adapter.
Request Properties
Name | Display | Description | Is Required | Type |
---|---|---|---|---|
mode | Mode | 0(default):Add to the end of the queue., 1:Add to the beginning of the queue., 2:Add to the end of the retry queue., 3:Add to the beginning of the retry queue. | False | string |
parameter.* | Webhook parameters | * All properties specified by the key are webhook parameters. | False | string |
Response Properties
Name | Description | Type |
---|---|---|
codenum | '1' Failed to add or insert queue. | string |
Clear queue (clearQueue)
Clear the queue in the adapter.
Response Properties
Name | Description | Type |
---|---|---|
codenum | '1' Failed to clear queue. | string |
Release History
Version | Type | Description | Tracking # | Date |
---|---|---|---|---|
2.0.1 | Initial | First release in the Adapter Type store. | ||
2.0.5 | Maintenance | Updated third-party components and improved maintainability. | NAP-11518 | |
2.0.6 | Maintenance | Updated third-party components and improved maintainability. | NAP-23945 | 2022-11-29 |