Open ambition-consulting opened 1 year ago
@ambition-consulting Thanks for feedback, it looks like the issue is that Plane element is missing ID. Can you provide example BPMN file to reproduce?
I get the same error when attempting to open .bpmn file created by Kogito. We are using Quarkus, & Maven.
I added bpmn to Supported extensions.
The submitDeal.bpmn file below is very similar to the bpmn files I am using.
`<?xml version="1.0" encoding="UTF-8"?>
@mxh82 Thanks for feedback, In case of your issue - you are using unsupported BPMN system. Kogito is actually evolution of jBPMN that is not supported yet (https://github.com/valb3r/flowable-bpmn-intellij-plugin/issues/308). BPMN files are engine dialect-specific. So that, while BPMN file created by Kogito and Camunda may look same structurally, they are very different in terms of implementation details. To be able to more-or-less properly render the BPMN file one should support the underlying BPMN engine dialect
@valb3r Thanks for your quick response and thorough explanation. As a workaround, i am using VScode with the Kogito plugin.
Describe the bug when opening an activity diagram, I get a
Newest version of intellij and plugin, updated today.