Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0
-
None
-
None
Description
When the Try instructions maxTries argument is omitted, the number of retries is unlimited.
Current situation
- If the Retry instruction is the first one in the catch block, omitted maxTries works like maxTries = 1, and the exception is not caught.
Desired behaviour
- Omitted maxTries arguments means always unlimited retries.
Attachments
Issue Links
- is required by
-
JOC-1653 Add option for unlimited tries to Retry Instruction
- Released