0 Replies Latest reply on Mar 19, 2014 7:46 AM by chetan.math

    JBPM 6 - Getting the Process Definition xmls

    chetan.math

      In JBPM 5x versions, the process definitions xml's were stored in the guvnor and if we wanted to get the same using java code we could you use the REST API's http://localhost:8080/drools-guvnor/rest/packages//assets//source/

       

      With Version 6, if I understand correctly all the assets(process,rules) are packaged within knowledge archives -kjars . What would be the best way to fetch these process definitions xml's programmatically .