Abhitocode opened a new pull request, #2318: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2318
ProcessInstanceJobExecutor was using jobDetails.getRetries() (error retry count) as the repeatLimit sent to TimerNodeInstance. It should be the remaining timer repetitions. Fixed by using SimpleTimerTrigger.getRemainingRepetitions() instead. Associated PR: https://github.com/apache/incubator-kie-kogito-runtimes/pull/4248 Associated Issue: https://github.com/apache/incubator-kie-issues/issues/2269 -- 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]
