If I have items in different racks assigned to them, and I want the operator to retrieve a bunch of items of the same type "C" from the rack using the following query:
WHERE LabelName = "C"
The operator should then place these items onto the Task Executor but with a defined capacity. What is the most effective way to model this so that the operator can find , load and unload items onto the TE based on the Task Executor's capacity?