Details
-
Feature
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
2.0.0
-
None
-
None
Description
Current Situation
- Orders inside a Lock Instruction are subject to error handling like this:
- If error handling is applied inside a Lock Instruction, for example by use of a Try/Catch Instruction or Retry Instruction then a temporarily failed order can continue.
- If no error handling is applied inside a Lock Instruction then the order is moved to the begin of the outmost Lock Instruction and is put to the FAILED state to prevent the order form permanently blocking Resource Locks.
- Orders that fail inside a Lock Instruction block are put to the begin of the Lock Instruction.
- Users who wish to resume failed orders have to move orders back to the position inside the Lock Instruction.
Desired Behavior
- When resuming orders then the popup window should offer the operation to "resume from last position".
- The operation makes use of the order's built-in history to resume from the last position before the order failed.
Maintainer Notes
- The desired functionality is provided from the Options Instruction that is introduced with
JOC-1523