2 Replies Latest reply on Feb 5, 2013 7:20 AM by maxur

    Getting variable value from subprocess in JBPM Designer

    maxur

      Hi,

       

      how can I forward variable value from subprocess  to process?

       

      Simple example:

       

      Main Process: Start -> Subprocess -> ScriptTask -> End

      Subprocess: Start -> HumanTask -> End                                   {in this subprocess I input variable ID}

       

      I would like to forward ID value to Main process, what's the most common way to do that in JBPM Designer (5.4)?

       

      Thanks.