-
Bug
-
Resolution: Done
-
Major
-
EAP 5.0.0, EAP 5.0.1, EAP_EWP 5.1.0_CR1, EAP_EWP 5.1.0_CR2
-
None
-
Release Notes
Continuous registering for auto-save can cause performance issues as when the jbpmContext closes it will save all instances in the autoSaveProcessInstances list which can be huge.
The proposed fix is to change to the code to:
if (processId!=null)
{ return ManagedJbpmContext.instance().getProcessInstance(processId); }