Daniel,
Yes there is. We did not expose it in the drools-api because it should
probably not be used as a preferred solution, because it could lead to
you changing process instance data in the middle of the process
execution, create confusion if you have nested variable scopes, etc. In
general, wo
Another question about Process Instances:
Is there a way to inject variables into a running process instance? I
know when I start the process I can pass a Map of variables, but is
there a way to continue injecting variables -- like
processInstance.setVariable("myVariable",myValuedObject); ?