Hi,
I have been trying to find a way for a currently running process instance to get the original text that was in the assignee field for a task in Activiti. I use Activiti variables in places to perform the assignment of a tasks and I need to find out what the variable was for a particular task, e.g. ${myAssignedUser}
All the history queries I have looked at and tried seem to always provide the actual id of the user assigned to the task. Is there a way of querying the original process definition to get this?
Thanks
Marc