]
Ronald van Kuijk updated JBPM-2513:
-----------------------------------
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
Fix Version/s: jBPM 4.2
Affects Version/s: jBPM 4.1
Variable value is set after history event
-----------------------------------------
Key: JBPM-2513
URL:
https://jira.jboss.org/jira/browse/JBPM-2513
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.1, jBPM 4.0
Reporter: Hauke Rabe
Priority: Critical
Fix For: jBPM 4.2
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
class org.jbpm.pvm.internal.model.ScopeInstanceImpl
method createVariableObject(String key, Object value, String typeName, boolean
isHistoryEnabled)
code
if (isHistoryEnabled) {
HistoryEvent.fire(new VariableCreate(variable));
}
variable.setValue(value);
Value must be set before fire history event .
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: