Can I use raw HTML to display process diagram?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2014 08:25 AM
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.
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.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2014 09:49 AM
I have the same issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2014 04:59 AM
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.
