DMN make decision to assign task for candidate group

I have a DMN that makes the decision to whom assigned the task. Consider, I have 3 different candidate groups and in my workflow, I don’t really want to create 3 different user tasks for this. Is there a way to achieve this in a much more simpler way?

Hi,
You could assign a process variable to the task’s candidate group, using expression language (${selectedGroup}) and output that variable from your DMN.
Hope that helps

1 Like

Hi,
Thank you so much @roman.levinta. It solved . :grinning: