Process Flow Error: invalid task

Process Flow Error: invalid task

bryanastra
Not applicable
175 Views
3 Replies
Message 1 of 4

Process Flow Error: invalid task

bryanastra
Not applicable

[ FlexSim 23.0.10 ]

Operator Process Flow.fsmThe load operation from the 3rd Process Flow has an invalid task sequence. I get the following:

1691605151210.png

Any ideas how to fix this? I would like the operators to pick up those boxes and continue the flow.

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

natalie_white
Not applicable
Accepted solution

This indicates an error in the "Load" activity in your process flow. Your Executer /Task Sequence and Item fields are invalid. If you look at the token, you'll notice that it has a label "Item," but you are referencing "item" with a lowercase i. This is your first error. The second error is that the child token within the subflow doesn't have a label "resource" at all (only the parent token does). To change this, go to the Run Sub Flow activity and check "Copy Labels to Children on Create."

Message 3 of 4

DiegoAvila1
Not applicable

Hi Bryan,

That task error occurred because in the Load and Unload activity you had referencing to "item", where it shoul be with upercase "I".

1691607144827.png

A recommendation to avoid this kind of mistakes is opening the Token Label and select the one you might use.

1691607446805.png


0 Likes
Message 4 of 4

bryanastra
Not applicable
Ty, problem solved!