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


##########
kogito-codegen-modules/kogito-codegen-processes/src/main/resources/class-templates/usertask/UserTaskConfigQuarkusTemplate.java:
##########
@@ -47,14 +48,16 @@ public UserTaskConfig(
             Instance<IdentityProvider> identityProvider,
             Instance<UserTaskLifeCycle> userTaskLifeCycle,
             Instance<UserTaskAssignmentStrategyConfig> 
userTaskAssignmentStrategyConfigs,
-            Instance<UserTaskInstances> userTaskInstances) {
+            Instance<UserTaskInstances> userTaskInstances,
+            @ConfigProperty(name = "kogito.usertasks.lifecycle") String 
configuredUserTaskLifeCycle) {

Review Comment:
   We should default to `default` in case this config property is missing



-- 
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