BPM sub-process task finish incorrect

Hi guys, when you are using sub-processess in bpm model and use conditional end of sub process, (e.g. create 10 sub-processes for 10 users, waiting for at least 50% to complete), non-completed user tasks (inside of sub-process) after condition is met, are closed by activiti, but you are missing listener on this action so cuba-bpm won’t set END_DATE into BPM_PROC_TASK. This results into situation where cuba thinks that task is still running, but activiti task is already finished.
If you cant reproduce problem because sub-process is not working check my previous topics for fix.

Hi,
thanks for reporting the problem!

:ticket: See the following issue in our bug tracker:

https://youtrack.cuba-platform.com/issue/PL-9400