If we are transitioning from 1 stage to other in the same case type only will the contents of the thread of the data page be refreshed?

If we are transitioning from stage 1 to stage 2 and on stage 2 we land up on a Review harness by clicking on Go button on the assignment present in stage 2,so will the content of thread level data page change to Review or will remain the same as whatever was there in the previous screen?Ignoring the refresh strategy here.

@TanyaS58 Yes definitely data get change in transition of stage, due to this logic only we can see the fresh information on screen every time.
The datapage which is responsible for doing the transitioning is set to “reload once per interaction” and it’s getting called whenever you are moving stages its activity is written in that logic to carry all data with proper refresh strategy. In that activity its also removing temp pages. So to change the stage we need fresh information with a new reload which happens generally.

Posted few screenshots of the rule and how’s CB and Tracer looks like for this data page on changing the stages.

@Somil0607 I understood your explaination but I just wanted to ask about the screenshots u have attached regarding the CB and tracer so there in case of a tracer I can see that the instance was already fresh so it did not reloaded but i couldnt get the CB screenshot that whether its reloading or not in case of stage transition

@TanyaS58

Clipboard screenshot is just to understand the datapage. Its after the loading. I had not attached before loading the stage.