2 Replies Latest reply on Oct 26, 2009 11:14 AM by mike_burton

    [JBPM 4] - Process Definition

      Hi

      I am new to jBPM.
      Is there any way to create process definition programactilly without using designer tool. Also is it possible in jBPM to maintain different versions of process definition.

      Thanks in advance for your valuable reply...

        • 1. Re: [JBPM 4] - Process Definition
          sebastian.s

          AFAIK you can create process definitions programmatically. I just don't recall if they're based upon jPDL or PVM. Look it up in the javadocs. Should be there. Regarding creating a process definition file (I am not sure about your question) you should accomplish this on your own by using some XML tool since the jPDL language is XML-based and not to complicated.

          And yes, it is possible to maintain different version and use them on the same time. Should be in the userguide.

          • 2. Re: [JBPM 4] - Process Definition

            Hi sebastian

            Thank you very much for the info.