Issue with Push to List: Objects Created Inside Container vs Combiner Packing

Issue with Push to List: Objects Created Inside Container vs Combiner Packing

stayhometown
Advocate Advocate
175 Views
2 Replies
Message 1 of 3

Issue with Push to List: Objects Created Inside Container vs Combiner Packing

stayhometown
Advocate
Advocate

Hi,

I am using two different packing methods and trying to push the contents into a list, but only one of them works and I don’t understand why.

 

In the first method, I directly create the boxes inside the container.
In the second method, I use a Combiner to perform the packing.

 

I checked the tree structure for the first method, and it does show that there are box subnodes under the tote. However, when I try to push them into the list, it doesn’t work. Only the second method succeeds.

Does anyone know why this is happening?

0 Likes
Accepted solutions (1)
176 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Collaborator
Collaborator
Accepted solution

The tote that is created in the Process Flow enters Queue2 before the items inside it are created. You can see this when you step through the start of the simulation one event at a time with the "Step" button.

When creating nested flowitems in Process Flow I would recommend that you first create the container item inside some placeholder object (that is not connected to anything else) or the model itself. Only when everything has been created use a Move Object activity to place it in the target location.

0 Likes
Message 3 of 3

stayhometown
Advocate
Advocate
Thank you for your reply. I didn’t notice that before, but now I understand how to handle it.
0 Likes