-
Enhancement
-
Resolution: Done
-
Major
-
Kogito Tooling 0.11.0
-
False
-
False
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Undefined
-
-
2021 Week 28-30 (from Jul 12)
Summary
We need ignore some MVEL constructs during the WID file parsing:
- Comments `// this is a Email workitem` and `/* c style comment also ignored */`
- Imports `import org.my.pizza`
Actual Results
These properties are not parsed and the tasks from WID are not in palette
Expected Results
These properties are ignored and tasks from WID are in palette.
Acceptance Criteria
- All text before first [ is ignored by parser
- all text following // till the end of the line (/n) is ignored by parser
- all text between /* and */ ignored
- clones
-
RHPAM-3619 BPMN designer does not parse WID with incorrect properties
- Closed
- is related to
-
KOGITO-5004 Unable to view service tasks in VSCode if wid file has mavenDependencies tag.
- Resolved
- split from
-
KOGITO-5055 Stunner - notify users about not supported constructs in WID files
- Open