question

Pinakin K avatar image
0 Likes"
Pinakin K asked Jeff Nordgren commented

How to identify which event the Event triggered source listened to?

I have a process flow, where I am using one event triggered source activity to listen to 2 events. My objective is to identify the event that triggered it, so that I can reference it in my further process.

As you can see in the picture, two events are listened to, and both are global table references.

I want to identify, by using labels or any other similar identifier, which event was listened to, so that I can reference it in my further process. I don't want to use 2 event triggered sources.

Thank you!

FlexSim 18.0.3
process flowevent-triggered source
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 Jeff Nordgren commented

To reference the Event triggered, you can type token.Event, or token.("insert desired label name") in the Assign Event Object To box. This will assign the object that was fired to a label on the token.


· 9
5 |100000

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