Hi,
The overall logic which I need is combiner should combine the item based on the values which have been written in global table 1 by queue1.
My model consists of 5 type of item type which has to be processed by the combiner. here each item type is of different quantity.The quantity of each item type will be written to the global table based on the code written in queue1 ON EXIT, and I have written some logic in combiner for updating the combiner.
The problem which I am facing is, the combiner is not combining the item based on the global table value please help me to solve his issue.
Note:(The quantity of each item type should be written to global when only when the respective item type quantity exit from queue1. For example item type 1 consist of 5 quantity, this value 5 ( quantity) should be written to the global table when all of the 5 exit from queue1 same continues for all item type and then the combiner should combine based on the global table values )
I have attached my model for your reference. with the given, NOTE, if there are any alternate solutions, are also welcome.
update-combine-based-on-itemtype.fsm
Thanks in advance for your valuable answer.