]> saetta.ns0.it Git - libzakgflow/commitdiff
Added bpmn diagram sample files.
authorAndrea Zagli <azagli@libero.it>
Wed, 16 Mar 2016 17:22:18 +0000 (18:22 +0100)
committerAndrea Zagli <azagli@libero.it>
Wed, 16 Mar 2016 17:22:18 +0000 (18:22 +0100)
tests/diagram.bpmn [new file with mode: 0644]
tests/diagram_linear_flow.bpmn [new file with mode: 0644]

diff --git a/tests/diagram.bpmn b/tests/diagram.bpmn
new file mode 100644 (file)
index 0000000..13750f4
--- /dev/null
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
+  <bpmn:process id="Process_1" isExecutable="false">
+    <bpmn:startEvent id="StartEvent_1" name="immissione dell&#39;ordine">
+      <bpmn:outgoing>SequenceFlow_1fd82nw</bpmn:outgoing>
+    </bpmn:startEvent>
+    <bpmn:userTask id="UserTask_08lp4fs" name="Valutazione ordine">
+      <bpmn:incoming>SequenceFlow_1fd82nw</bpmn:incoming>
+      <bpmn:incoming>SequenceFlow_0hqlt6b</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_1edb6at</bpmn:outgoing>
+    </bpmn:userTask>
+    <bpmn:exclusiveGateway id="ExclusiveGateway_09smmzm">
+      <bpmn:incoming>SequenceFlow_1edb6at</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_1jvyj2c</bpmn:outgoing>
+      <bpmn:outgoing>SequenceFlow_1htym65</bpmn:outgoing>
+    </bpmn:exclusiveGateway>
+    <bpmn:sequenceFlow id="SequenceFlow_1edb6at" sourceRef="UserTask_08lp4fs" targetRef="ExclusiveGateway_09smmzm" />
+    <bpmn:task id="Task_1ddub9t" name="comunicare all&#39;ufficio i problemi">
+      <bpmn:incoming>SequenceFlow_1jvyj2c</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_1h8gns3</bpmn:outgoing>
+    </bpmn:task>
+    <bpmn:sequenceFlow id="SequenceFlow_1jvyj2c" name="respinto" sourceRef="ExclusiveGateway_09smmzm" targetRef="Task_1ddub9t" />
+    <bpmn:task id="Task_19014wf" name="invio al fornitore">
+      <bpmn:incoming>SequenceFlow_1htym65</bpmn:incoming>
+      <bpmn:incoming>SequenceFlow_1ys9s3o</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_12iohuh</bpmn:outgoing>
+    </bpmn:task>
+    <bpmn:sequenceFlow id="SequenceFlow_1htym65" name="approvato" sourceRef="ExclusiveGateway_09smmzm" targetRef="Task_19014wf" />
+    <bpmn:sequenceFlow id="SequenceFlow_1h8gns3" sourceRef="Task_1ddub9t" targetRef="IntermediateThrowEvent_1w8xe99" />
+    <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1w8xe99">
+      <bpmn:incoming>SequenceFlow_1h8gns3</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_18qvsx8</bpmn:outgoing>
+      <bpmn:messageEventDefinition />
+    </bpmn:intermediateThrowEvent>
+    <bpmn:sequenceFlow id="SequenceFlow_1fd82nw" sourceRef="StartEvent_1" targetRef="UserTask_08lp4fs" />
+    <bpmn:exclusiveGateway id="ExclusiveGateway_1ipfxz7">
+      <bpmn:incoming>SequenceFlow_18qvsx8</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_1588uz1</bpmn:outgoing>
+      <bpmn:outgoing>SequenceFlow_0hqlt6b</bpmn:outgoing>
+    </bpmn:exclusiveGateway>
+    <bpmn:sequenceFlow id="SequenceFlow_18qvsx8" sourceRef="IntermediateThrowEvent_1w8xe99" targetRef="ExclusiveGateway_1ipfxz7" />
+    <bpmn:endEvent id="EndEvent_0k25k9k">
+      <bpmn:incoming>SequenceFlow_1588uz1</bpmn:incoming>
+    </bpmn:endEvent>
+    <bpmn:sequenceFlow id="SequenceFlow_1588uz1" name="l&#39;ufficio elimina l&#39;ordine" sourceRef="ExclusiveGateway_1ipfxz7" targetRef="EndEvent_0k25k9k" />
+    <bpmn:sequenceFlow id="SequenceFlow_0hqlt6b" name="l&#39;ufficio cambia l&#39;ordine" sourceRef="ExclusiveGateway_1ipfxz7" targetRef="UserTask_08lp4fs" />
+    <bpmn:task id="Task_0jw7qdw" name="il fornitore invia la merce ordinata direttamente all&#39;ufficio">
+      <bpmn:incoming>SequenceFlow_00vltw2</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_10hj0q1</bpmn:outgoing>
+    </bpmn:task>
+    <bpmn:exclusiveGateway id="ExclusiveGateway_0u31o5n">
+      <bpmn:incoming>SequenceFlow_10hj0q1</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_0xqpmm3</bpmn:outgoing>
+      <bpmn:outgoing>SequenceFlow_1ys9s3o</bpmn:outgoing>
+    </bpmn:exclusiveGateway>
+    <bpmn:sequenceFlow id="SequenceFlow_10hj0q1" sourceRef="Task_0jw7qdw" targetRef="ExclusiveGateway_0u31o5n" />
+    <bpmn:endEvent id="EndEvent_0jxqa2f">
+      <bpmn:incoming>SequenceFlow_0xqpmm3</bpmn:incoming>
+    </bpmn:endEvent>
+    <bpmn:sequenceFlow id="SequenceFlow_0xqpmm3" name="ordine completo" sourceRef="ExclusiveGateway_0u31o5n" targetRef="EndEvent_0jxqa2f" />
+    <bpmn:sequenceFlow id="SequenceFlow_1ys9s3o" name="ordine non completo" sourceRef="ExclusiveGateway_0u31o5n" targetRef="Task_19014wf" />
+    <bpmn:sequenceFlow id="SequenceFlow_12iohuh" sourceRef="Task_19014wf" targetRef="IntermediateThrowEvent_1okz5zx" />
+    <bpmn:sequenceFlow id="SequenceFlow_00vltw2" sourceRef="IntermediateThrowEvent_1okz5zx" targetRef="Task_0jw7qdw" />
+    <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1okz5zx">
+      <bpmn:incoming>SequenceFlow_12iohuh</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_00vltw2</bpmn:outgoing>
+      <bpmn:messageEventDefinition />
+    </bpmn:intermediateThrowEvent>
+  </bpmn:process>
+  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
+    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
+      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
+        <dc:Bounds x="95" y="102" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="68" y="138" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape id="UserTask_08lp4fs_di" bpmnElement="UserTask_08lp4fs">
+        <dc:Bounds x="207" y="80" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape id="ExclusiveGateway_09smmzm_di" bpmnElement="ExclusiveGateway_09smmzm" isMarkerVisible="true">
+        <dc:Bounds x="514" y="95" width="50" height="50" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="494" y="145" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1edb6at_di" bpmnElement="SequenceFlow_1edb6at">
+        <di:waypoint xsi:type="dc:Point" x="307" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="514" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="284" y="180.5" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="Task_1ddub9t_di" bpmnElement="Task_1ddub9t">
+        <dc:Bounds x="489" y="246" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1jvyj2c_di" bpmnElement="SequenceFlow_1jvyj2c">
+        <di:waypoint xsi:type="dc:Point" x="539" y="145" />
+        <di:waypoint xsi:type="dc:Point" x="539" y="246" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="465" y="162" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="Task_19014wf_di" bpmnElement="Task_19014wf">
+        <dc:Bounds x="646" y="80" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1htym65_di" bpmnElement="SequenceFlow_1htym65">
+        <di:waypoint xsi:type="dc:Point" x="564" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="646" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="564" y="97" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge id="SequenceFlow_1h8gns3_di" bpmnElement="SequenceFlow_1h8gns3">
+        <di:waypoint xsi:type="dc:Point" x="489" y="286" />
+        <di:waypoint xsi:type="dc:Point" x="458" y="286" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="437" y="276" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="IntermediateThrowEvent_1w8xe99_di" bpmnElement="IntermediateThrowEvent_1w8xe99">
+        <dc:Bounds x="422" y="268" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="395" y="304" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1fd82nw_di" bpmnElement="SequenceFlow_1fd82nw">
+        <di:waypoint xsi:type="dc:Point" x="131" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="207" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="200" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="ExclusiveGateway_1ipfxz7_di" bpmnElement="ExclusiveGateway_1ipfxz7" isMarkerVisible="true">
+        <dc:Bounds x="330" y="261" width="50" height="50" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="310" y="311" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_18qvsx8_di" bpmnElement="SequenceFlow_18qvsx8">
+        <di:waypoint xsi:type="dc:Point" x="422" y="286" />
+        <di:waypoint xsi:type="dc:Point" x="380" y="286" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="313" y="276" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="EndEvent_0k25k9k_di" bpmnElement="EndEvent_0k25k9k">
+        <dc:Bounds x="337" y="412" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="310" y="448" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1588uz1_di" bpmnElement="SequenceFlow_1588uz1">
+        <di:waypoint xsi:type="dc:Point" x="355" y="311" />
+        <di:waypoint xsi:type="dc:Point" x="355" y="412" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="353" y="351.5" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge id="SequenceFlow_0hqlt6b_di" bpmnElement="SequenceFlow_0hqlt6b">
+        <di:waypoint xsi:type="dc:Point" x="330" y="286" />
+        <di:waypoint xsi:type="dc:Point" x="244" y="286" />
+        <di:waypoint xsi:type="dc:Point" x="244" y="160" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="152" y="239" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="Task_0jw7qdw_di" bpmnElement="Task_0jw7qdw">
+        <dc:Bounds x="862" y="80" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape id="ExclusiveGateway_0u31o5n_di" bpmnElement="ExclusiveGateway_0u31o5n" isMarkerVisible="true">
+        <dc:Bounds x="887" y="229" width="50" height="50" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="867" y="279" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_10hj0q1_di" bpmnElement="SequenceFlow_10hj0q1">
+        <di:waypoint xsi:type="dc:Point" x="912" y="160" />
+        <di:waypoint xsi:type="dc:Point" x="912" y="195" />
+        <di:waypoint xsi:type="dc:Point" x="912" y="195" />
+        <di:waypoint xsi:type="dc:Point" x="912" y="229" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="676" y="349" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="EndEvent_0jxqa2f_di" bpmnElement="EndEvent_0jxqa2f">
+        <dc:Bounds x="894" y="363" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="867" y="399" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_0xqpmm3_di" bpmnElement="SequenceFlow_0xqpmm3">
+        <di:waypoint xsi:type="dc:Point" x="912" y="279" />
+        <di:waypoint xsi:type="dc:Point" x="912" y="363" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="918" y="297" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge id="SequenceFlow_1ys9s3o_di" bpmnElement="SequenceFlow_1ys9s3o">
+        <di:waypoint xsi:type="dc:Point" x="887" y="254" />
+        <di:waypoint xsi:type="dc:Point" x="696" y="254" />
+        <di:waypoint xsi:type="dc:Point" x="696" y="160" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="739" y="218" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge id="SequenceFlow_12iohuh_di" bpmnElement="SequenceFlow_12iohuh">
+        <di:waypoint xsi:type="dc:Point" x="746" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="780" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="723" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNEdge id="SequenceFlow_00vltw2_di" bpmnElement="SequenceFlow_00vltw2">
+        <di:waypoint xsi:type="dc:Point" x="816" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="862" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="799" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="IntermediateThrowEvent_1okz5zx_di" bpmnElement="IntermediateThrowEvent_1okz5zx">
+        <dc:Bounds x="780" y="102" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="753" y="138" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+    </bpmndi:BPMNPlane>
+  </bpmndi:BPMNDiagram>
+</bpmn:definitions>
diff --git a/tests/diagram_linear_flow.bpmn b/tests/diagram_linear_flow.bpmn
new file mode 100644 (file)
index 0000000..555edfa
--- /dev/null
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
+  <bpmn:process id="Process_1" isExecutable="false">
+    <bpmn:startEvent id="StartEvent_1" name="start">
+      <bpmn:outgoing>SequenceFlow_1rlkid5</bpmn:outgoing>
+    </bpmn:startEvent>
+    <bpmn:task id="Task_0p3sveg" name="task 1">
+      <bpmn:incoming>SequenceFlow_1rlkid5</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_03gwqu3</bpmn:outgoing>
+    </bpmn:task>
+    <bpmn:sequenceFlow id="SequenceFlow_1rlkid5" sourceRef="StartEvent_1" targetRef="Task_0p3sveg" />
+    <bpmn:task id="Task_0y05rhe" name="task 2">
+      <bpmn:incoming>SequenceFlow_03gwqu3</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_11hkvf0</bpmn:outgoing>
+    </bpmn:task>
+    <bpmn:sequenceFlow id="SequenceFlow_03gwqu3" sourceRef="Task_0p3sveg" targetRef="Task_0y05rhe" />
+    <bpmn:task id="Task_11qykou" name="task 3">
+      <bpmn:incoming>SequenceFlow_11hkvf0</bpmn:incoming>
+      <bpmn:outgoing>SequenceFlow_1d5fstb</bpmn:outgoing>
+    </bpmn:task>
+    <bpmn:sequenceFlow id="SequenceFlow_11hkvf0" sourceRef="Task_0y05rhe" targetRef="Task_11qykou" />
+    <bpmn:endEvent id="EndEvent_1rs8fie" name="end">
+      <bpmn:incoming>SequenceFlow_1d5fstb</bpmn:incoming>
+    </bpmn:endEvent>
+    <bpmn:sequenceFlow id="SequenceFlow_1d5fstb" sourceRef="Task_11qykou" targetRef="EndEvent_1rs8fie" />
+  </bpmn:process>
+  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
+    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
+      <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
+        <dc:Bounds x="173" y="102" width="36" height="36" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNShape id="Task_0p3sveg_di" bpmnElement="Task_0p3sveg">
+        <dc:Bounds x="302" y="80" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1rlkid5_di" bpmnElement="SequenceFlow_1rlkid5">
+        <di:waypoint xsi:type="dc:Point" x="209" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="302" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="210.5" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="Task_0y05rhe_di" bpmnElement="Task_0y05rhe">
+        <dc:Bounds x="522" y="80" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_03gwqu3_di" bpmnElement="SequenceFlow_03gwqu3">
+        <di:waypoint xsi:type="dc:Point" x="402" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="522" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="417" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="Task_11qykou_di" bpmnElement="Task_11qykou">
+        <dc:Bounds x="746" y="80" width="100" height="80" />
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_11hkvf0_di" bpmnElement="SequenceFlow_11hkvf0">
+        <di:waypoint xsi:type="dc:Point" x="622" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="746" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="639" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+      <bpmndi:BPMNShape id="EndEvent_1rs8fie_di" bpmnElement="EndEvent_1rs8fie">
+        <dc:Bounds x="938" y="102" width="36" height="36" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="911" y="138" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNShape>
+      <bpmndi:BPMNEdge id="SequenceFlow_1d5fstb_di" bpmnElement="SequenceFlow_1d5fstb">
+        <di:waypoint xsi:type="dc:Point" x="846" y="120" />
+        <di:waypoint xsi:type="dc:Point" x="938" y="120" />
+        <bpmndi:BPMNLabel>
+          <dc:Bounds x="847" y="110" width="90" height="20" />
+        </bpmndi:BPMNLabel>
+      </bpmndi:BPMNEdge>
+    </bpmndi:BPMNPlane>
+  </bpmndi:BPMNDiagram>
+</bpmn:definitions>