We have a process model in our development environment and pre-production enviro

We have a process model in our development environment and pre-production environment. Now we want to refresh the changes made from development to pre-production environment.

What are the necessary steps to refresh the changes in PRE and PRO?

Thanks...

OriginalPostID-84536

OriginalPostID-84536

  Discussion posts and replies are publicly visible

Parents
  • If this process is likely to change frequently and required to be active all the time for your process report then you probably need to consider a process design that allows you to call this process again as a sub process and terminate the current version of instance. When the sub process run, it will create a new instance of the same process model but with a new version. You will need to design the process model in a way that it can repopulate the process variables to the state of the previous version of instance. The usage of external storage like database can assist you with this refresh method.
Reply
  • If this process is likely to change frequently and required to be active all the time for your process report then you probably need to consider a process design that allows you to call this process again as a sub process and terminate the current version of instance. When the sub process run, it will create a new instance of the same process model but with a new version. You will need to design the process model in a way that it can repopulate the process variables to the state of the previous version of instance. The usage of external storage like database can assist you with this refresh method.
Children
No Data