I am working on migrating UiPath bots to AWS EC2 instances instead of running them on on premise machines.
I am using attended bots. As per UiPath’s document (According to License), these type of bots can’t run under a locked screen.
Closing Remote Desktop will lock out the computer.
I found one possible way here - Disconnecting From Remote Desktop While Running Automated Tests | TestComplete Documentation
Wanted to check if there are any other solutions to this as user(s) might forget to invoke the require command when signing out.