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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
