Hi ,
We are using the latest Activiti Version 5.21.0. Facing strange issue. The endTime is not getting updated in TaskInst history table although the process has completed successfully , without any exception.
Because of this the tasks is always shown on user queue.
using below query to get the tasks : taskService.createTaskQuery().taskAssignee(userId)
Please suggest what step should we take to fix.
As this issue is not always appearing . It is happening like 2 out of 100 tasks.
We are running activiti integrated with spring.
There is no exception in logs , when such cases happens.
Thanks
Kunal Kumar