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!