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
Posting in the correct Forum (hopefully!)

Using activity modeler as a Vaadin compoment
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

thanks,
DC
1 REPLY 1

trademak
Star Contributor
Star Contributor
The Activiti Modeler is already part of a Vaadin web application with the Activiti Explorer. The code is in the Activiti Github repository.

Best regards,