If there are 20 bots running unfortunately 10 bots fails how to pick failed bots.Can anyone help me out
Hii @Faizan_Bbm
you can use various monitoring and control mechanisms:
-Implement a robust logging mechanism in your bots.
-Create a system to track the status of each bot.
-Define what constitutes a “failure” in your context.
-Continuously monitor the status of running bots in real-time.
-If a bot is detected as failed based on your defined criteria, initiate a process to terminate or stop the failed bot.
-Implement a retry mechanism if desired.
-Create a centralized reporting dashboard that displays the status of all running bots
-Define a plan of action for handling failed bots.
-Keep a record of failed bot details.
Cheers…!
1 Like
hi @Faizan_Bbm
do you want to retrieve failed bots by studio workflow or by select query in DB ?