cancel
Showing results for 
Search instead for 
Did you mean: 

A solution for

omd
Champ in-the-making
Champ in-the-making
Hi guys,

I have to design some business flow with a task which is handled paralel by various groups. Which groups are assigned to and determined to handle task depends on what user have chosen in form in first task. This picture shows the problem. [img]http://i.imgur.com/H0XeDa4.png[/img]
Could you please give me some tip how to deal with this kind of problem? I believe this is a very common. My first idea was to add programmatically some paralel task assigned to proper group, but I don't know if it is possible in Activiti Engine. Maybe is there some simplier solution?


Thank you for any help
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

use multiinstance http://activiti.org/userguide/index.html#bpmnMultiInstance. (parallel in your case)

Regards
Martin

omd
Champ in-the-making
Champ in-the-making
Thank you,

This is exactly what I'm looking for.


Best regards