cancel
Showing results for 
Search instead for 
Did you mean: 

how to create custom form in my webapp

ashay
Champ on-the-rise
Champ on-the-rise
I am new to activiti. I am developing a web application using activiti.
Scenario :
when we create workflow, we also include variables(form properties) for required information.
Question :
I want to create custom form which will ask user to provide inputs(form properties) whenever process instance is created.
what will be mechanism to solve this question?
help me out.
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

http://www.activiti.org/userguide/#forms

use form properties for start event.

Regards
Martin

ashay
Champ on-the-rise
Champ on-the-rise
thanks for your reply.