cancel
Showing results for 
Search instead for 
Did you mean: 

using activity modeler as a Vaadin compoment

davidchun
Champ in-the-making
Champ in-the-making
we are in the process of using Vaadin as our core web product framework. We also have a requirement to enable some workflow designer over a BPMN2.0 engine and we are thinking of using Activiti. As part of our POC to our customer we need to demonstrate an modeler editor where the end user can create / modify an workflow.

My question is:
- Is there a way to use the current activity modeler as a Vaadin component
- if yes where I find the source code to get started
- if no where do I start Smiley Happy

thanks,
DC
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Well, the Modeler is included in Activiti Explorer which is a Vaadin app. Simply download the zip file from activiti.org and see it in action 🙂

Source code is https://github.com/Activiti/Activiti/tree/master/modules/activiti-explorer and https://github.com/Activiti/Activiti/tree/master/modules/activiti-webapp-explorer2