I'm in a similar situation. We're using the multi-instance construct to create a set of tasks for each user in the group (all of which must be completed for the workflow to progress). Is it possible to add a new user task in this scenario (after the multi-instance has been evaluated to get the list of users to create tasks for, but before all of the other related per-user tasks are completed)?
My understanding of the group case is that the group represents a set of potential owners - any one of which could claim and complete the task. I can see how you could add users to the group who would then be potential owners of the single task, but our usage requires a set of task be assigned to all users in the group.
Is my understanding correct? If so, is there an alternative mechanism to accomplish what we're trying to do?
Thanks,
bwd.