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?
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?
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?
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
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.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.