Robot manager for bots
I need some understanding on registering bots with robot manager which is not processing any service case (BPM). Consider a bot which just manipulates excel and terminates runtime. Does it make any sense to register this bot with robot manager.
***Edited by Moderator: Lochan to update platform capability tags***
Comments
Keep up to date on this post and subscribe to comments
Robot Manager provides a means for managing your bots and providing work to them in addition to providing the deployment package. I would always say that Robot Manager provides a benefit. Consider your use case of parsing an excel file. If that file becomes too large for one bot to handle, you'd need to manually split that file to provide a file for each bot to work (or three or four, etc...). You'd then need to combine them back to determine all of the work that was done. If each record in the spreadsheet were a case, then you'd be able to use the Pega Platform to track the work. In addition, you'd be able to register as many bots as you'd need to complete the work in a timely manner.
- reply
Thank you, I do agree to what you explained but my ask was to just confirm for bots not picking any case from queue. Will monitoring health of such bots from RM help in any way ?
Considering a bot which is scheduled to start at certain time and complete its processing, suppose in 15 min and terminates runtime.
Just because runtime is terminated the operator (bot) will also signoff and status on RM for such bot will be offline after completion of process.
So registering such bots with RM to just monitoring its health will help in any ways ?
- reply
How are you scheduling your bot to start? Robot Manager has the capability of starting a bot in a particular workgroup (the type of work required) at a specific time. Later it can start that same bot in another workgroup. All the while you can see what the bot is doing.
There are also new features coming soon that will allow operational reporting (which automations were executed, how long they took to run and other useful information) and storing of auditing information which may be required for your process. We always recommend connecting bots to Robot Manager. Additionally, building bots using case management as the base is the most future option and results in simpler solutions.
- reply
- Utilize RPA and Robot Manager to run multiple Process Automation in same bot
- How to run a three scheduled bots by using robot manager.
- run bot registered in Robot Manager
- Unable to deploy RDA Bot to Runtime User using Robot Manager
- We want to have two workbasket in one workgroup and have part of the VM's handle one set of work and remaining VM's handle another set of work. Does Robot Manager have any functionality for BOT assignment to specific workbasket?