The copy of a subprocess is not identical with the original
See original GitHub issueDescribe the Bug
When copy-pasting a sub-process, the type of the start event is lost.
Steps to Reproduce
- Open the attached BPMN in Camunda Modeler 4.10.0 (actually in any version after 4.7.0)
- Copy the given sub-process, then paste it in the same diagram
- Please observe how the
Error Start Event
becomes a simpleStart Event
in the copy of the original sub-process
Expected Behavior
The copy and the original sub-process should be identical.
Environment
- OS: [MacOS 11.4]
- Camunda Modeler Version: [>4.7]
- Execution Platform: [Camunda Platform]
- Installed plug-ins: [not relevant for this bug]
Depends on https://github.com/bpmn-io/bpmn-js/issues/1696 Referenced via SUPPORT-11700
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
git - Python's Popen + communicate only returning the first line ...
I'm running Python 2.7 on Windows 7 and I'm using the cmd.exe command interpreter. My sleuthing so far: When I call subprocess.call() with...
Read more >subprocess — Subprocess management — Python 3.11.1 ...
When used, the internal Popen object is automatically created with stdout=PIPE and stderr=PIPE . The stdout and stderr arguments may not be supplied...
Read more >17.1. subprocess - Python 2.7.9 documentation - CodeChef
The full function signature is largely the same as that of the Popen constructor, except that stdout is not permitted as it is...
Read more >10+ practical examples to learn python subprocess module
In this tutorial we will learn about one such python subprocess() module. The first library that was created is the OS module, ...
Read more >subprocess – Work with additional processes - PyMOTW
The subprocess module provides a consistent interface to creating and working with additional processes. It offers a higher-level interface than some of the ......
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
Thanks for reporting, I can re-produce it. We will take a look
Closed via https://github.com/camunda/camunda-modeler/pull/3065.