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


##########
jbpm/jbpm-usertask/src/main/java/org/kie/kogito/usertask/impl/lifecycle/DefaultUserTaskLifeCycle.java:
##########
@@ -153,6 +153,7 @@ public Optional<UserTaskTransitionToken> 
reassign(UserTaskInstance userTaskInsta
     }
 
     public Optional<UserTaskTransitionToken> activate(UserTaskInstance 
userTaskInstance, UserTaskTransitionToken token, IdentityProvider 
identityProvider) {
+        userTaskInstance.getMetadata().put("Lifecycle", "default");

Review Comment:
   ok! we must make sure we put the right data here, maybe getting it from the 
config somehow



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