3 Replies Latest reply on Apr 4, 2007 2:33 AM by ygiriyap

    JBPM 3.2 - websale example - Where are the process variables

    ygiriyap

      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.