Declare OnChange rule not visible in references

I created an activity(lets call it A) and the activity is called from a Declare OnChange rule.

When the property in the Declare OnChange rule changes, Declare OnChange rule is executed and the activity A is called as expected.

Now when I open Activity A and click on view references of Activity A, I cannot see the Declare OnChange rule where this activity is called from.

The activity is being executed as expected but for some reason I’m unable to spot the Declare OnChange rule from view references option, is this an expected behavior ?

I’m using the latest cloud community edition

@KevinR17115962

Yes it is expected, not all rules are always shown in the rule reference tab. If you still want to see from where your activity is being referred from, do an all content search in the default Pega elastic search bar.

Hi@KevinR17115962

The acitivity should show the referred declare on change rule. Please find the attached image of an OOTB activity.

Maybe it is caused due to caching issue on your environment, try log off login once and see if it appears.

@SrijitaB

I cleared cache in the browser and tried it, the declare on change rule is showing up now.

Thanks for the help!

@SohamM95

Actually as the other person who replied I think this was happening because of cache, I cleared the cache and this was fixed.

But I just got to know about all content search, this seems like a really easy way to find references.

Thanks for mentioning this