process model delete

if we delete process model, does it effect running process instances ?

  Discussion posts and replies are publicly visible

Parents
  • Hi,

    Process model is like a Class we define in Java.
    Process model instance is like an Object in Java.

    When think in Object Oriented Programming way, we can understand that a Process Model is a definition where as Process Instance is something live in the server, Apparently both don't have any dependency on each other.

    When we update a Process Model and publish, it will not modify existing and running instances of same Process Model. This is another cross reference to confirm if we delete a Process Model it does NOT affect running Process Instances.

    Hope this justifies your doubts.
    Thanks!

    Mayur Mondhe
Reply
  • Hi,

    Process model is like a Class we define in Java.
    Process model instance is like an Object in Java.

    When think in Object Oriented Programming way, we can understand that a Process Model is a definition where as Process Instance is something live in the server, Apparently both don't have any dependency on each other.

    When we update a Process Model and publish, it will not modify existing and running instances of same Process Model. This is another cross reference to confirm if we delete a Process Model it does NOT affect running Process Instances.

    Hope this justifies your doubts.
    Thanks!

    Mayur Mondhe
Children
No Data