Details
-
Fix
-
Status: Accepted (View Workflow)
-
Minor
-
Resolution: Unresolved
-
2.7.0
-
None
-
None
Description
Current Situation
- The controller crashes when the AddOrder instruction is used in a loop between 2 workflows.
Steps to reproduce:
- Create 2 workflow a1 and a2.
- In workflow a1, use just a AddOrder instruction to add an order to a2.
- Similarly in a2, use just AddOrder instruction to add an order to a1.
- Once both the workflows are created, deploy them.
- After deploying Add an order to a1 workflow.
Results
- The order will move into blocked state.
- After 1-2 minutes the controller will crash and then no further processing works.
Desired Behavior
- The controller should not crash when the AddOrder instruction is used in a loop between 2 workflows.