Hi, I have several tokens with the same query condition waiting to pull from a list:
WHERE Arc.toNum() = Puller.Arc.toNum()
When I push 1 token into the list that satisfies the condition, all the tokens move at the same time into the next step.
How can I do to only move one token into the next step, and have the rest wait for another push into the list?
Also, I don't understand why I only see one puller in the backorder list, even though I have many tokens in the pull from list activity:
Thank you in advance,
Lambert