Hi,
We have done a successful integration of Activiti 5.6 with JSF 2.0 CDI and JBoss AS 6 with a real enterprise architecture with stateless beans -> delegates -> dao -> JPA 2.0 and ofcourse web services.
There is a single issue though.
When a start form is submitted I want to create a process variable in my cdi bean. I am able to do so with a task form , but I'am finding it impossible to create a process variable with a start form submit.
Your help would be highly appreciated.