12-16-2016 08:18 AM
If you re-assign an active task in Activiti via the TaskService, the assignee value in the historical tasks table is never updated, is there a way to sync the values ?
12-16-2016 01:47 PM
Hi Kunle,
Nice pickup, I never actually noticed that.
The initial task assignment is actually populated by a task listener (UserTaskAssignmentHandler) that is automatically added to all user tasks (assign event) when the BPMN process is deployed (using a parse handler).
The code simply calls the DefaultHistoryManager method "recordTaskAssignment(TaskEntity task)".
I imagine you could make the same call on task reassignment.
You should probably open a jira on this at System Dashboard - JIRA
Cheers,
Greg
12-16-2016 07:03 PM
Thanks for the prompt response, I will implement as advised and open a jira item for this issue.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.