Looks like you are more interested in multi instance characteristic of a task. Meaning engine will create task instance for each user/actor that is given as a collection. So all actors will have task to work on and if you like to constrain the flow to continue you can put a gateway after task.
Take a look at following example.
HTH