-
Bug
-
Resolution: Done
-
Minor
-
6.x.x
-
-
-
-
-
-
ER1
-
- Run a process with an async tasks executing a failing command.
- Check in the server log if the job is executed several times.
- Go to Jobs perspective and check the number of retries in the job details.
Business Central does not show an actual number of attempted job retries. There are several problems:
- It tries to show number of executions instead of number of retries. You can see it here. It should either decrease this number by 1 or the field shown in the Business Central should be renamed to Number of attempted executions.
- It uses executions field from RequestSummary which is never assigned the correct data from the database.
- Even though the two previously mentioned front-end issues are fixed, it will not show the correct number unless
RHBPMS-4441is fixed.
- relates to
-
RHPAM-736 Change label of Retries field to Retries remaining or Retries left for better understanding
- Closed