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.
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.