model-example.fsmHi, I'm using a list to push items in batches. These batches can be processed by different processors that pull a batch from the list. I am trying to find a way to establish a pull strategy that allows prioritizing processors 4 and 5 (red ones). This means that each time the list has a batch, the operator must move this batch to processor 4 or 5. Only if these processors are busy or the batch is smaller than the required number configured in "Pull from list", the operator must move the batches to the other idle processors.