Nico Rehwaldt
Nico Rehwaldt
This issue serves as an [epic](https://en.wikipedia.org/wiki/User_story#Story_map) for BPMN refactoring actions in the Camunda modeler. __Definition__ A refactoring action allows users to perform rather complex, repeatitive actions in a quick manner....
__Is your feature request related to a problem? Please describe.__ We get more and more feature requests on extensibility / configurability that boil down to one thing: Users want to...
__Is your feature request related to a problem? Please describe.__ Assuming most users do not actually work in both worlds (cloud and platform), having both around can be a source...
__What should we do?__ We shall track the usage of the engine profile chooser. __Why should we do it?__ Get an understanding if users pick it up.
_Work in progress issue to be ammended._ __What should we do?__ There is a couple of issue we detected in our BPMN copy and paste implementation: * [ ] `moddleCopy.canCopyProperty`...
__Is your feature request related to a problem? Please describe.__ As a user I want to copy and paste parts of my diagram between different browser/app windows. Use case: Have...
This fixes a fundamental flaw in our copy mechanism. Until today we would carry around a mutable copy of `oldBusinessObject` and `oldDi` that would change what has been copied if...
__Describe the Bug__ Removing [complex diagram](https://demo.bpmn.io/s/application-processing) and reverting that change via undo triggers the following error: ``` Cannot read properties of undefined (reading 'appendChild') at index.esm.js:28:17 at it (index.esm.js:44:3) at...
At the moment this PR adds a bunch of failing test cases to reproduce https://github.com/bpmn-io/bpmn-js/issues/1676. Closes (some day, maybe) https://github.com/bpmn-io/bpmn-js/issues/1676
__Is your feature request related to a problem? Please describe.__ Currently our modeling experience is geared towards quickly building end to end BPMN diagrams. We're a little bit reluctant on...