Sebastian Herbst [http://community.jboss.org/people/Herbst] replied to the discussion
"IdentityService implementation" To view the discussion, visit: http://community.jboss.org/message/546681#546681 -------------------------------------------------------------- Hello, thanks to all of you for your great help ! Just to complete the discussion I'm adding the code use to get the candidate-groups/-users: List<Participation> participations = TaskService().getTaskParticipations(task.getId()); for (Participation participation : participations) { System.out.println( "type: " + participation.getType() + " user: " + participation.getUserId() + " group: " + participation.getGroupId()); } It's nearly the same as mentioned before. Thanks a lot Sebastian Herbst -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/546681#546681] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
