Community

JBPM4.3 Variable History

reply from Khaled Talaat in jBPM - View the full discussion

Hi Huisheng

I tried the method you mentioned in the ExecutionImpl but I didn't know how to commit the Execution

My Test is :

 

processInstance = executionService.startProcessInstanceByKey("Normal");
((ExecutionImpl)processInstance).createVariable("test", "valuetest","string",true);

Reply to this message by going to Community

Start a new discussion in jBPM at Community