Is there any way to let each item to wait for 1 minute in a queue with a stack of items before leaving the queue?
I've tried 2 ways of triggers and it doesn't work the way I wanted,
1. Enter: close output , OnEndCollecting: close input, send message(60s then open output)
2. Enter: close output, sendmessage(60s then open output)
This does not work either as everytime an item comes in it restarted its countdown.
What I would like is,
The queue of items dispatch the items in 20 per batch, else lesser if exceed the wait time, to the waiting area. The waiting area will only release each item after they waited for 1 minute to the processor.