Details
-
Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Current Situation
- The Retry Instruction allows to repeat execution of failed jobs from the first instruction inside the Retry Instruction..
Desired Behavior
- The Retry instruction is added a Catch Block:
- Users can add any instructions to a Catch Block. For example, users can add an If Instruction to check the return code of a failed job and to decide if the job should be restarted or if an order should be failed using the Fail Instruction or should leave the workflow using the Finish Instruction.
- When the order reaches the end of the Catch Block then the order is moved to the first instruction inside the Retry Instruction.