cancel
Showing results for 
Search instead for 
Did you mean: 

'Refresh' option in 'My Instances' tab

patcharataya
Champ in-the-making
Champ in-the-making
Hi,

Right now, when I want to see the progress of the running process I have to click on another tab then click back to "My Instances" to refresh the view of the current running process.

My questions:
1. Is there any other way to refresh the view without go back and forth between tabs?
2. If I would like to add a Refresh button on the "My Instances" tab, would it be possible to do that?
3. How can I add a customize button to the "My Instances" tab? Any suggestion on how to implement this?

Thank you very much.
Da
3 REPLIES 3

patcharataya
Champ in-the-making
Champ in-the-making
Any thought on this????

jbarrez
Star Contributor
Star Contributor
1. No
2. Yes
3. You would need to clone the Activiti code from github, and change the code in activiti-explorer module, and rebuild the activiti-webapp-explorer module. The piece you mention is in the org.activiti.explorer.ui.process.MyProcessInstancesPage class.

patcharataya
Champ in-the-making
Champ in-the-making
Thanks!!