Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0
-
None
-
None
Description
Current Situation
- When an Order is suspended while running in the last step of the Workflow, the Order change to the suspended state at end of Workflow (at the maybe invisible End instruction).
- Now, the Order is not cancelable, and worse, it is not resumable, too.
Workaround
- Do not cancel the Order when at an End instruction, but resume it.
Desired
- Fixed: the Order is cancelable when at an End instruction, even if it is suspended. Alternatively, the Order can be resumed.