Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Current Behavior
- A failing Order will release all used resources, which currently are occupied by the instructions
- Lock
- ConsumeNotices
- This makes it impossible for the user to resume the Order at the failing position.
New Behaviour
- The Options Instruction can be used such that an Order in this block will stop in case of a failure, see
JOC-1523. - Stopping is like suspending, but caused by JS7 (suspending is caused by the user).
- Stopped is a new Order flag (like suspended)
- The Order's position is not changed.
- Blocked resources are not released.
- The user must respond with a ResumeOrder or CancelOrder command.