cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the group of the user that claim a task

eva_lin
Champ in-the-making
Champ in-the-making
Hi all,

       When someone claim a task , i want to know the group of the people.
       How to get the group of the user that claim a task ?
  
      Thanks
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
GroupQuery.groupMember(String userId) (through the identityService) ?

eva_lin
Champ in-the-making
Champ in-the-making
Hi, jbarrez

      thanks for your answer,
      GroupQuery.groupMember(String userId)
      the way can get all of the user's group,
      but i want to get is the group which claim the task.

      how can do it?

jbarrez
Star Contributor
Star Contributor
> but i want to get is the group which claim the task.

A group never claims a task. A group is a candidate for a task. A member of that group can claim the task.