Question with Using Pull From List in Subflow

Question with Using Pull From List in Subflow

justin_w4
Not applicable
7 Views
1 Reply
Message 1 of 2

Question with Using Pull From List in Subflow

justin_w4
Not applicable

[ FlexSim 22.0.0 ]

Hello, I am new to FlexSim and I have a question about how Pull From List works when used in a subflow.

Currently, I have a process flow where at the start I create an order list that assigns labels to each item in the list. I want to run a subflow where I create an object for each item in the order by running child tokens through the subflow one at a time.

I was wondering, if I use Pull From List in the subflow to retrieve the item data and create an object for the item, is the list iterated through as each child token passes through the subflow? Or is this a logic I have to create in the subflow?

0 Likes
Accepted solutions (1)
8 Views
1 Reply
Reply (1)
Message 2 of 2

Jeanette_Fullmer
Community Manager
Community Manager
Accepted solution

Hello @Justin W4

The pull from list will be executed with every token that passes through the activity. Please see my example model. In the model I have 20 items with unique type labels are pushed to a list. An order of 20 items is placed and a sub flow is run to pull the items from the list. The items are then created in the model and assigned the same type label as the item that was on the list.

PullFromList_SubFlow.fsm