question

Sachin N avatar image
0 Likes"
Sachin N asked Steven Hamoen commented

Batch child tokens

I have a process where child/sibling tokens are created and then needs to be combined into the parent token for further processing. Each child must be combined with the original parent, I am not sure if this can be done through Group By option or through a label on the create token activity

FlexSim 19.1.1
parent tokenparent child hierarchytoken join split batch parent childchild token references
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered Steven Hamoen commented
@Sachin N

Here's a simple Process Flow that I think does what you are looking for:

In this Process Flow, the "Create Tokens" produces a child token in "Do Stuff". Then, the parent token waits in the "Wait for Event" activity until the child token exits "Do Stuff" and they are both batched together in the Batch activity. The parent token is also given a label "Child" that has a reference to the child token so that it can wait for the token that matches token.Child to exit "Do Stuff":

Here's a working model with this Process Flow: childbatchlogicanswer.fsm


capture.png (22.6 KiB)
capture2.png (11.4 KiB)
· 7
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.