Hello,
I have a user, who is a part of two groups. I need to assign a task to this particualr user (Users how are a part of both the groups).
How do I accomplish this in camunda?
Thanks & Regards
Harshal Temkar
Hello,
I have a user, who is a part of two groups. I need to assign a task to this particualr user (Users how are a part of both the groups).
How do I accomplish this in camunda?
Thanks & Regards
Harshal Temkar
Hi Harshal,
a user task can be directly assigned to a single user. Set one of the attributes at the user task, for example camunda:assignee. Note that you can also use an expression or a service which resolves the assignee. See the User Guide for details.
Greetings,
Philipp