I am using "moveto" to reach at destination caller Dryer. Dryer have "queue" and "delay". Now when agent come it first go to Dryer and then go to "queue" and then wait for its turn to go to Dryer for "delay".
What should happen is agent move to the "queue", wait for its turn to go to Dryer. How I can achieve that?
My approach
1. MoveTo
2. Queue
3. Delay
what you should do is use a conveyor block instead of a moveTo + queue blocks like this:
The conveyor will act as a queue and everything will be ok
You will have to define the path for the conveyor and set the delay with capacity 1 and the location of the delay on the dryer