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?