Hello everyone,
I have a problem iterating over multiple subprocess flows.
As you can see in my process flow container "logistics", I am trying to take each panel from "descarga" queue, and load them into the closest rack. So, when loading, if it reaches the max panels or max width of the rack, it needs to take the next closest rack and load it, and so on.
After the first token is loaded into the first rack, the loop breaks. I cannot know how to do it.
Thank you very much!