I have one machine and 2users
I have one queue created on orchestrator with 10transactional items
I want to run these items on 2user session without conflict
Ex: user 1 should able to complete 5transaction
In parallell user2 should complete 5transaction
Yeah that’s correct. It depends on the time taken to complete the transaction.
How can I build this? Can we build it for ui automation like i have some click and type into activity?
There is no conflict for resources. Meaning if bot require login into an application, that application should support multiple simultaneous logins. It should not logout one session when new session created. Check same with files being used in your bot.
Thanks @ashokkarale and @Anil_G got it.
I am trying to host 2user session without RDS.
Is this possible?
I have windows server 2011 which we are using .Is 2011 windows are supported for this? Any alternative ways to build?