Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-3544

BPMN2 Eclipse Editor: SubProcess: Events not being added to SubProcess element

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 5.3
    • None
    • Eclipse
    • None

      Start/End and Catch/Throw events dropped into a SubProcess are not added to the correct XML element - they are always placed in the top-level Process instead. So the XML looks like this:

      <bpmn2:process id="process_1" name="Default Process">
      <bpmn2:subProcess id="SubProcess_1" name="SubProcess"/>
      <bpmn2:startEvent id="StartEvent_2"/>
      </bpmn2:process>

      instead of this:

      <bpmn2:process id="process_1" name="Default Process">
      <bpmn2:subProcess id="SubProcess_1" name="SubProcess"/>
      <bpmn2:startEvent id="StartEvent_2"/>
      </bpmn2:subProcess>
      </bpmn2:process>

              trikkola Toni Rikkola
              bbrodt_jira Robert (Bob) Brodt (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: