I have a arrival source which has the following columsn
Time Name Quantity XCenter Ycenter Cart
I want to group all of the tokens by cart and then release only those tokens to a resource to pick the items belonging to that group at once. What is the best way to do this in process flow?
I would look into using lists. When you push something to a list, it can pulled off of that list in batches and queried based off labels such as cart.
To be able to give you a specific answer to your question, we would need to see your model or a sample model of the problem. This way, we can see what is happening in your model and give you the best answer on how to get it to do what you want.
Thanks.