cuba-platform / bpm

Business Process Management Addon
https://www.cuba-platform.com/
Apache License 2.0
43 stars 23 forks source link

User tasks don't disappear from the tasks list if there is a long service task after them #29

Open haulmont-git opened 6 years ago

haulmont-git commented 6 years ago

If the user task is followed by the service task then when the user completes the task, the service task is started in the same transaction. There may be cases, however, when the service task is being executed for a long time. All this time the user task will be still in the list because its endDate field modification is not flushed to the database.


Original issue: https://youtrack.haulmont.com/issue/PL-10495