question

Jesse Moncrief avatar image
0 Likes"
Jesse Moncrief asked Jesse Moncrief commented

How to track flow items by their unique ID

I would like to track 3D flow items (created by a process flow) through the model using their unique flow item ID's. My current thought would be to assign this to a label so it would be easily accessible. How can I do this ?

flow items
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

·
Joshua S avatar image
1 Like"
Joshua S answered Jesse Moncrief commented

Here is an example where I gave a Queue, or can be any location you are creating your flow items at, a label that is incremented every time a flow item is created in it, and each flow item has an ID label that is assigned to it at creation based on the Queue's label. Hope this helps.

unique-flow-item-id-label.fsm


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

Jesse Moncrief avatar image Jesse Moncrief commented ·

This works. By combining the name of the source (que) with the incremented flow item count I am able to create a unique identifier for each flow item...that also identifies it's source (I have 3 in the model)

Thanks

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.