fjtirado commented on code in PR #3431:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3431#discussion_r1517820294


##########
api/kogito-api/src/main/java/org/kie/kogito/uow/events/UnitOfWorkProcessEventListener.java:
##########
@@ -60,11 +60,11 @@ private void intercept(UserTaskEvent event) {
 
     @Override
     public void beforeProcessStarted(ProcessStartedEvent event) {
-        intercept(event);
     }
 
     @Override
     public void afterProcessStarted(ProcessStartedEvent event) {
+        intercept(event);

Review Comment:
   This is restoting the order that was altered by previous change



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