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