1 Reply Latest reply on May 25, 2009 2:53 AM by kukeltje

    deploy process archive to server programmatically

      hi ,i want to deploy a process archive including process definition and other needed files into server programmatically .
      how can i do that ?should i use a servlet to deploy process archive to server?

      Process archives can also be deployed programmatically with the class org.jbpm.jpdl.par.ProcessArchiveDeployer but where is this class ?is it in jpdl 4? it dosn't exist in jpdl 3.1.5 !!

      can anyone give me a sample code to deploy a process archive into the server by using of jbpm (jpdl) API ?