Question
4
Replies
4476
Views
Posted: August 28, 2017
Last activity: August 29, 2017
Closed
Solved
Primary page
In an activity ProcessOrder, the fourth step invokes another activity CheckInventory. The step page for step 4 is specified to use a page named OrderInfo that is listed the Page & Classes tab. When the CheckInventory is executed by step 4 of the ProcessOrder, what is the primary page for ProcessOrder execution?
Hi,
Please refer to the below pdn link:
https://pdn.pega.com/sites/pdn.pega.com/files/help_v72/procomhelpmain.htm#definitions/s/steppage.htm?Highlight=step page
"The steppage becomes the primary page for the duration of the step's execution."
So, in your use case, "OrderInfo" becomes the primary page for the duration of the step 4's (invoke CheckInventory) execution.
Thanks,
Susan