1 Reply Latest reply on Sep 11, 2006 4:47 AM by jits_1998

    Add Value to Control Variable from Application.

    anilkumarknr

      Hi,

      I am developing an application using JBPM3.1.1 and JBoss Seam. From my Application, i need to pass a variable to the process.

      i.e. Normarlly, we will define the variable as below in jpdl.

       <controller>
       <variable name="color" />
       </controller>
      


      Here, i want to set the value for the variable through my application, which should get transitioned to next nodes in the sequence.

      Is it possible to do that? If yes, can any one please explain? Any readymade source code available for this reason?

      Thanks & Regards,
      -Ani