-
Bug
-
Resolution: Done
-
Major
-
7.3.0.Final
-
NEW
-
NEW
-
- See unit test PR
-
2017 Week 38-39, 2017 Week 40-41-42
With conditions below:
- Parent/Sub process
- Tx1
- Start a parent process instance
- Sub process is started by CallActivity
- Reached to a Human Task in the sub process. Tx Committed
- Tx2
- Load the parent process with getProcessInstance(parentProcessInstanceId, true) // readOnly = true
- Complete the Task in the sub process
- Sub process is completed
- Parent process instance is resumed
- Reached to a Human Task in the parent process. Tx Committed
Parent ProcessInstance is not correctly persisted at the last step. For example, process variable is not updated.
- is incorporated by
-
RHBPMS-4967 [GSS] (6.4.z) ProcessInstance is not correctly persisted when loaded with readOnly = true early in the same transaction
- Verified
-
RHPAM-103 ProcessInstance is not correctly persisted when loaded with readOnly = true early in the same transaction
- Closed