Decide on the shared clipboard
See original GitHub issueWhat should we do?
In Camunda Modeler, the clipboard is shared between BPMN diagrams. This means that you can copy an element from diagram_1.bpmn
and paste it to diagram_2.bpmn
.
However, you cannot easily copy an element with Camunda properties to a Zeebe diagram (and Zeebe properties to a Camunda diagram respectively) as this leads to errors. For example, zeebe:FormDefinition
does not have any execution meaning within Camunda Workflow Engine. Because of that, we’ve decided to not include the shared clipboard in https://github.com/camunda/camunda-modeler/pull/2107.
I can see three different options how to solve this problem:
- disable shared clipboard (as in https://github.com/camunda/camunda-modeler/pull/2107)
- allow to copy and paste elements but ignore process engine-specific properties (this requires additional work)
- try to convert the elements (rather infeasible)
Why should we do it?
Let’s make an informed decision to replace the temporary solution or leave it as it is.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How do I enable the shared clipboard in VirtualBox?
As for the options for the clipboard, Right click the Guest VM within Virtual Box, Select Settings, In the General section select the...
Read more >Clipboard in Windows - Microsoft Support
Share your clipboard items to another Windows 11 device. Select Start > Settings > System > Clipboard. Select Sync across devices and toggle...
Read more >How to copy and paste seamlessly across all your devices
From Settings, choose System, Clipboard, then enable Sync across devices. Anything you cut or copy from one computer can be pasted on another....
Read more >Use Universal Clipboard to copy and paste between your ...
With Universal Clipboard, you can copy content such as text, images, photos, and videos on one Apple device, then paste the content on...
Read more >How to Share Your Android Clipboard With All Your Other ...
Clipt is a clipboard app that allows you to share and use your clipboard across multiple devices. You can copy content on one...
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
That’s what I would test first. So sth like:
This could have been a workaround for #2283