question

Mustafa L avatar image
0 Likes"
Mustafa L asked Jordan Johnson answered

Statistics Collector Lists

I have a list of tokens in my process flow. I wanted to know, using the statistics collector, how do I refer to the token that is being pulled from the list.

Thanks

FlexSim 18.1.2
process flowlists
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

·
Jordan Johnson avatar image
1 Like"
Jordan Johnson answered

You can listen to the OnExit of the Push to List activity. The pulled token is data.token, and the puller is data.token.puller, or whatever you set the "Assign To" label to be.

The List OnPull event fires as soon as the pull request is made, and that is not the event you want.

listentopull.fsm


listentopull.fsm (108.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.

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.