In my model, I have used two different task executers (one is operator and another one is agv) will move the flowitems from Queue 1 to Queue 2 via Network nodes(1,2,3,4). I have attached the model for your reference.sample.fsm
The constraints are
Between NN2 to NN3,
1. Only two operators can travel at the same time
or
2.One operator and one agv can travel at the same time
or
3. If two agv's are waiting, Only one agv can travel between NN2 to NN3
How to achieve the above constraints using traffic controller?
Thanks in advance.