Get objects from other process flow

Get objects from other process flow

kari_payton
Not applicable
11 Views
2 Replies
Message 1 of 3

Get objects from other process flow

kari_payton
Not applicable

[ FlexSim 16.1.0 ]

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

1638-error.png

Any ideas how to reference that object?

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

adrian_haws
Not applicable
Accepted solution

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.

Message 3 of 3

matt_long
Not applicable

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