Hello,
I'm currently working on a project where the objective is to simulate a call-center operation, and i've got a technical question.
How can i make the instances disappear when they reach a certain dynamic/static waiting time? To put in context: In a call center, resources are not always available to dispatch all the calls, and that generates some waiting time to customers. After a while(say 15 min) some customers will drop the call, and after a limit ALL the customer drop the call (let's say 45 min).
How can i replicate this in my simulation model?
Best Regards,
Dinis
Ralf Angeli on
Instances only "disappear" if their process folders leave the simulation model. So in your case you'd have to model an XOR rule which leads to an end event. Routing process folders to this end event might be tricky. Perhaps you could combine two loops where one checks if a call center employee is available for receiving the call and one which checks how many times the loop has been run through. The first can be done with a so-called capacity resource and the second with an ERM attribute. Unfortunately it is not possible to refer to waiting times of a process folder directly in such loops.