Cannot open a diagram if executionPlatformVersion is unknown
See original GitHub issueDescribe the Bug
When I try to open this diagram which is a valid BPMN but with modeler:executionPlatformVersion="7.14.0
, Modeler displays a dialog and refuses to display the diagram.
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" id="Definitions_1snrxfq" targetNamespace="http://bpmn.io/schema/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.14.0">
Steps to Reproduce
- Download the nightly
- Try to open the diagram
- now this happens
Expected Behavior
Modeler should never refuse to open valid BPMN 2.0 diagrams. It could warn the user about unsupported execution platform instead.
Environment
- OS: MacOS
- Camunda Modeler Version: nightly as of 17.01.2022
- Execution Platform: Camunda Platform 7.14.0
- Installed plug-ins: none
Additional context
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Unknown execution platform error - Modeler - Camunda forum
When opening a bpmn diagram created by a co-worker, I get the below error. Note that my co-worker also uses Camunda, version 4.7.0....
Read more >unable to start app from Appium Desktop app. Got an error ...
Possible Solutions: It can be permission issue. The appium is executed without root privilege so it cannot make the changes to the apk....
Read more >Troubleshoot self-hosted integration runtime - Azure
Learn how to troubleshoot self-hosted integration runtime issues in Azure Data Factory and Azure Synapse Analytics pipelines.
Read more >https://www.casetalk.com/tickets/print_all_bug_pag...
CaseTalk Edition: unknown ... Arrows will scroll the diagram (or move the current selection) ... F6 is disabled, and a new expression cannot...
Read more >FactoryTalk Security System Configuration Guide
Identify the installed FactoryTalk Services Platform version .............. 212 ... Unknown, information about the account could not be obtained from.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Excellent. Thank you that worked.
Hi @schreuder71,
In the XML, find
bpmn:definitions
(it should be the top-most element), and modify it as in the diff below:Specifically, it’s this part: