From the course: Introducing Blue Prism

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Get an item from a queue

Get an item from a queue - Blue Prism Tutorial

From the course: Introducing Blue Prism

Start my 1-month free trial

Get an item from a queue

- [Instructor] As we now have the logic built for populating the queue. We can now look at how we can get the next pending item in the queue, for which we'll use the work queues object. Going back to the main page of the process, there is a note called Get Next Item which we'll replace with an Action item. We can delete that one and select action and place it on the grid. We can double click on that in order to edit it and we're going to call it Get Next Item. From the Business Object, we'll look for the Work Queues which we have used in the previous chapter. When it comes to action, we'll look in for Get Next Item. What we're require here is mainly the queue name which we called Orders Queries. In terms of the outputs, we have four options here. One for Item ID, one for Data, one for Status and Attempts. For the purpose of this learning, we're going to only use the Item ID and the Data. We're going to create automatically an Item ID from here and the data collection is going to be…

Contents