Hi!
Attached model example.fsm I have a problem with Batch.I set Transporter gets 8 boxes from Processor ,then send to TaskExcuter .Every time TaskExcuter gets 35 boxes,then send them to Sink by crossing Processor.I want to set that TaskExcuter get the boxes only 35 .TaskExcuter gets once 8 boxes,so when it gets four times it has 32 boxes,then it needs only 3 boxes more to complete the batch,5 boxes left send to next TaskExcuter. But in the model it gets all 40 boxes ,It's not logic that I want. How can achieve this ?
Thanks,