Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The JOC Cockpit GUI offers the resume function in an order's action menu if the order is in the failed or suspended state. However, not all failed orders can be resumed.
- A failed order with a reason "disrupted" cannot be resumed.
- The resume bulk function for failed orders will raise an error if one of the orders is disrupted and cannot be resumed.
- Similarly, a waiting order cannot be suspended in all situations.
Desired Behavior
- Orders hold the isResumable flag.
- The GUI offers the resume function only if this flag is set to true.
- The resume bulk function filters requested orders and processes resumable orders only.
- Orders hold the isSuspendible flag.
- The GUI offers the suspend function only if this flag is set to true.
- The suspend bulk function filters requested orders and processes suspendible orders only.
Attachments
Issue Links
- relates to
-
JS-2131 Orders waiting in a Retry Instruction should be immediately suspendible
- Released