test(bpmnrenderer): add test for collapsed event sub-processes
For now no visual indication about type of the start event. That will covered later. close #31
This commit is contained in:
parent
fd03c02612
commit
be189b0daa
|
@ -0,0 +1,200 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
|
||||
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
|
||||
xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
|
||||
xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
expressionLanguage="http://www.w3.org/1999/XPath"
|
||||
id="sid-086ae791-33c4-4a0f-b036-8258a41f72cf"
|
||||
typeLanguage="http://www.w3.org/2001/XMLSchema"
|
||||
xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL http://www.omg.org/spec/BPMN/2.0/20100501/BPMN20.xsd">
|
||||
<process id="sid-5c08bc3a-85c6-4c0f-9e0d-db2185e0eb21" isClosed="false" isExecutable="false" processType="None">
|
||||
<subProcess completionQuantity="1" id="sid-1FCCE4DD-BDC2-4F40-8322-BBC7B8C7F43B" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Message)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-3268BB14-F902-482C-B759-8A55DC5AAE74" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Message)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-AFF07A97-9880-4F40-AE9F-140332CA438E" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Timer)" startQuantity="1" triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-E2C1ACDC-1DCD-4386-9169-031F044814CE" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Timer)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-E6236C04-DDC5-4225-8C5F-5AB17FCE0A3A" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Escalation)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-76CF643F-60A5-46F9-BE3C-79B7562E3FE0" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Escalation)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-C5A5D1AA-913D-45B1-A608-B856D0A49FDC" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Conditional)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-D96D4BDE-F81E-49AB-A95B-370387138B8D" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Conditional)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-6856CEAE-A347-4BCE-81A3-0A6CA8CE50D1" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Error)" startQuantity="1" triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-D6711102-EA23-4440-9ACC-7FEEF411C571" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Compensation)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-7BC13441-B3A7-4A4E-95BE-E69C1E2B8291" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Signal)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-5BC80174-5C5A-4205-8706-91E09C497892" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Signal)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-214F4A45-AB76-428A-A980-0616B7C1E661" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Multiple)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-B6A51755-19F6-4B3D-A30D-A773F7288756" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Multiple)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-78B25516-0002-4297-AE32-D65350E0FF80" isForCompensation="false"
|
||||
name="Collapsed event sub process - Interrupting (Parallel Multiple)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<subProcess completionQuantity="1" id="sid-31BFEE6D-EC3E-48F3-82AD-9960AB60CCCF" isForCompensation="false"
|
||||
name="Collapsed event sub process - Non-Interrupting (Parallel Multiple)" startQuantity="1"
|
||||
triggeredByEvent="true">
|
||||
</subProcess>
|
||||
<textAnnotation id="sid-2858FFCD-EACF-4F36-BDEB-6F0EAC5797D6" textFormat="text/plain">
|
||||
<text>No Non-Interrupting event</text>
|
||||
</textAnnotation>
|
||||
<textAnnotation id="sid-0E4F3158-91A5-476A-9BC8-6713C035A3B6" textFormat="text/plain">
|
||||
<text>No Non-Interrupting event</text>
|
||||
</textAnnotation>
|
||||
</process>
|
||||
<bpmndi:BPMNDiagram id="sid-4f14c829-400b-4c14-9c2c-f770b8186911">
|
||||
<bpmndi:BPMNPlane bpmnElement="sid-5c08bc3a-85c6-4c0f-9e0d-db2185e0eb21"
|
||||
id="sid-2bac6d3d-12f1-43ac-b1ee-0d4aea8d4e81">
|
||||
<bpmndi:BPMNShape bpmnElement="sid-1FCCE4DD-BDC2-4F40-8322-BBC7B8C7F43B"
|
||||
id="sid-1FCCE4DD-BDC2-4F40-8322-BBC7B8C7F43B_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="105.0" y="105.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-bdfc2f0a-7d70-4c59-9905-9a182974cae1">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="113.78570556640625" y="139.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-3268BB14-F902-482C-B759-8A55DC5AAE74"
|
||||
id="sid-3268BB14-F902-482C-B759-8A55DC5AAE74_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="424.5" y="105.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-bdfc2f0a-7d70-4c59-9905-9a182974cae1">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="433.28570556640625" y="139.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-AFF07A97-9880-4F40-AE9F-140332CA438E" id="sid-AFF07A97-9880-4F40-AE9F-140332CA438E_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="246.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="280.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-E2C1ACDC-1DCD-4386-9169-031F044814CE" id="sid-E2C1ACDC-1DCD-4386-9169-031F044814CE_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="465.0" y="246.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="473.78570556640625" y="280.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-E6236C04-DDC5-4225-8C5F-5AB17FCE0A3A" id="sid-E6236C04-DDC5-4225-8C5F-5AB17FCE0A3A_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="387.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="421.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-76CF643F-60A5-46F9-BE3C-79B7562E3FE0" id="sid-76CF643F-60A5-46F9-BE3C-79B7562E3FE0_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="465.0" y="387.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="473.78570556640625" y="421.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-C5A5D1AA-913D-45B1-A608-B856D0A49FDC" id="sid-C5A5D1AA-913D-45B1-A608-B856D0A49FDC_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="528.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="562.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-D96D4BDE-F81E-49AB-A95B-370387138B8D" id="sid-D96D4BDE-F81E-49AB-A95B-370387138B8D_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="465.0" y="528.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="184.28570556640625" x="473.3571472167969" y="562.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-6856CEAE-A347-4BCE-81A3-0A6CA8CE50D1" id="sid-6856CEAE-A347-4BCE-81A3-0A6CA8CE50D1_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="669.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="703.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-D6711102-EA23-4440-9ACC-7FEEF411C571" id="sid-D6711102-EA23-4440-9ACC-7FEEF411C571_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="810.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="844.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-7BC13441-B3A7-4A4E-95BE-E69C1E2B8291" id="sid-7BC13441-B3A7-4A4E-95BE-E69C1E2B8291_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="951.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="985.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-5BC80174-5C5A-4205-8706-91E09C497892" id="sid-5BC80174-5C5A-4205-8706-91E09C497892_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="465.0" y="951.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="473.78570556640625" y="985.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-214F4A45-AB76-428A-A980-0616B7C1E661" id="sid-214F4A45-AB76-428A-A980-0616B7C1E661_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="1092.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="1126.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-B6A51755-19F6-4B3D-A30D-A773F7288756" id="sid-B6A51755-19F6-4B3D-A30D-A773F7288756_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="465.0" y="1092.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="473.78570556640625" y="1126.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-78B25516-0002-4297-AE32-D65350E0FF80" id="sid-78B25516-0002-4297-AE32-D65350E0FF80_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="145.5" y="1233.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="24.0" width="183.4285888671875" x="154.28570556640625" y="1267.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-31BFEE6D-EC3E-48F3-82AD-9960AB60CCCF" id="sid-31BFEE6D-EC3E-48F3-82AD-9960AB60CCCF_gui" isExpanded="false">
|
||||
<omgdc:Bounds height="96.0" width="201.0" x="465.0" y="1233.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-c080dac4-cc71-44ac-be23-9d4eb4c4e04d">
|
||||
<omgdc:Bounds height="36.0" width="183.4285888671875" x="473.78570556640625" y="1261.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-2858FFCD-EACF-4F36-BDEB-6F0EAC5797D6" id="sid-2858FFCD-EACF-4F36-BDEB-6F0EAC5797D6_gui">
|
||||
<omgdc:Bounds height="50.0" width="175.0" x="491.0" y="833.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-39768514-e302-446e-babc-02166dc2d081">
|
||||
<omgdc:Bounds height="12.0" width="161.14285278320312" x="495.0" y="849.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape bpmnElement="sid-0E4F3158-91A5-476A-9BC8-6713C035A3B6" id="sid-0E4F3158-91A5-476A-9BC8-6713C035A3B6_gui">
|
||||
<omgdc:Bounds height="50.0" width="175.0" x="491.0" y="692.0"/>
|
||||
<bpmndi:BPMNLabel labelStyle="sid-39768514-e302-446e-babc-02166dc2d081">
|
||||
<omgdc:Bounds height="12.0" width="161.14285278320312" x="495.0" y="708.0"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
<bpmndi:BPMNLabelStyle id="sid-bdfc2f0a-7d70-4c59-9905-9a182974cae1">
|
||||
<omgdc:Font isBold="false" isItalic="false" isStrikeThrough="false" isUnderline="false" name="Arial"
|
||||
size="12.0"/>
|
||||
</bpmndi:BPMNLabelStyle>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</definitions>
|
Loading…
Reference in New Issue