How to assign as sub-process initiators, users/groups that have been selected in a form

I have a subprocess, I want many people can start such subprocess. But those people are previously selected in a form.

How can I specify that those selected users/groups are the ones who can start the subprocess

Hi @seq2seq

Create a collection with all the users who are previously selected, then use that collection in subprocess properties.

Here shareholderList is collection and shareholderInfo is an item/object in that collection.

you can then assign a task to that selected user by using assignee expression like
${shareholderInfo.username}

Hope this is clear…

57%20PM

How could you build such a collection? I can only build a string collection instead of item/object collection. Is there any way to do this?

Please have a look at here : https://stackoverflow.com/questions/62005402/how-to-assign-string-identifiers-selected-in-form-to-sub-processes-in-flowable-3/62013771#62013771