Automated Task Distribution

Hi,

Is it possible to assign tasks to every group member one by one? For example i have a Complaints and Information groups, every group with 2 members. What i would like to achieve is when lets say 4 task are available for group Complaits, every user gets 2 tasks assigned for them automaticly.

Please point me in the right direction.

What about something like this:

and you use: GroupQuery (Camunda BPM Javadocs 7.7.10-ee) to build your listing of users based on the groups.

1 Like

Yeah it could work, thanks for the idea!

Although i manage to do this with java delegate.

Regards