jstastny-cz commented on code in PR #2301:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2301#discussion_r2797309024


##########
jobs/jobs-common-embedded/src/main/java/org/kie/kogito/app/jobs/impl/VertxJobScheduler.java:
##########
@@ -597,6 +615,7 @@ private JobDetails computeNextJobDetailsIfAny(JobDetails 
jobDetails) {
                     .status(JobStatus.SCHEDULED)
                     .retries(0)
                     
.executionTimeout(jobDetails.getTrigger().hasNextFireTime().getTime())
+                    .exceptionDetails(null) // Clear exception details on 
successful execution

Review Comment:
   I've added the reset of the fields also into doRun method, that's perhaps 
the best place to do.



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