I have a workflow such as this
Activity-A ---> "Invoke Process" Auto-Activity --> Activity-C
From the Activity-A, Invoke Process Auto-Activity is called.
Is there a way to launch more than one instance of subprocess from "Invoke Process" Auto-Activity.
The subprocess that is being launched is called "Mysubprocess".
I want to launch, say 5 instances of "Mysubprocess".
Please let me know how to do this...
Thank you