cancel
Showing results for 
Search instead for 
Did you mean: 

add a process variable for a start form with Activiti API

melvin1
Champ in-the-making
Champ in-the-making
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.
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
Can you show the code you're using to submit the form and the form-properties declaration in your bpmn20.xml?