Completed task is not removed from ACT_RU_TASK table

cancel
Showing results for 
Search instead for 
Did you mean: 
rahulg4s
Member II

Completed task is not removed from ACT_RU_TASK table

Hi 

I am using activiti 5.22 with spring-boot. 

Some time when we complete task, its entry is not removed from ACT_RU_TASK mySql table and next task of same process is generated. Due to this, completed tasks are displayed into pending tasks.  

Need your help to solve this issue?

1 Reply
afaust
Master

Re: Completed task is not removed from ACT_RU_TASK table

Then the task is not really completed. Depending on the modelling, there can be two types of completion - setting a status flag to completed (not a real completion, only a state flag), and actually completing it with all the listeners / subsequent sequence flows that involves.