Deleted.

cancel
Showing results for 
Search instead for 
Did you mean: 
anon26949
Established Member

Deleted.

Jump to solution

Deleted.

1 Solution

Accepted Solutions
anon26949
Established Member
3 Replies
anon26949
Established Member

Deleted.

Jump to solution

Deleted.

thuynh
Established Member II

Re: Dynamic calculation of the number of groups members

Jump to solution

Hi Aleksey Bykov ,

Is it possible in Activiti by using JavaScript to calculate the number of participants in these groups?..

You can use IdentityService's user query to get the number of participants of a group.

identityService.createUserQuery().memberOfGroup(group.getId()).list().size()

I ran a unit test for this and it works.

Hope this helps,

Thanks,

Thong Huynh

anon26949
Established Member

Deleted.

Jump to solution

Deleted.