My model represents a job shop, with 6 workers, 6 queues connected to 2 processors each.
My aim is, to push the queue length to a list, pick an operator to select the longest queue and process the items until the queue is empty.
Also a queue is connected to 2 processors, in order to work with 2 operators in case of heavy workload in that workcenter at the same time.
How can I implement this in process flow, i was thinking of a conditional decide, but i don't know how to write the logic for this 2 problems.
Thanks in advance :)
help2908.fsm