question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Decide on the shared clipboard

See original GitHub issue

What 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:

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:open
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
barmaccommented, Mar 1, 2021

That’s what I would test first. So sth like:

if (!moddle.canCreate(propertyOrElement)) {
  return false;
}
0reactions
falkocommented, May 21, 2021

This could have been a workaround for #2283

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found