question

Smile A avatar image
0 Likes"
Smile A asked Jeanette F commented

The processflow run reported an error with no response

FlexSim 19.0.0
processflow
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Smile A, was Lars Christian J2's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Lars Christian J2 avatar image
0 Likes"
Lars Christian J2 answered Jeanette F commented

In the compiler console, the location of the error identified as process flow activity LoadAGV.

1659605708598.png

It also states that the problem is a problem with the condition type.


1659605869884.png


So suggest that you review your condition


1659605708598.png (12.0 KiB)
1659605869884.png (20.0 KiB)
· 2
5 |100000

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

Smile A avatar image Smile A commented ·

Thank you very much. I know there is something wrong with this position, but I don't know how to change it. Would you please help me to change it

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Smile A commented ·
Hello @Smile A, The "Condition" in that field is [ token.id]. You don't need the square brackets and the token.id does not make sense. A condition needs to be either True or False or 0 or 1. If the token.id is 1 then it will execute the field next to true. If the token.id is 0 then it will execute the field next to false. If the token.id is any other number then it will throw an error because that is not a valid entry. You could have token.id>100 which would return either a true or false. Honestly, there are many possible condition you could create. If you need help deciding what the condition is, then please explain what you are expecting this activity to do and try and explain the condition if possible.
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.