workqueue in blueprism

babu

New Member
hi friends can we have 2 or 3 queues in one process in the blueprism, can you plz help me if you have any example process developed
 

Sukesh Kumaru

Active Member
Hello,

Based on the Input data (to be processed by BOT) for ex. Customers from INDIA to be added to workqueue1,
Similarly, for country Singapore and so on will be fed into different work queues for processing.
Then you can get the Items based on country and will be processed according their conditions (For Customers from INDIA will have to be processed with one business logic & Singapore in different manner & So on).
 

Anandh

New Member
Hello,

Based on the Input data (to be processed by BOT) for ex. Customers from INDIA to be added to workqueue1,
Similarly, for country Singapore and so on will be fed into different work queues for processing.
Then you can get the Items based on country and will be processed according their conditions (For Customers from INDIA will have to be processed with one business logic & Singapore in different manner & So on).

Hi Sukesh,

Could you please let us know how to use separate queues in BP, as I am new to BP ?
 

Sukesh Kumaru

Active Member
Hello,

Same what you do with single work queue, do it twice for work queue1 and work queue2.

Make sure at that time of making an item as exception and complete.
 
Top