Running Multiple background processes in single machine simultaneously in unattended mode

Hi

I have 1 foreground process using UI interaction and 2 background processes that use api only and no UI interaction. I want to trigger and run all these 3 processes simultaneously at the same time in a single machine in unattended mode.

As per the documentation here, Background Process Automation
When using Unattended Robots to run multiple Processes at the same time, each Running Process consumes a separate license.

So, If I have a machine with 3 unattended license assigned to it, the unattended robot should be able to run all these 3 processes at the same time, correct?

Another question I have is, I know the documentation says that a background process starts in session 0. So if it is possible to run 2 background processes run simultaneously at the same time using an unattended robot, will both the background processes run in session 0?

Regards

Hello @Shrihari_Muralidharan

As per my understanding yes, the background process should work in session 0( windows session) in unattened mode.

Thanks

So as per my question, if 2 background processes start at the same time in the same machine, then both these background processes will run in session 0, is that correct?

Hey @Shrihari_Muralidharan

Yes you are right.

But provided you did not change any environment variable default configuration in the robot machine.

Thanks
#nK