Task for the whole group

Hello, I’m new to Camunde and I’m interested in such a question, how to make a task that all people from the group can solve and more than one participant is needed so that everyone can answer the task

You can use a multi-instance marker on a user task, that would great an instance of the task for each element in a list of users.

should I pass the group id to the Collection ? Do you have a video tutorial on this topic?

Which version of Camunda are you using?

v7.16.0 thanks for your help

This code example shows how multi instance task are configured. It happens to use a message send task, but the principal is the same for all tasks.