0 Replies Latest reply on Feb 26, 2017 3:53 AM by sward

    get / set process variables in jbpm 6.5

    sward

      Dears

      how to get / set process variables in JBPM 6.5 remote API

       

      i can set the process variable when start the process

      ProcessInstance

        process=kieSessionClient.startProcess("CustomerService.CustomerServiceProcess",params);

      but i want to get / set variables after starting the process

      Thanks