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); ?
Thanks,
Dan Miller