Re: [rules-users] question about Process Instances

2009-10-28 Thread Kris Verlaenen
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

[rules-users] question about Process Instances

2009-10-26 Thread Daniel Miller
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); ?