0 Replies Latest reply on Nov 9, 2005 11:23 AM by hsf

    Handling Runtime Process Redefinitions

    hsf

      Process definitions can change. I can define a process now but later, for some good reason, it can change.

      How can the jBpm framework handle with process redefinitions? What happens to the running processes for the redefined definition? Is there any way to change a process definition and consequently affect the running processes?

      I looked for this answer in the userguide, but i couldn't find it!

      I looked the API and I found that we can create nodes from one token... Okay, but do I have to handle it manually for all the process instances from the redefined process?

      Thank you.