Hello,
- I have some problem with CMMN modeler. I try to create new process with it, but when I save and export my case I have trouble with importing this xml back. Error:
07:13:54,903 [http-bio-8080-exec-23] ERROR org.flowable.app.service.editor.FlowableModelQueryService - Import failed for TestCase.cmmn.xml
java.lang.NullPointerException
at org.flowable.cmmn.editor.json.converter.AssociationJsonConverter.convertToJson(AssociationJsonConverter.java:75)
at org.flowable.cmmn.editor.json.converter.CmmnJsonConverter.convertToJson(CmmnJsonConverter.java:219)
at org.flowable.cmmn.editor.json.converter.CmmnJsonConverter.convertToJson(CmmnJsonConverter.java:117)
at org.flowable.app.service.editor.FlowableModelQueryService.importCaseModel(FlowableModelQueryService.java:235)
TestCase.cmmn.xml and error-log.txt: http://dropmefiles.com/farHi
Flowable modeler version: 6.2.1
-
I found that your engine doesn’t support userEventListener elements. Your roadmap include this feature?
-
I have my own process in xml without cmmndi:CMMNDI section. It is possible to import templates like this to the modeler? Maybe this feature will be in the next versions of modeler?