How to specify process starters for a subprocess

I got a subprocess, I need to specify that only two groups of people can start such subprocess.
How can I do it in modeler?
And I need to be able to start multiple instances of the subprocess.
Thanks

Hi,

subprocess call is done without specified userId. If you want to avoid subprocess calls in some specific cases put exclusive gateway with conditions before subprocess call.

Regards
Martin