Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I have to develop a Robot which has to work for 7 days. I've created the process and my question, do I have to create a Work Queue and configure my Process or how do I do that.

1 Answer

0 votes
by (29.5k points)

Work queue creation is not a compulsory task, it all depends on the process.

I'd recommend you to use create and use work queues as it has many benefits including:

  1. It will keep track of the number of records that get processed
  2. Easy to generate the business report (success fail etc)
  3. For each record item, it will give us the status whether it is been executed successfully or got an exception
  4. We can easily track the error.
  5.  If suppose BOT execution is getting failed due to some reason and we need to restart the BOT then,  BOT will not pick the executed item if we are using a work queue. It will pick the next pending item from the work queue. If we are not using work queue, BOT will/can pick the items which were executed previously. There is no point to pick the items which were already got processed.

here's a documentation for more details https://portal.blueprism.com/system/files/documents/Work%20Queues%20Guide.pdf

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jul 22, 2019 in RPA by noah kapoor (5.3k points)
0 votes
1 answer
0 votes
1 answer
asked Jul 5, 2019 in RPA by Abhishek_31 (12.7k points)

Browse Categories

...