Is it possible to set up a model with two stages of processing (in series) where a total of n operators work in both stages? That is operators are capable of working processors in both stage one and stage two; operators switch from one stage to another as required (based on queue length). And is it possible to do so without using code? Can it be done strictly by using the functions suggested by the triggers?