In this project I have 5 operators with label (id) who are connected with a flow items that have the same label (id).
My question is how can I make the operator picks up a number of items (quantity) based on the label (id).
Like:
operator1 with id=1 will only take 1 item that have label id(1) in one travel and then goes to a sink and disappear
operator2 with id=2 will only take 2 items that have label id(2) in one travel and then goes to a sink and disappear