-
Task
-
Resolution: Won't Do
-
Major
-
None
-
8
-
2020 Week 25-27 (from Jun 15), 2020 Week 28-30 (from Jul 6), 2020 Week 31-33 (from Jul 27)
Currently we only have phases that are 1:1 to type of asset (DMN, jBPM, etc.).
Instead. Within these "phases", there is no clear distinction of what is generation of
- DataModel e.g. MyProcessModel
- Programmatic API e.g. Process<T>, Process<MyProcessModel>
- and the REST API e.g. @Path("/...") class MyProcessResource
Create or refactor classes that encapsulate these 3 behaviors.
e.g. ProcessCodegen: should invoke ProcessModelCodegen + ProcessAPICodegen + ProcessRESTCodegen
same should be done for all types of resources
- process
- rules
- decisions (dmn)
- is incorporated by
-
KOGITO-1649 Restructure codegen to make it extensible and cleaner (Part 1)
- Resolved
- is related to
-
KOGITO-2483 Classify generated Process Model classes as "customizable"
- Closed