This event is executed when an item is transitioned into or out of a queue and a configured watermark limit is reached.
Watermark limits must be configured with the Log option selected for the queue.
The following event properties can be configured:
Property |
Description |
---|---|
Returning Below High Watermark |
If the event is triggered by the item count returning below the high watermark after being above it, the value of the configured Workflow property is set to true when the event is executed. Otherwise, the value is set to false. |
Returning Above Low Watermark |
If the event is triggered by the item count returning above the low watermark after being below it, the value of the configured Workflow property is set to true when the event is executed. Otherwise, the value is set to false. |
Exceeding High Watermark |
If the event is triggered by the item count going above the high watermark limit, the value of the configured Workflow property is set to true when the event is executed. Otherwise, the value is set to false. |
Going Below Low Watermark |
If the event is triggered by the item count going below the watermark limit, value of the configured Workflow property is set to true when the event is executed. Otherwise, it is set to false. |
Queue ID |
When the event is executed, the ID of the queue for which the event is configured is set as the value of the configured Workflow property. |
Queue Name |
When the event is executed, the queue name is set as the value of the configured Workflow property. |
Item Count |
When the event is executed, the queue's item count is set as the value of the configured Workflow property. |