question

Kari Payton avatar image
0 Likes"
Kari Payton asked Adrian Haws edited

Get objects from other process flow

Is there a way to load an object that was created in a separate process flow. I have created objects in a process flow. However a process in my custom fixed resource process flow needs to load the object created in another process flow. I get the error

Any ideas how to reference that object?

FlexSim 16.1.0
global listobjectsfixed resource process flowreferencing
error.png (16.6 KiB)
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

·
Adrian Haws avatar image
1 Like"
Adrian Haws answered Matt Long commented

You can do this by pushing the object to a Global List after its created. Then in your Fixed Resource Process Flow pull from the same list. When you reference the object in future task sequences make sure you use the label that you assigned the pulled token to. See example model attached.


· 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.

Matt Long avatar image Matt Long commented ·

Fixed Resource/Task Executer/Sub Process Flows can all pull from a List in a General Process Flow. It's not necessary to use a Global List. If the object you're creating is not in a General Process Flow, then you would need to create a Global List in order to reference it from other Process Flows.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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