Hi all,
We are able to use the login agent service and provided object to ensure our runtime resources are always logged in.
I am trying to build a process that can change which user the resource PC is running as, by logging out, then logging back in as a different user.
When I daisy chain these together in a control room schedule, I get a process termination, because things move too fast.
If I add a wait using the environment general VBO (it has a code stage for thread.sleep) then the process will terminate because once the resource PC listener is terminated, then it can no longer execute anything.
What I want to do is
-Logout
-Login as custom UserÂ
-Run process
-Logout
-Login as regular user.
Has anyone managed to do this before?
Has anyone form Blue Prism ever tried this?
Regards,
Patrick.