From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Intro to queue activities

Intro to queue activities

- [Instructor] Okay, so, in summary, we know that a QueueItem is like a row of work to do. It's going to have some input data for each work item we need to process. As it says, "Once a robot starts working on a QueueItem, it becomes a transaction." So, understanding a QueueItem versus transaction is important. A QueueItem is when it's still in the queue. A transaction is when it's been pulled down and it's being worked on. And once it's being worked on, you've got to set the Status, success or failure. And again, if we have an Application Exception, we can retry the QueueItem. So, again, depending upon how your queue is set up, if you have enabled retries and you experienced an Application Exception, the transaction will go back into the queue and wait to be picked up by the same robot or a different robot to try it again, depending upon the number of retries you specified in your queue settings. So, let's jump into UiPath Studio quick and take a look at some of the queue-related…

Contents