Is it possible to use multiple candidate groups in camunda modeler

I whant to use multiple candidate groups for user Task in camunda modeler , how can i achieve that?

for example if I have ${candidateGroups} which will be pass to process as variable, what should be under it ? i whant to pass something like “sales,hr” .
Screenshot from 2023-08-22 11-11-00

Hi @pertsh.galstyan,

Yes, you can.

The process variable should be evaluated to either a string contains comma separated group names or a collection of group names

Thank You @hassang

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.