We have built a simulation with a source, a queue, a processor, a conveyor and a sink. There are totally two operators in which the first operator fetches the flowitems from the queue and puts it into the processor and at the same time repairs a scheduled breakdown. The task of another operator is to repair an infrequent breakdown. We can’t figure out how to connect these two operators to the same process without colliding them as well to identify if they perform only their respective assigned tasks...Expecting your valuable suggestions.