Community

IdentityService implementation

reply from Michael Wohlfart in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community