We have a customer who is trying to use the service "getRequestById" (ExecutorService) and showing to the user the real number of executions. The problem is that when a request is correctly handled by "AbstractAvailableJobsExecutor", the variable "executions" is not increased.
The "executions" column refers to the number of executions the job. If the "status" is DONE and the "executions" is 0, it means that the job was successfully run once. If the "status" is ERROR you can see the number of executions tried in the "executions" column. So it seems a bug.
- clones
-
RHBPMS-5112 Wrong execution counter in Kie Executor when request succeed
- Resolved