I'd like to know if there's a way to customize the Assigned and Unassigned Task Views. I'd like to be able to see information about the domain object associated with a task in the view as opposed to simple information about the task object.
Currently the views have a table based on the Activiti Task table. I don't want to extend that table, but I do want to include information about my domain object that is tied to the task.
The process simply includes an object id that forms use to look up the actual data from a database table.
Thanks in advance,
Chuck