Parallel Activity in CSV file

Hi guys,

I need help and idea on how to run same processes at the same time.

The scenario is I have a csv file consisting of 5 Users. column named (Username,Password)

My goal is to read all those 5 users and it will run the same process for each of them at the same time.

Your help will be appreciated

Thanks!

It depends on what the process is.

You would first read the CSV with 5 users and storing them separately.

You can use the parallel activity to be triggered with specific information fed into each route for the same process.

So if you have 5 users - you would have 5 lanes in the parallel activity.

This also depends on which applications you might need as you may need to attach specific windows to each lane