Sub Flow in Process Flow Invalid Task

Sub Flow in Process Flow Invalid Task

mia_l
Not applicable
119 Views
1 Reply
Message 1 of 2

Sub Flow in Process Flow Invalid Task

mia_l
Not applicable

[ FlexSim 19.2.4 ]

I am trying to run a model where the objects are batched, run through the 3 processors, goes to the Machine (does not matter from which processor) then goes to the MultiProcessor and lastly goes into the rack. For some reason on my third sub flow, I am receiving an invalid task error. How can that be fixed? Also, how can I program the operator's logic to prioritize running the Machine (which needs any processor as a preempt) and execute other tasks if the machine is running?

processflowsubflow.fsm

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

benjamin_w2
Not applicable
Accepted solution

Hi @Mia L,

In your "Run Third Process Sub Flow", you don't assign the "myItem" label to the children like you do in the other sub-flows.

29656-1591824296965.png

Compared to:29662-1591824315887.png

Simply assign myItem and it should work fine. You have the same problem in your "Run Fourth Process Sub Flow" activity, but you also need to assign token.Machine in this flow.



0 Likes