cancel
Showing results for 
Search instead for 
Did you mean: 

Completed task is not removed from ACT_RU_TASK table

rahulg4s
Champ in-the-making
Champ in-the-making

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 1

afaust
Legendary Innovator
Legendary Innovator

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.