question

Axel Kohonen avatar image
0 Likes"
Axel Kohonen asked Axel Kohonen commented

Bug? Activity name + ID abbreviated to 35 characters in token trace profile

Hi,

I am using the token trace history to create a report of what token has been where and how long. However, there seems to be a character amount limit (35 characters) in the token trace profile bundle that contains the activity name and id number so that if one has a longer activity name, then the bundle does not store the whole name. See the attached image and model tokentracenamesabbreviated-autosave.fsm where the name of the first delay activity is abbreviated.

Is it possible to get around this somehow or is it just as it is for the moment?

Thank you!

Kind regards,

Axel

FlexSim 16.2.1
process flowtoken trace
· 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.

Adrian Haws avatar image Adrian Haws commented ·
0 Likes 0 ·

1 Answer

·
Jordan Johnson avatar image
3 Likes"
Jordan Johnson answered Axel Kohonen commented

This is a bug. The trace history makes a new entry for each unique name it encounters. If the token comes to an activity with that name again, it adds more time to that particular entry. To avoid name collisions, the trace history uses the unique name of the activity, which is the activity's name and id, concatenated.

Unfortunately, the id is appended after the name. So if the name is too long, then the unique part of the name might occur after 35 characters (a limit set by categorical tracked variables, for their profile bundle).

In the future, the id will be placed before the name, a guarantee that each activity will get an entry in the trace history. You might not be able to see the whole name, but the trace will be accurate.

· 3
5 |100000

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

Axel Kohonen avatar image Axel Kohonen commented ·

Hi @jordan.johnson

Thank you for the explanation! Do you have any plans on changing the 35 character limit or is that what the limit will be in the future also?

So does this mean that currently I have give the activities short or unique (for the first 35 characters) names to be able to guarantee that the trace gives reliable results?

Thank you!

Kind regards,

Axel

0 Likes 0 ·
Matt Long avatar image Matt Long Axel Kohonen commented ·

It's on our to do list to be addressed. But yes, if you shorten your names this will solve the problem for now.

1 Like 1 ·
Axel Kohonen avatar image Axel Kohonen Matt Long commented ·

Hi Matt,

Great! Thank you! Will use short or unique names for now then.

Axel

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.