cancel
Showing results for 
Search instead for 
Did you mean: 

Text notation isn't supported?

simonetogno
Champ in-the-making
Champ in-the-making
Hy all, I have tryed to execute e process that have some text notation but I get this exceptio


org.activiti.engine.ActivitiException: Invalid reference in 'bpmnElement' attribute, activity _5not found | prova.bpmn20.xml | line 90 | column 59
Invalid reference in 'bpmnElement' attribute, sequenceFlow _6not found | prova.bpmn20.xml | line 145 | column 97

   org.activiti.engine.impl.util.xml.Parse.throwActivitiExceptionForErrors(Parse.java:186)
   org.activiti.engine.impl.bpmn.parser.BpmnParse.execute(BpmnParse.java:172)
   org.activiti.engine.impl.bpmn.deployer.BpmnDeployer.deploy(BpmnDeployer.java:81)
   org.activiti.engine.impl.persistence.deploy.DeploymentCache.deploy(DeploymentCache.java:37)


The BpmnElent _5 is the text notation and _6 is the flow.
the proces is edited with yaoquiang BPMN Editor(because the modeller and the Eclipse editor dont cover my needs) .

Regards.
Simone
2 REPLIES 2

simonetogno
Champ in-the-making
Champ in-the-making
I have tryed to designe simple process with text notation in Activiti modeller and i get the same problem… :shock:

I thought that the activiti modeller and the engine was compatible…….

Regards

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
no, the designer and the engine are compatible, the modeler is largely compatible but not 100%.

Please file a jira issue so the engine can parse a process with a text notation. Shouls not be that hard since it is just ignoring something.