Hi, do you need to send the task to a limited number of users of dynamic number of users?
If fixed you could use a fork-task (1-n)- join combination. Each user would get a separate instance: | <fork ...> | <transition to="taskA"> | <transition to="taskB"> | <transition to="taskC"> | <transition to="taskD"> | </fork> | | <task name="taskA" formName="XYZ" assignee=""${nameofuser1}> | <transition to="theJoin"> | </task> | .... [B,C,D] similar... | <join> | <transition to="end"> | </join> | If you are looking for a dynamic solution you will probably need to implement some custom steps (this is what we are planning for a customer right now). Maybe the following post helps: http://www.infoq.com/articles/jBPM-user-interaction-patterns Let me know if this helps. Regards Torsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256690#4256690 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256690 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user