-
Bug
-
Resolution: Done
-
Major
-
jBPM 5.0
When a process instance is terminated on jBPM Console, it remains on the listing.
Executing some testing, looks like Hibenate is caching the ProcessInstanceLog and keep returning it with end_date equals to null.
As may be useful for other circumstances, JPAProcessInstanceDbLog should offer a method to query active process.
Patch attached.