Miljenko Norsic [
http://community.jboss.org/people/mnorsic] created the discussion
"How to remove variable from process"
To view the discussion, visit:
http://community.jboss.org/message/632215#632215
--------------------------------------------------------------
Hi All,
is there a way to remove variable from process instance?
Right now, we have a method
processInstance.setVariable("variable", value);
Beside the obvious solution
processInstance.setVariable("variable", null);
are there any other solutions?
For example, it would be nice to have something like this:
processInstance.removeVariable("variable");
Does it make sense?
Thanks,
Miljenko
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/632215#632215]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]