Details
-
Fix
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Description:
When attempting to resume a failed order, the "Resume from Position" dropdown does not display any data. Additionally, in simple workflows (without try-catch or retry blocks), an "undefined orderid" error appears. In complex workflows (with try-catch and retry blocks), the pop-up appears, but the displayed data lacks structure.
Actual Behavior:
- In simple workflows:
- The "Resume from Position" dropdown is empty.
- The error message "undefined orderid" appears.
- In complex workflows:
- The pop-up appears, but the displayed data is unstructured and unclear.
Expected Behavior:
- The "Resume from Position" dropdown should display valid selectable positions.
- No "undefined orderid" error should appear.
- In workflows with try-catch and retry blocks, the displayed data should be structured and
readable.