2 Replies Latest reply on Nov 30, 2005 10:24 PM by anant

    Build PAR Task and SubProcess Binding

    anant

      I have two questions:

      1) There used to be an Ant task to build a PAR file in jBPM 2.0, but that no longer exists in jBPM 3.0. Is there any work being done to bring this task back?

      2) Is there any work being done on issue JBPM-92 under the Core Engine? This refers to the process-state deployment option. Right now, it does not seem like there is any way to bind a subprocess at deployment time.

      TIA.

        • 1. Re: Build PAR Task and SubProcess Binding
          kukeltje

          1) not specifically. A par file is not much more than a .zip file with a certain content structure ( see the docs) It would not be to difficult to do that yourself.

          2) Not my specialty. If there is no progress in the jira, there probably is no work going on in that area

          • 2. Re: Build PAR Task and SubProcess Binding
            anant

            1) Actually, I've already written a quick little task that does this. I was just wondering if there was already work being done there. I would be happy to submit this back into the project if it would be useful.

            2) I didn't see any activity regarding it on the JIRA.

            Thanks.