question

Stan Davis avatar image
1 Like"
Stan Davis asked Stan Davis commented

How to get current activity string name

I'm sure this is an easy one. I need to get the name of the current token's activity in string format. I have tried getnodestr(getactivity(token)) and tostring(getactivity(token)), but they do not work.

Thanks.

FlexSim 16.2.0
process flow
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

Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Stan Davis commented

You want the getname() command:

getname(getactivity(token))
· 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.

Stan Davis avatar image Stan Davis commented ·

Thanks Matt

0 Likes 0 ·