Skip to Content
0
Dec 06, 2022 at 11:37 AM

Multiple GUI sessions on a single agent

80 Views

Good day,

The company I work for is implementing SAP IRPA cloud studio for the continuity of the RPA solutions in place.
I am using python for the current RPA solutions in place.

The current solutions in place, use multiple GUI/user sessions within a VM environment. i.e. a user for each warehouse, running similar cleanups within SAP EWM. These cleanups run simultaneously, it is important to try and keep these cleanups running in parallel for resource management. There are other use cases where users are on different systems double checking and validating data (ECC & EWM / Fiori & EWM)

I have been reading through some of the IRPA documentation and getting myself accustomed with the trial version , but I do not see an equivalent function/feature.

Is this functionality/similar functionality available outside of the trial version?

Alternatively is there a way to pull the session data from a script and pushing it to the IRPA so that it only targets an existing window application, without disrupting any other potential GUI scripts running.

Thank you for your assistance,