Hi,
I try to understand AA queues :)
Let's say that I populate the queue with 5 items.
I understand that when the bot runs (and it's connected to the queue), it will pick up the first item from the queue, a process that item and then ... stop.
How to pick up the next item?
If I know how many items are within the queue, I can manage that.
But what is the amount of items within the queue is dynamic?
In other RPA software, you can create a loop and check if the next item is available or populated.
Is it anything similar to AA?
How to design a bot for processing a queue where the number of items is unknown and dynamic?
As a result of the processed item is a success or exception - am I right?
Can we design a bot for marking items as success or exceptions (system exception, business exception)