In my use case, I have to add a setup time to my processor when part variant changes(label Type). The processor processes 10 items at once( max content = 10). Defining setup time based on item type changes doesn't work well as per the use case requirements because of max content being 10. When item type changes, it lets the remaining 9 items to pass through, delaying 1 item for setup.
I want to stop all the items from flowing through if part variant changes, completing setup and then resume processing all parts.
Please help to model this use case. Thank you.
Attached is a sample model of use case discussed.