Hello everyone. I need help.
I am creating a model that pulls items out of queue 1 and queue 2, but I have encountered two problems.
1) I do not know what to create for reference to the transporter to pick up the items at queue 1 and queue 2.
2)I want the token to be sent from the SourceType 1 token to the Pull from List. The Pull from List will pull the list to the full amount (item 1 = 5, item 2 = 3).upon completion of process 1, the token from SourceType will be released and the original looping operation , When the token is removed from the SourceType but the retrieval process still does not complete SourceType will create the order back, wait until the retrieval process is finished.
Thank you.