bpmn-miwg / bpmn-miwg-test-suite

BPMN 2.0 Test Cases (Models, Diagrams, Serializations) created by the BPMN Model Interchange Working Group (BPMN MIWG) at the OMG
http://www.omgwiki.org/bpmn-miwg/
Other
101 stars 73 forks source link

Missing labels on elements #143

Open dgagne opened 10 years ago

dgagne commented 10 years ago

The depiction of all imported test cases are missing the labels on the BPMN elements

mskurz commented 10 years ago

@dgagne This affects the roundtrip tests as well. @dgagne Oddly enough, A.4.1 appears not to be affected. Do you know any possible explanations? It appears as if iGrafx has some issues importing our "normal" reference files while at least this finding cannot be reproduced for the reference file created with Signavio.

Note: The tasks exist and are in the correct sequence. However, they have no name in the task elements:

Excerpt from A.1.0-roundtrip

[...]
    <process id="diagram_IDAMQDYB" name="A.1.0">
        <extensionElements></extensionElements>
        <property name="TransactionAttributes" itemSubjectRef="TransactionAttributes_Item"/>
        <startEvent id="shape_IDAA44XB" name="">
            <extensionElements></extensionElements>
            <outgoing>connector_IDA1MDYB</outgoing>
        </startEvent>
        <task id="shape_IDA5IMCC" name="">
            <extensionElements></extensionElements>
            <incoming>connector_IDA1MDYB</incoming>
            <outgoing>connector_IDAILDYB</outgoing>
        </task>
        <task id="shape_IDA1LMCC" name="">
            <extensionElements></extensionElements>
            <incoming>connector_IDAILDYB</incoming>
            <outgoing>connector_IDAOODYB</outgoing>
        </task>
        <task id="shape_IDAXOMCC" name="">
            <extensionElements></extensionElements>
            <incoming>connector_IDAOODYB</incoming>
            <outgoing>connector_IDAEQDYB</outgoing>
        </task>
        <endEvent id="shape_IDAVJDYB" name="">
            <extensionElements></extensionElements>
            <incoming>connector_IDAEQDYB</incoming>
        </endEvent>
        <sequenceFlow id="connector_IDAILDYB" sourceRef="shape_IDA5IMCC" targetRef="shape_IDA1LMCC"/>
        <sequenceFlow id="connector_IDA1MDYB" sourceRef="shape_IDAA44XB" targetRef="shape_IDA5IMCC"/>
        <sequenceFlow id="connector_IDAOODYB" sourceRef="shape_IDA1LMCC" targetRef="shape_IDAXOMCC"/>
        <sequenceFlow id="connector_IDAEQDYB" sourceRef="shape_IDAXOMCC" targetRef="shape_IDAVJDYB"/>
    </process>
[...]
mskurz commented 10 years ago

For our convenience, here is a visualization of the A.1.0 import.

A.1.0-import

a 1 0-import

A.1.0-reference

a 1 0