Details
-
Fix
-
Status: Released (View Workflow)
-
High
-
Resolution: Fixed
-
2.1.0
-
None
Description
Current Situation
In a workflow after using the "AddOrder" instruction, the workflow is not visible in the Workflow tab.
The joc.log file displays the below error:
java.lang.ClassCastException: com.sos.inventory.model.instruction.AddOrder cannot be cast to com.sos.inventory.model.instruction.Cycle
How to Reproduce
- Create a new workflow from the configuration tab.
- Use an "AddOrder" instruction anywhere in the workflow.
- Deploy the workflow
- Switch to the Workflows tab and navigate to the folder in which the workflow was created.
- The created workflow with AddOrder instruction does not appear in the Workflows section. Only, workflows without the "AddOrder" instruction appears in the Workflows section.
Desired Behavior
After using the "AddOrder" instruction in a workflow, the workflow should be visible in the Workflow tab.