question

SudheerReddy avatar image
0 Likes"
SudheerReddy asked Joerg Vogel answered

Queue OnEntry label

As shown in below image, Queue OnEntry label destination value is Queue2 . In ProcesFlow MoveObject Destination is written as token.item.destination is throwing error.

Here doubt is Queue OnEntry how to keep location labels.

QueLocLabels.fsm

FlexSim 20.0.3
flexsim 20.0.3
queloclabels.fsm (150.3 KiB)
queuedoubt.png (60.4 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

·
Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered

Your label seems to be a string and not a pointer. Please add the value by the sampler tool. It will look like

Model.find(“Queue2”)

Maybe you should add a delay activity previous to the move object activity, because the order of both On Entry events (trigger and activity) isn’t exactly sure.

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

SudheerReddy avatar image SudheerReddy commented ·

@Jörg Vogel

Thanks for your answer. It is working now

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.