this question is a continuation of following problem:
So what we found out is that you can fix stuck bots by forcing them to logout and back into the VM.
One way to achieve this is having the autologout setting and disabling and enabling the bot. IS there any way we can do that via NodeRed?
Basically, you can either use a get node to fetch the one(s) you need to update, loop over them in a function node, and send the result to an update node, or you can use the UpdateDoc node to quickly update the enabled field.
The RDService, which we sometimes call HD robots, works by creating a watch on the openrpa collection and looking for updates to objects with _type unattendedclient. This means you can control the service by simply updating the objects in the database. For your use case, you simply have to update all the unattendedclient objects you want to enable or disable, resulting in the robot user getting signed in or logged out.