-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP 5.0.0, EAP 5.0.1, EAP_EWP 5.1.0_CR1, EAP_EWP 5.1.0_CR2
-
Fix Version/s: EAP_EWP 5.1.0_CR3
-
Labels:None
-
Affects: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); }- is related to
-
JBSEAM-4629 Disable default behaviour of auto-save for process instances
-
- Closed
-