Assignments using forms

Hi,

I designed a three-step process.

I would like the second step to be carried out by a group of people, but that this group was selected by the user, in the form, that carried out the first step. How can I do this in Flowable?

Thanks in advance

You can set the candidate group dynamically. In or to do this you can use listeners or just set the group to something like ${selectedGroup}, where selectedGroup is a process variable set in the form

Thank you Sevestre. I already tested it and it worked.

Were you able to do this? I tried doing that using tasklisteners and assigning it to a variable and trying to assign it using that variable, and it didnt actually seem to work. What was the setup that you used?

I know I am necroing a really old thread but I wouldn’t mind knowing what I have been doing wrong.