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.

The copy of a subprocess is not identical with the original

See original GitHub issue

Describe the Bug

When copy-pasting a sub-process, the type of the start event is lost.

Steps to Reproduce

11700-example.bpmn.zip

  1. Open the attached BPMN in Camunda Modeler 4.10.0 (actually in any version after 4.7.0)
  2. Copy the given sub-process, then paste it in the same diagram
  3. Please observe how the Error Start Event becomes a simple Start 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:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
MaxTrucommented, Sep 22, 2021

Thanks for reporting, I can re-produce it. We will take a look

0reactions
philippfrommecommented, Aug 4, 2022
Read more comments on GitHub >

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

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