I have a continuous process. In the queue, it is initially empty. I first close the "output" of the queue and then fill the queue to a certain level. Afterwards, I open the output of the queue and allow outlet to flow. In the "process flow", I constructed a logic by adding a decision block, i.e. once the level in the queue is below certain level, I shut off the output. As a result, even though I can maintain the level in the queue, the outlet rate will drop to zero when output is shut off. I am wondering what logic I shall implement here to allow outlet flow positive all the time.