question

Leo L6 avatar image
0 Likes"
Leo L6 asked Jeanette F edited

How to check if flow item has already left the system

Hi,

Sometimes in process flow an item assigned to a token will have value <no path> if the object has already left the system. How can I check if an item has left the system? I tried token.item==NULL but it doesn't seem to work

Thanks

FlexSim 22.0.16
process flowitem
· 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.

1 Answer

Jeanette F avatar image
0 Likes"
Jeanette F answered Jeanette F edited

Hello @Leo L6,

You can check your flow item with the condition

  1. token.item == 0 // 0x0 also works

Null pointer value.fsm


5 |100000

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