URGENT! Terminal Activity - Reuse Terminal Connection among different Bot Processes

Hello,

We have an urgent request that we need to minimize the number of login sessions of a Terminal application, the way to do it is to always keep one login session open on the Robot machine, once the Bot process is running on that machine, it will directly use the existing login session and perform the operations.

The concern is:
In Terminal Activity has option to use “ExistingConnection”, now all our process’s Terminal Connection is opened by the previous terminal activity inside the SAME process, we don’t know how to save the Terminal Connection somewhere so it can be reused by OTHER Bot Processes, like 20min or 30min later.

Is there a way to do it? Can we store the Terminal Connection outside of the Process and store it somewhere to reuse?

This is a very URGENT request and we need to make this happen in Prod ASAP.

Thanks!
Fan

A post was merged into an existing topic: Terminal Activity - Reuse Terminal Connection among different Bot Processes