[jboss-user] [JBoss jBPM] - Re: Assigning users to task
Olivier_Debels
do-not-reply at jboss.com
Tue Aug 1 09:08:02 EDT 2006
A possibility is:
You could use executionContext.getProcessInstance().getTaskMgmtInstance().getTaskInstances() in your assignmentHandler. This gives you all task instances of the current process instance. Then you can look up the start task, find the swimlane instance and its actorid and add this to the group of users.
Maybe there are better solutions...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962156#3962156
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962156
More information about the jboss-user
mailing list