JBoss Community

Remove variable from a process instance

created by Miloud Haimoune in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community