0 Replies Latest reply on Feb 25, 2009 12:26 PM by mapg

    [PVM] Process updates

    mapg

      Hi, I have a question regarding process modifications when the process execution has already started.

      What I'm using right now are the implementation classes from package org.jbpm.pvm.internal.model, which can be problematic since they're not part of the public API.
      Basically, I'm getting the process definition via the execution.getProcessDefinition() method and adding NodeImpl, TransitionImpl, etc. objects to it.

      Is there a better way to accomplish this?

      Thanks in advance.