Miloud Haimoune [https://community.jboss.org/people/milhaim] created the 
discussion

"Remove variable from a process instance"

To view the discussion, visit: https://community.jboss.org/message/735872#735872

--------------------------------------------------------------
Hi All,

to add a varaibale to a process instance I'm using this code : 


WorkflowProcessInstanceImpl processInstance = (WorkflowProcessInstanceImpl) 
ksession.getProcessInstance(processInstanceId);
processInstance.setVariable(variableName, variableValue);

My Question is how to remove this variable ?

Many thanks.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/735872#735872]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to