Home Site displays old values

Hi all,

We have a Site based application with a main home page that displays information about processes.

When a process flow ends, then the main home page is displayed. The process is modifying some values that should be displayed in the main home page. However, when the process ends the main home page is displayed with the old values. Only when we refresh the browser the page displays the new values.

The home page is reading the values from the database.

We have verified that the variables are declared inside a a!localVariables() block.

We have also tried to use a!refreshVariable() with no luck.

Does anyone have any idea to automatically load the new values?

  Discussion posts and replies are publicly visible