josedee commented on code in PR #4105:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4105#discussion_r2465639955


##########
kogito-codegen-modules/kogito-codegen-processes/src/main/java/org/kie/kogito/codegen/usertask/UserTaskCodegen.java:
##########
@@ -168,6 +175,15 @@ protected Collection<GeneratedFile> internalGenerate() {
         return generatedFiles;
     }
 
+    private GeneratedFile generateLifeCycles() {
+        String packageName = context().getPackageName();
+        CompilationUnit compilationUnit = 
lifeCyclesGenerator.compilationUnitOrThrow("No lifecycle template found for 
user tasks");

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to