Find class a rule is referenced from
Hi
I would like to access the property(if exists) that saves the class a rule is referenced from at runtime.
The situation is like this: I have Flow Action A and Flow Action B. Flow action A references section C and sets the page context with the data page D. Flow action B references section C and sets the page context with the data page D. The Data Page D has its source based on a when condition like this: when the data page is called from flow action A, then the source is activity A1, when the data page is called from flow action B, then the source is activity B1. The problem is that I don't know how to write the when condition to check the class of the flow actions or the flow action's name to set the source based on that.
Any idea?
Hope I made it clear and thank you for your time.