cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate forms for process definition .xml

sibok666
Champ in-the-making
Champ in-the-making
Hi, Im currently working on a Project for give a little talk in my work about the benefits of start with BPMN integration.

So the last weeks I was evaluating other BPMN tools ain I have decided to create a little Demo App and I was playing a lot with the Activity explorer, I see that activiti explorer generates forms automatically for deployed BPMN processes.

Thats what I want to achieve, the generation of forms automatically, like you did in activiti explorer.

So, can you tell me how do you achieve that, some class file to put attention on the source code?

Im a little lost with a lot of projects on the source.

So I need some help to understand how to generate forms automatically.
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Explorer is using the plain API for that, using the formService to get the form elements.
Then, in the Vaadin UI, there is code that reads those forms and renders it (you'd have to write that yourself)

sibok666
Champ in-the-making
Champ in-the-making
Ok, thanks for your answer, but after explore the new Angular App on beta 6 its a dummy question, because thats what Im try to achieve