0 Replies Latest reply on Aug 13, 2007 2:06 PM by siddaraju.s

    About Deploying the Process Definition once and saving the p

    siddaraju.s

      Hi

      Iam new to JBPM, I wants to deploy the process definition in the jbpm server and I want to create the process instance by using the deployed process definition, and I wants to save the process instance in the server
      and get it back when it is needed, for this I have written a servelet to deploy one process definition as given in the Database example in the jpdl guide but when I try to get the instance of process definition deployed by using servlet from the other servelet it says the process definition is null,

      please any body clarify my doubt how to Deploy the porcess Definition once in one program and use it from other programs deployed in the server and how to store the process instance in one program and use it in the other program