Hello,
I have a doubt with a model.
I have created a simple example, I have some items waiting in a queue and next they go through two queues and one processor, which close or open the second queue of the system (I have this queue’s system because in another model I have to change the batchsize and I have some problems if I don’t use this trick).
The problem is that the system blocked when I do not use the transporter for the first queue, and I do not know really the reason.
I took this opportunity to ask you if is it possible implement an update function in a queue, so if I receive a message or pass a requirement time I can check for example the output.
I thank you in advance for your help.