In OSGI, we need the ability to assign tasks to multiple people in parallel. This list of users is dynamically retreived from a database but, this is not a problem in itself. The step needs to assign tasks to each user.If any of the users "action" the task positively, it queues and waits for the o...