Queue item distribution among robots

Hi All,

I want to know how to distribute queue items on diff-different machines as in how to make sure that item processed by one robot should not get processed by another. Can someone guide me through the mechanism?

@shetyetejas557

Check below for your reference

Hope this may help you

Thanks

thanks @Srini84 but my doubt is still unclear
what if multiple robots are processing items ? how to make sure that item already processed is not picked by another robot or multiple robots are processing same item at the same time?

@shetyetejas557

In the Get Queue Item, always put the status which is “New”, So if the robot pick the transaction then the status will be Inprogress not New

Hope this may help you

Thanks

@shetyetejas557

Use Get Transaction Item activity in your process. It will pick the item with status New from Queue and then will change the status to Inprogess. By this way, it won’t pick the already processed item again.

Thanks @Srini84 @lakshman :grinning: I will try and let you know

1 Like