Is there anyway to dispatch operator in group?
I've created layout where there are 4 multiprocessor in the layout. 3 processes are defined in each mutiprocessor.
Process1 requires 3 operator. In this layout, there are 3 groups and 3 operator assigned to each group to do Process1. Group is controlled with dispatcher, each dispatcher (describing group) is controlled by dispatcher.
When Dispatcher 4 "Pass To" is defined as "first available", the first group goes to first multiprocessor, but when second multiprocessor requests for operator, nothing happens.
When Dispatcher 4 "Pass To" is defined as "Round Robin", each member from each group goes to first multiprocessor. This is not the behavior I expected.
How can I make 3 operator in same group work in mutliprocessor?