Imagine there is an Enter Queue, two Processors, and an Exit Queue. There are three operators in the work crew. When 10 flow items enter the Enter Queue, all three operators are required to transport the batch to an available processor. The processor processes all 10. Operators are not needed for the processing time. Next, two operators from the crew are required to unload and transport the batch of 10 to the Exit Queue.
I know I need to use a Coordinated Task Sequence in Process Flow to model this behavior. However, I'm stuck on how to tell Flexsim to choose any 2 of the 3 operators in the crew for the task sequence. The tutorial example hard codes what operators are needed for the Travel activities. Any 2 of the 3 crew members should Travel to the Processors, Load, Travel to the Exit Queue, and Unload. This is the tutorial I am referencing, note how the tutorial explicitly defines what operator is used in the activities (The main op and the assistant op). https://docs.flexsim.com/en/22.2/Tutorials/TaskLogic/Tutorial2CoordinatedTasks/CoordinatedTasksOverview/CoordinatedTasksOverview.html
In my application, all operators are eligible for the same process flow. How do i model this?