Hi,
I have a scenario where a Human Task can either be assigned to a user or to a group. The decision will be taken dynamically.
Currently, the individual implementations work:
- Task assigned to a single user (using the actorId property)
- Task assigned to a group (using the GroupId property) - also able to claim and complete
How do I implement a task that can dynamically be assigned to either a single user or a group?
Thanks,
Karthik