0 Replies Latest reply on Apr 4, 2013 7:32 AM by prasadrao82

    jbpm5 how to get variables defined for task in java class

    prasadrao82

      Hi All,

       

            Could you please someone suggest us on how to define and get the variables for the task/service task from the bpmn file. like in jbpm 3.1.4 we were getting

         

      <action name="tests" class="com.test.Test">

                      <var1>hi</var1>

                  </action>

       

      In the above one.. var1 value in Test class automatically instantiated at run time.. same thing how we can do using jbpm5?

       

      Thanks in advance.

       

      Regards,

      PRA