1
0
-1

It look like you can have more than one version for form etc... but I couldn't find a way to have multiple processes version! 

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hello, I am not sure of the question but I can say the following:

      You can generate as many versions of the same process as you need. However, you must keep one (only one) as public (or current). Here is the problem of instances that remain with previous versions of the process, which Joget handles with the philosophy of "with the version that started, will end" and does not lose the transaction of active instances even if new instances of the process can not be generated in other versions than the published one.

      This management works well as long as the process of generating versions is done correctly and completely. For example, if you do not version the process and only affect the BPMN diagram or even one of the forms, you can have problems of loss of traceability or even writing problems on the database because the fields of the new forms do not Correspond to the tables generated previously in the DB.

      1. Walter

        Well said. I would like to refine your statement a bit - process instance will stay "with the APP version that started". More at https://dev.joget.org/community/display/KBv5/Update+Existing+Running+Process+Instances+to+the+Newer+Process+Flow+After+Process+Changes

      2. Jonatan nadeau

        Thank you very much !

      CommentAdd your comment...