2 Replies Latest reply on Nov 21, 2013 5:43 AM by ravaka

    What is a deployment id ?

    ravaka

      Hi !

       

      I am reading the documentation about calling jBPM6 using REST (Rest API · droolsjbpm/droolsjbpm-integration Wiki · GitHub). It often talks about deploymentId. The problem is that I don't know what it is, where to set it and where to set it !

       

      Can someone tell me please ?

        • 1. Re: What is a deployment id ?
          swiderski.maciej

          deployment id is the identifier that uniquely identifies given unit on runtime engine when running with jbpm console. Usually it is the GAV (Group Artifact Version) of maven project that contains your processes, rules, code, etc. Once it's deployed it will be always referenced by that id.

           

          HTH

          • 2. Re: What is a deployment id ?
            ravaka

            Ok ! Thank you !

             

            It is written in the following format "group:artifact:version" I suppose.

             

            Thank you again !