Queue
Submit Message to Queue
Submits a message to the selected queue for asynchronous processing. It runs
when all the input link points are active and after successful submission of the
message activates the trigger output link point.
Title | Title |
---|
Multi input | ✔️ |
Multi output | ❌ |
No fixed input link points, all inputs are dynamic.
Output link points
Name | Type | Description |
---|
trigger | trigger | Trigger of the node |
errors | list | Errors occurred during node execution |
Parameters
Name | Type | Description |
---|
Message queue | required | The message queue where the message will be submitted to. |
Input mapping | required | Mapping of the input link points of the node to the body contents of the message that will be submitted to the queue. |
Message delay | optional | Keeps the message in the queue for the duration of specified delay amount. |
Unit of delay | optional | The unit of delay that will be applied to the specified delay amount. If "No delay" selected, the message delay expression will be ignored. |
Error management | required | Error handler type of processing errors raised by this node, either automatically or manually. |