Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
The orderid pattern of an AddOrder instuction is unique per millisecond and position of the instruction.
If an AddOrder instruction is used in a Forklist then it has inside the Workflow JSON the same position for all later generated branches.
If this AddOrder instruction is also used as the first instruction of the Forklist, then all childOrders will reach the AddOrder instruction in the same millisecond and the generated orderIds are no longer unique.
Desired Behavior
A function in the expression of the orderId pattern should ensure uniqueness.
Due to the format of the orderIds, this function should return two digits that are unique within one millisecond.
Attachments
Issue Links
- is required by
-
JOC-1977 AddOrder Instruction inside a ForkList Instruction should not create duplicate Order IDs
-
- Released
-