Assign User Tasks to Filters?

Hello together,

when I enter Assignee => Accounting in the Modeler, this is correctly displayed in the task list:

image

and

Is there a way that the User Task can be displayed directly in the filter Accounting (or Mary’s Tasks…)? Because at the moment the User Tasks are displayed in the category all tasks and I can filter them. But I would like that the tasks are displayed directly in the right filter. Is it possible to do this in Camunda?

image

Hi @Matki,

the group ID of “Accounting” is accounting (with lower case a). And the ID is referenced in the modeler.

But the idea of an assignee is an indiviual user, who is responsible to complete the task.

To put a task into a group list (like Accounting), you have to use the candidate group and the user who start working on it has to claim the task first.

Hope this helps, Ingo