hi I am new to activiti work flow I am doing a project with activiti-cdi and jsf. how to use the form properties in activiti designer to render jsf form elements? or how a form will be rendered with Activiti Explorer? i need to indicate form(by defining form properties on a start event or a user task)in my jsf page what is the best way to do it ? please help … thanks
The Activiti Explorer is using Vaadin as a web framework but you can build your own form engine based on form properties in JSF as well. You can use the FormService API to retrieve the form properties definition. Use the getTaskFormData method to get the definition for a specific user task.
thank u but how to render for jsf page!(i use dynamic page…) i want show form from xml file(defining form properties on a start event or a user task) and don't use external form … in activiti explorer render any form to a Vaadin page … Does not have a separate page for each form. Right? How do I render a form to a jsf page? what's the best way? can u get me link or doc or example ?