Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-1635

cycle pool extraction removes extension elements

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.1.0, 7.0.5, 7.1.0-alpha2
    • 7.0.4, 7.1.0-alpha1
    • cycle

      Reproduce steps:
      1.) create signavio connector with our camunda web modeler (vm2)
      2.) create filesystem connector
      3.) roundtrip file 'SUPPORT-781' from signavio through filesystem

      After the roundtrip all extension elements are lost.

      I also attached the following 2 bpmn files:

      before_roundtrip: bpmn file export from our camunda web modeler
      after_roundtrip: bpmn file from cycle roundtrip

        This is the controller panel for Smart Panels app

            [CAM-1635] cycle pool extraction removes extension elements

            Problem was: extension elements were explicitly excluded during pool extraction. Looks as if this was an acceptance criteria some time ago.

            Still needs to be backported to `7.0.5`.

            Nico Rehwaldt added a comment - Problem was: extension elements were explicitly excluded during pool extraction. Looks as if this was an acceptance criteria some time ago. Still needs to be backported to `7.0.5`.

            Test failed:
            Extension element for Signavio Label changed after Roundtrip

            Bevore

            <signavio:signavioLabel align="center"
            bottom="false"
            left="false"
            ref="text_name"
            right="false"
            top="true"
            valign="bottom"
            x="20.0"
            y="-8.0"/>

            After

            <signavio:signavioLabel align="center" bold="" fill="" fontFamily="" fontSize="" italic=""
            ref="text_name"
            valign="bottom"
            x="20.0"
            y="-8.0"/>

            Michael Schoettes added a comment - Test failed: Extension element for Signavio Label changed after Roundtrip Bevore <signavio:signavioLabel align="center" bottom="false" left="false" ref="text_name" right="false" top="true" valign="bottom" x="20.0" y="-8.0"/> After <signavio:signavioLabel align="center" bold="" fill="" fontFamily="" fontSize="" italic="" ref="text_name" valign="bottom" x="20.0" y="-8.0"/>

              michael.schoettes Michael Schoettes
              stefan.hentschel Stefan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: