I have multiple processes and there is no dependency on each other. I want to execute all processes in single click.
I created a Flowchat.xaml and copied/dragged all the processes to run at once as shown in below figure. but if any one of the processes failed then execution is getting terminated.
As i don’t have any dependencies, is there any way to execute separate processes at once.
When i tried Parallel activity, i am getting an error like “Connection to the server was suspended” to some test cases and remaining test case execution are terminating.