Cannot save converted diagram
See original GitHub issueDescribe the Bug
I opened an old diagram with activity namespace, the Modeler ask it if I want to convert to camunda namespace. After I agreed, I am not able to save this diagram.
Diagram
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="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" xmlns:activiti="http://activiti.org/bpmn" id="_tWMcIPj6EeKFSL_7EmNQeA" targetNamespace="http://activiti.org/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
<bpmn2:process id="variableProcess" isExecutable="true">
<bpmn2:startEvent id="StartEvent_1" name="Start Event" />
</bpmn2:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="variableProcess">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_10" bpmnElement="StartEvent_1">
<dc:Bounds x="190" y="180" width="36" height="36" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn2:definitions>
Steps to Reproduce
Steps to reproduce the behavior:
- Open the diagram
- Agree to convert to camunda namespace
- Try to save the diagram
Expected Behavior
The diagram is saved successfully.
Environment
- OS: Windows 10
- Camunda Modeler Version: 3.0.0-0
Traces
App App#triggerAction show-dialog {type: "warning", title: "Deprecated <activiti> namespace detected", buttons: Array(2), message: "Would you like to convert your diagram to the <camunda> namespace?", detail: "This will allow you to maintain execution related …Camunda BPM versions 7.4.0, 7.3.3, 7.2.6 onwards."} +5s
browser.js:183 AppParent trigger action +9s check-file-changed undefined
browser.js:183 App App#triggerAction check-file-changed undefined +4s
browser.js:183 AppParent workspace saved +340ms {files: Array(2), activeFile: -1, layout: {…}, endpoints: Array(1)}
browser.js:183 AppParent trigger action +9s save null
browser.js:183 App App#triggerAction save null +9s
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Charts corrupted, cannot save file - Microsoft Community
After many months of creating charts with VBA in a file, I am now not able to save the file with the 3...
Read more >[Solved] Microsoft Excel File Error 'The document cannot be ...
Tips to Fix ?The document cannot be saved? issues · Open Microsoft excel options and click on the file. · Open manage, click...
Read more >How to save Excel chart as image, copy or export it to Word ...
Save all charts in an Excel workbook as images It would take quite a lot of time to copy / paste them individually....
Read more >How to Save Excel Charts as Images (save as PNG, JPG, BMP)
Copy the Chart as Save as an Image (MS Paint or Other Graphics Tool) · Right-click on the chart that you want to...
Read more >How To Save Microsoft Excel Chart (or Charts) to PDF
Then, you can choose between over a dozen of file formats to convert PDF to. But, what if the problem is the other...
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
Alright, I can reproduce it. Thank you for reporting! 😉
Closed via https://github.com/camunda/camunda-modeler/pull/1133.