Hello,
I have a scenario where I have 5 processors which are only setup by 1 operator. This operator needs to follow a specific sequence (1-2-3-4-5). I have tried using the dispatcher and sorting by task priority, but the operator keeps going to the processor that finished first.
How would I go about this?
Thanks in advance.