Hi all. As the subject title, I wonder if would we be able to use HTML to display process instance as it's shown by Activiti Explorer. Do you guys have any tutorial? Thank you all.
Inspect the page source of the explorer and see what JS'es are included to render the diagram. Next, see what URL calls are used to load the actual data to be displayed. You can also take a look in the activiti-webapp-explorer2 project, this contains the code for this. I guess it shouldn't be that hard to rip out only the bits you need, independant of vaadin, as it's a pure JS/HTML solution.