Details
-
Fix
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- Consider a workflow that holds a Retry Instruction which includes jobs.
- If an order fails in a job then it moves to the Retry Instruction and waits for the related delay (DELAYED_AFTER_ERROR).
- Such orders cannot be cancelled or suspended. The Agent logs "inapplicable event" in response to user operations to cancel or to suspend.
- Find attached JSON configuration apRetry.workflow.json for a Controller.
Desired Behavior
- Orders in a waiting state in a Retry Instruction that are delayed after an error should support to be immediately cancelled or suspended.