1 Reply Latest reply on Aug 20, 2007 4:34 AM by kukeltje

    Beginner Question

    garrethdk

      I have recently downloaded jbpm ( from jboss.org ) and have examples running , all is great , however i don't understand the following
      1. How can i remove a process definition ? Do i have to manually delete records from the sytem ?
      2. How versioning works , is it the case that if i ammend a process that it will new processes will use the new version and the existing ones use the older one ?
      3. In eclipse i deployed to jbpm/upload on port 8080 , if i was using this in a production system how would i control who can deploy ?

      any help is appreciated

        • 1. Re: Beginner Question
          kukeltje

          1: Look at the api, if there is no method somewhere for deleting a PD, file a jira issue
          2: Yes (is in the docs)
          3: this way, ant task, upload via admin console, build your own...jBPM does not force any deployment method upon you.