My requirement is to show all the open tasks assigned to a certain group, so admin can assign each task to a user. The admin can identify a task by the domain object associated with the process instance, that means I need to show the domain object to the user on the web page and have process instance id hidden with each domain object. How do I do this? Thanks.