How do I integrate External forms into the User Task ? I want to design my process using eclipse plugin and the interfaces are in an ADF application.Is it possible to do this?
It is possible. but it required coding. Activiti will simply store a 'formKey' and expose it via its API's. What you do with it, is up to you. The only thing you must make sure is passing the form values as process variable when completing the task.