Michael Wohlfart [http://community.jboss.org/people/mwohlf] replied to the 
discussion

"IdentityService implementation"

To view the discussion, visit: http://community.jboss.org/message/546658#546658

--------------------------------------------------------------
hi Sebastian,
did you try something like this:
>      Set<ParticipationImpl> participations = task.getAllParticipants();
>         for (ParticipationImpl participation : participations) {
>             System.out.println(
>                     "type: " + participation.getType() 
>                     + " user: " + participation.getUserId()
>                     + " group: " + participation.getGroupId());
>         }

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/546658#546658]

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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to