Assigning work page name causes issues
Hi everyone,
We are seeing an issue in production where a copy of the page name is causing many Rule-Declare-Expression fired up. The code is trying to copy the page name so that it can be used by another activity . The step is using Property-Set and the code looks like as shown below.
Param.PageName = pyWorkPage
What is happening that this code is causing many RDE rules fired up (all OOTB RDE rules) as well as one of our Thread level data page rule.
I am not sure why somebody has written this kind of code to access work page properties as there are better way to access it. However I am not sure why this code is causing so many rules to get fired including loading of Thread level data page.
Any explanation would be very helpful.
Thanks.