-
Bug
-
Resolution: Done
-
Major
-
7.12.0.GA
-
None
-
False
-
False
-
CR1
-
-
-
-
-
-
-
1
-
2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10), 2022 Week 05-07 (from Jan 31)
SB archetype doesn't include DMN example with a test when decisions/predictions starters are specified. However, for processes a BPMN example with a test class is included. The issue is the following condition in the archetype-post-generate.groovy:
if (!starters.contains("decisions") || !starters.contains("predictions") || !starters.contains("processes")) { // remove DMN example
The last condition is always satisfied.
- is cloned by
-
KOGITO-6309 Kogito Spring Boot Archetype doesn't include DMN examples with decisions starter
- Closed