Hi ...

In JBPM 3.1.4 websale example,I see the definitions of the process variables in 
the processdefinition.xml file like below ...
  | <start-state name="create new web sale order">
  |     <task swimlane="buyer">
  |       <controller>
  |         <variable name="item"/>
  |         <variable name="quantity"/>
  |         <variable name="address"/>
  |       </controller>
  |     </task>
  |     <transition to="evaluate web order" />
  |   </start-state>

But,in JBPM 3.2 websale example,I dont see the definitions of the process 
variables in the processdefinition.xml file.
They are being used in the forms(files like form.create.xhtml) and are also in 
the DB table jbpm_variableinstance.

My querie related to JBPM 3.2 ...
Where are these variables defined ? Where all can I define the variables?

Please let me know.Thanks in advance.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033203#4033203

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033203
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to