Scaling a process with multiple credentials

Hello all,

lets imagine I have a process that needs to be executed multiple times in parallel due to a high workload. The target application however only accepts one login at a time for every user account so the credentials are not suitable for a simultaneous run.

Is there a UiPath solution or feature which handles the usage of multiple Credentials for one process? For now I always entered the credential asset name in the config file and read it at runtime.

If there is no standard solution, any suggestions what could be a a scalable and stable approach?

Thanks for any help

Hi @Wenzel_B

Welcome to UiPath community!!
Happy Birthday !!!

The limitation you mentioned is from the target application which allows only one login at a time.
I believe there is nothing that can be done to have multiple logins at a time.

As a workaround is it possible to explore API access to the application ??

Thank you @AdityaVN .

As this is a common limitation in some critical applications I work with I hope that there might be a neat solution to handle such a scenario.

API access is not an option for my case.

1 Like

A possible solution that covers a part of this problem can be found here:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.