pefernan commented on code in PR #4105:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4105#discussion_r2497987899
##########
jbpm/jbpm-usertask/src/main/java/org/kie/kogito/usertask/impl/DefaultUserTaskConfig.java:
##########
@@ -67,18 +67,17 @@ public DefaultUserTaskConfig(
Iterable<UnitOfWorkManager> unitOfWorkManager,
Iterable<JobsService> jobService,
Iterable<IdentityProvider> identityProvider,
- Iterable<UserTaskLifeCycle> userTaskLifeCycle,
+ Iterable<UserTaskLifeCycles> userTaskLifeCycles,
Review Comment:
In this case the class `UserTaskLifeCycles` is the container of all the
lifecycle available in the application (in the previous implementation we were
wiring only one being the default or the custom registered by the user) that's
why we moved it to plural following the same pattern we have for `Processes` or
`UserTasks`
--
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]