operatorloaditem-support-v10.fsm
In this project, I have 5 operators with a 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 with quantity based on the label (id). label(id) = quantity
Like:
operator1 with id=1 will only take 1 item that has 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