Reproduce
- create a model with an async before task
- set the defaultNumberOfRetires to 0
- start the process
- observation: an incident is immediately created for the job without executing it once
- expected: job is executed once
Hints
- on job creation the retires are set to the defaultNumberOfRetries
(JobDeclaration) - setRetries has logic which creates an incident if the new retires are 0 and the last was > 0 (default 3) (JobEntity)
This is the controller panel for Smart Panels app
- is related to
-
CAM-8709 Improve description of defaultNumberOfRetries property
- Closed