Question
ChangeStage not recognizing Primary keyword as a page and is creating new page
Hi Team,
We are using Pega 8.1.3, we have an activity ABC which internally calls pxChangeToSpecifiedStage, we are passing the context Page as a param to the ABC activity and using it as step page to pxChangeToSpecifiedStage. The functionality is working good in 8.1.3
We are now upgraded to 8.2.1, Pega is not referencing the page with Primary and is creating a new page for change stage and hence the functionality is breaking. If we rename Primary to pyWorkPage, it is working fine.
Please suggest if we have any hotfix for this.
Regards
***Edited by Moderator: Lochan to update platform capability tags***
Nandini V
I would expand the Java of the 8.1.3 code as well as for the 8.2.1 code to see if both understand the "Primary" key word. Also, be aware that under certain conditions, there is no Primary page for a running activity, e.g, sometimes when an Agent calls an activity. Could you be in that situation in 8.2.1 and are misinterpreting the change in behavior as the system not understanding "Primary" -- maybe it does understand "Primary", but there is no Primary page in your use case? I understand this worked in 8.1.3, but maybe something subtle changed that is affecting this?