I am working on a project where I need to refresh an entire interface after a process model has completed execution. I need to ensure that once this process model finishes executing, the associated interface is refreshed to reflect any changes.
I have tried using the onSuccess property to trigger a refresh, but unfortunately, I have not been successful with this approach.
onSuccess
I would appreciate any advice or examples on how to implement this. Specifically, I am looking for guidance on:
Thank you in advance for your assistance!
Discussion posts and replies are publicly visible
Make sure your all your nodes in the process model are activity chained.
You can also try having all your local variable in the refreshVariable() with refresh on variable change configuration. On the Onsuccess parameter of start process change the value of the variable on which the interface's local variables are refreshed.