cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use raw HTML to display process diagram?

holysoul
Champ in-the-making
Champ in-the-making
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.
2 REPLIES 2

hacendadda
Champ in-the-making
Champ in-the-making
I have the same issue

frederikherema1
Star Contributor
Star Contributor
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.