Refresh page in microflow

0
Hi all   I am using the timer widget to refresh a token every hour. After it reaches zero it calls the microflow to refresh the token and set the timer to an hour again, but it doesn’t show the new timer because the page doesn’t refresh, I have to manually do that. Obviously I could just do a show page activity to show the same page again but if the timer expires when the user is on a different page I don’t want it to just show the page in the show page activity and abruptly close the page they were doing something on. My question is, is there a way to refresh or display the current page in a microflow?   Thanks
asked
1 answers
2

If the page has a object you should refresh that object, that should do the trick. You could also try the community commons refreshClass or refreshClassByObject.

Regards,

Ronald

 

answered