-
Type:
Bug
-
Status: Verified (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 7.0.0.GA
-
Fix Version/s: 7.1.0.GA
-
Component/s: jBPM Designer
-
Labels:
-
Affects Build:ER5
-
Target Release:
-
Fix Build:CR1
-
Steps to Reproduce:
-
Sprint:2018 Week 17-18
The attached process was created with the new process designer. If user tries to migrate this process, he is not successful. The old designer will open the migrated process in xml editor. This issue is caused by complex completion condition (used logical operators &&, ||).
Reproducer
Acceptance test
Try to migrate process, where MI subprocess has fields:
- name: <!@?>
- documentation: 式
- input collection: some var
- output collection: some var
- input: some var
- output: some var
- completion condition: a.size() == 0 && b.size() > 0 || KieFunctions.isNull(c)
- is blocked by
-
RHPAM-1010 Stunner - MI SubProcess CompletionCondition is not stored
-
- Verified
-
- is related to
-
RHPAM-1578 MI input data is not migrated
-
- New
-