I have a model in Process Flow that represents a batch process. Esentially, I create tokens that represent demand, assign SKU, and create items to represent the demand. I am trying to Push/Pull to lists.
I would like to have some iterative function in process flow that would compare the current SKU and pick the next SKU to run based on minimizing the cleaning/changeover time.
I already have a Global Table that shows the changeover matrix (i.e. going from SKU X to SKU Y is cleaning type Z) and can assign SKU labels to the incoming tokens. I am having trouble with searching the Changeover Table to select the next SKU that should be pulled from the list.
Any advice is appreciated.