Hello Everyone,
I have four parallel processes transporting in patterns of 6 products, each process gathering products depending on different filters applied.
This step is used to gather products before sending them to the next process which is composed of 8 parallel processes, each of them requiring 6 products to start.
Unfortunately, when i transport out the products from Step 1, they are distributed along the 8 following processes, and do not remained grouped by 6.
Do you have an idea how i could, if i reformulate it differently, send groups of 6 products to the next first available process, and not having them distributed along all the next available processes ?
Thank you for your help.