cancel
Showing results for 
Search instead for 
Did you mean: 

display process variables on mouse over

pavan_bukka_ait
Champ in-the-making
Champ in-the-making
Hi all,
       is their any way to display process variable value whenever we mouse over on a task of a process instance image.
       and also please answer to this post http://forums.activiti.org/en/viewtopic.php?f=6&t=4390 which i raised long way  back but yet not answered.

Kind regards,
B pavan kumar.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
You can customize Activiti explorer anyway you like. By altering the vaadin-component responsible for displaying the process-image, you could hook in a mouseListener (or something similar) that fetches the variables from the API and show them in a popup.