The model that I am working on presents the following situation. A queue has been accumulating several flow items because its output is closed. I want it to release a single item as soon as it receives a message. How can I create a logic to do this without using the process flow? Currently, when a message is received it is being released all the items.
Thank you for your attention.