Details
-
Feature
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- Return Codes of jobs can be specified "On Success" and "On Failure".
- This includes to specify an array of return code values.
Desired Behavior
- Users want to specify return code ranges instead of having to specify individual return codes:
- Currently: 1,2,3,4,5,6,7,...
- Desired:
- Example: 1,2,5..155,200,210..230
- Example: -3..-1,2..64