Hello Activiti team! I really wonder how can i use a process variable in my bpmn20.xml.Indeed, I set two process variables like the following: runtimeService.setVariableLocal(pi.getProcessInstanceId(),"soldCongés", 5); runtimeService.setVariable(pi.getId(), "situation", true); I need these variables to write the conditions that decides the correct outgoing sequence flow ! So any idea could help me !! Thanks in advance.
Thanks Tis step is fine.Now, The flow conditions are not shown on the diagram!! should i add something in the xml file to display the conditions under the sequenceflows??? Have you an idea !