Browser refresh starts a new process instance

Hello everone,

We have a process with an user interface. User is filling some information and saving the form. After this user is changing the locale setting and wish to see the form in new language and doing browser refresh to see the form in newly selected language. The issue is on browser refresh, the current process instance is abandoned and a new process instance starts, making all saved information disappear.

Please advice if there is any way to stay on same process after browser refresh.

Thanks,

Priyanka

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Sure. I assume you added a process as a page in a site. This process does not use a start form but has a initial chained user input task. Correct?

    If yes, get rid of that initial UIT and use the start form feature.

Reply
  • 0
    Certified Lead Developer

    Sure. I assume you added a process as a page in a site. This process does not use a start form but has a initial chained user input task. Correct?

    If yes, get rid of that initial UIT and use the start form feature.

Children
  • We have a main process which calls the sub-process where this chained UIT is called after many node with data manupulations. Changing this UIT to start form would be tricky.