question

Sahar A avatar image
0 Likes"
Sahar A asked Regan Blackett answered

Is there a way to reference a label on another token in the same process flow?

This is likely a very simple question lol

I have 1 process flow, in it I have 2 different "processes" going on, so I have 2 sources. One is triggered on entry and the other is scheduled.

I want to reference a label from one token to the other token. How can I do this? Would they have the same name- token.name? Help me understand!

FlexSim 18.0.3
process flowlabelsreference
· 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

The way you usually do this is to have the two tokens know about each other somehow. Either one token has a label that points at the other token, or there's some sort of parent-child relationship between the two tokens.

It's hard to know what to recommend without more context. Can you attach a sample model that shows what you're trying to do?

0 Likes 0 ·

1 Answer

·
Regan Blackett avatar image
1 Like"
Regan Blackett answered

The trick here is getting the reference to the "other" token. If you have a way to do that then I would save a reference to the other token on the main token and just say:

token.otherToken.labelName

There's a few ways to go about getting that other token reference, like on the Assign Labels activity there are options for looking at tokens in a shared asset or in another activity:

You could also use a List to match up the tokens if there is some particular way that they have to "find" each other. That would let you use the "puller" or "pulled" labels to find who the other token is.


tokenrefs.png (11.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.