Answered
How to simulate a queue renege process - like a barber shop - in the process modeler?
IN a barber shop , for example, one customer entering may find 10 persons already waiting, so he may not decide to join the queue.
I would like to have a Queue called seat that can maximum hold 10 people. so the 11th entry will renege and move to the end of the process.
How can this be simulated?
- Eswaran
Dear Eswaran,
It is currently not possible to simulate this with a number of tokens in queue, you can use a Gateway and two output streams with different probabilities based on how many customers of all leave the queue.
Best Regards
Dear Eswaran,
It is currently not possible to simulate this with a number of tokens in queue, you can use a Gateway and two output streams with different probabilities based on how many customers of all leave the queue.
Best Regards
Comments have been locked on this page!