I'm thinking how I can create order picking simulation without using the process flow.
For example, I have a list of order like below:
Order1:Red2, Green1,Blue1,
Order2:Red1,Green0,Blue1,
Order3:Red0, Green1,Blue2,
Red, Blue, Green are the item types, I'd like to pick these items by orders above, and in case Order1, I pick Red2, Green1, Blue1, and put them on the queue "Shipping".
Please see the attached .fsm file.