Hi
I'm trying to use processflow to implement a FIFO dispatch strategy.
In my case, when any of the three buffers are empty, I want to randomly assign an order to the buffer, and a new order has to wait until the previous one is completely finished before entering.
I would like to know how to set it through itemlist, or any better way. Thanks for your advice. :)