Hi,
I have a ASP.NET Page as a form where the user can select different task and assign each task to a person. Based on this I start a K2 (Blackpearl) workflow.
Now I would like to start for each selected task(and the associated person) a seperate workflow with asyncronous IPC so that each task is assigned to a user in a subprocess. The problem is that I don't know how to get K2 to start "N" IPCs depending on how many items I have in the list. Is there any other way to do so, or a part of code where I could surround the start of the IPC process with a "foreach"?
Thanks,
Matt
