According to the documentation, updating a process means to add a new version of the process with a different id:
update the process definition in Guvnor (and build new package)
then process continues with the new definition (I've added simple Action
node with system out and change string that is written to system out).
I tried to use version parameter in process definition to distinguish
between old and new definitions, but it doesn't make any difference.
Could someone please comment on that?