Advertisement
Guest User

58830602/business-process-modelling-2-0

a guest
Nov 13th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 18.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2">
  3.   <bpmn:process id="Process_1" isExecutable="false">
  4.     <bpmn:startEvent id="StartEvent_1">
  5.       <bpmn:outgoing>SequenceFlow_0txq3m5</bpmn:outgoing>
  6.     </bpmn:startEvent>
  7.     <bpmn:subProcess id="SubProcess_0r5wp8x" name="Maintenance Subprocess for a component">
  8.       <bpmn:exclusiveGateway id="ExclusiveGateway_126lr3f" name="Leaks?">
  9.         <bpmn:incoming>SequenceFlow_1q8az62</bpmn:incoming>
  10.         <bpmn:outgoing>SequenceFlow_0tk788c</bpmn:outgoing>
  11.         <bpmn:outgoing>SequenceFlow_16y1dcg</bpmn:outgoing>
  12.       </bpmn:exclusiveGateway>
  13.       <bpmn:sequenceFlow id="SequenceFlow_1q8az62" sourceRef="StartEvent_04u33cs" targetRef="ExclusiveGateway_126lr3f" />
  14.       <bpmn:task id="Task_1clikls" name="Repair leak">
  15.         <bpmn:incoming>SequenceFlow_0tk788c</bpmn:incoming>
  16.         <bpmn:outgoing>SequenceFlow_145mzwz</bpmn:outgoing>
  17.       </bpmn:task>
  18.       <bpmn:sequenceFlow id="SequenceFlow_0tk788c" name="yes" sourceRef="ExclusiveGateway_126lr3f" targetRef="Task_1clikls" />
  19.       <bpmn:exclusiveGateway id="ExclusiveGateway_1xnv353" name="Wear &#38; tear?">
  20.         <bpmn:incoming>SequenceFlow_16y1dcg</bpmn:incoming>
  21.         <bpmn:incoming>SequenceFlow_145mzwz</bpmn:incoming>
  22.         <bpmn:outgoing>SequenceFlow_03nfcli</bpmn:outgoing>
  23.         <bpmn:outgoing>SequenceFlow_1yvax8n</bpmn:outgoing>
  24.       </bpmn:exclusiveGateway>
  25.       <bpmn:sequenceFlow id="SequenceFlow_16y1dcg" name="No" sourceRef="ExclusiveGateway_126lr3f" targetRef="ExclusiveGateway_1xnv353" />
  26.       <bpmn:task id="Task_0v9h00k" name="Replace component">
  27.         <bpmn:incoming>SequenceFlow_03nfcli</bpmn:incoming>
  28.         <bpmn:outgoing>SequenceFlow_1sws6mj</bpmn:outgoing>
  29.       </bpmn:task>
  30.       <bpmn:sequenceFlow id="SequenceFlow_03nfcli" name="yes" sourceRef="ExclusiveGateway_1xnv353" targetRef="Task_0v9h00k" />
  31.       <bpmn:sequenceFlow id="SequenceFlow_145mzwz" sourceRef="Task_1clikls" targetRef="ExclusiveGateway_1xnv353" />
  32.       <bpmn:exclusiveGateway id="ExclusiveGateway_154vp9p" name="Physical damage?">
  33.         <bpmn:incoming>SequenceFlow_1yvax8n</bpmn:incoming>
  34.         <bpmn:incoming>SequenceFlow_1sws6mj</bpmn:incoming>
  35.         <bpmn:outgoing>SequenceFlow_1b6prwb</bpmn:outgoing>
  36.         <bpmn:outgoing>SequenceFlow_1041mw5</bpmn:outgoing>
  37.       </bpmn:exclusiveGateway>
  38.       <bpmn:sequenceFlow id="SequenceFlow_1yvax8n" name="No" sourceRef="ExclusiveGateway_1xnv353" targetRef="ExclusiveGateway_154vp9p" />
  39.       <bpmn:sequenceFlow id="SequenceFlow_1sws6mj" sourceRef="Task_0v9h00k" targetRef="ExclusiveGateway_154vp9p" />
  40.       <bpmn:sequenceFlow id="SequenceFlow_1b6prwb" sourceRef="ExclusiveGateway_154vp9p" targetRef="EndEvent_09maq5p" />
  41.       <bpmn:task id="Task_0zfirto" name="Fix damage">
  42.         <bpmn:incoming>SequenceFlow_1041mw5</bpmn:incoming>
  43.       </bpmn:task>
  44.       <bpmn:sequenceFlow id="SequenceFlow_1041mw5" sourceRef="ExclusiveGateway_154vp9p" targetRef="Task_0zfirto" />
  45.       <bpmn:startEvent id="StartEvent_04u33cs" name="Begin checking component">
  46.         <bpmn:outgoing>SequenceFlow_1q8az62</bpmn:outgoing>
  47.         <bpmn:conditionalEventDefinition />
  48.       </bpmn:startEvent>
  49.       <bpmn:endEvent id="EndEvent_09maq5p" name="Component checked">
  50.         <bpmn:incoming>SequenceFlow_1b6prwb</bpmn:incoming>
  51.         <bpmn:messageEventDefinition />
  52.       </bpmn:endEvent>
  53.     </bpmn:subProcess>
  54.     <bpmn:task id="Task_0xget25" name="Initiate Maintanance for Component B">
  55.       <bpmn:incoming>SequenceFlow_01mjc02</bpmn:incoming>
  56.       <bpmn:outgoing>SequenceFlow_0hmm2ci</bpmn:outgoing>
  57.     </bpmn:task>
  58.     <bpmn:sequenceFlow id="SequenceFlow_0txq3m5" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_0lxm6hf" />
  59.     <bpmn:complexGateway id="ExclusiveGateway_0lxm6hf">
  60.       <bpmn:incoming>SequenceFlow_0txq3m5</bpmn:incoming>
  61.       <bpmn:outgoing>SequenceFlow_01mjc02</bpmn:outgoing>
  62.       <bpmn:outgoing>SequenceFlow_0devthu</bpmn:outgoing>
  63.       <bpmn:outgoing>SequenceFlow_02y77jr</bpmn:outgoing>
  64.     </bpmn:complexGateway>
  65.     <bpmn:task id="Task_0hcrsck" name="Initiate Maintanance for Component A">
  66.       <bpmn:incoming>SequenceFlow_0devthu</bpmn:incoming>
  67.       <bpmn:outgoing>SequenceFlow_0g6xiso</bpmn:outgoing>
  68.     </bpmn:task>
  69.     <bpmn:task id="Task_178w5vc" name="Initiate Maintanance for Component C">
  70.       <bpmn:incoming>SequenceFlow_02y77jr</bpmn:incoming>
  71.       <bpmn:outgoing>SequenceFlow_0o4yop5</bpmn:outgoing>
  72.     </bpmn:task>
  73.     <bpmn:sequenceFlow id="SequenceFlow_01mjc02" sourceRef="ExclusiveGateway_0lxm6hf" targetRef="Task_0xget25" />
  74.     <bpmn:sequenceFlow id="SequenceFlow_0devthu" sourceRef="ExclusiveGateway_0lxm6hf" targetRef="Task_0hcrsck" />
  75.     <bpmn:sequenceFlow id="SequenceFlow_02y77jr" sourceRef="ExclusiveGateway_0lxm6hf" targetRef="Task_178w5vc" />
  76.     <bpmn:sequenceFlow id="SequenceFlow_0hmm2ci" sourceRef="Task_0xget25" targetRef="ExclusiveGateway_1ws9xil" />
  77.     <bpmn:inclusiveGateway id="ExclusiveGateway_1ws9xil">
  78.       <bpmn:incoming>SequenceFlow_0hmm2ci</bpmn:incoming>
  79.       <bpmn:incoming>SequenceFlow_0g6xiso</bpmn:incoming>
  80.       <bpmn:incoming>SequenceFlow_0o4yop5</bpmn:incoming>
  81.       <bpmn:outgoing>SequenceFlow_0budcc6</bpmn:outgoing>
  82.     </bpmn:inclusiveGateway>
  83.     <bpmn:sequenceFlow id="SequenceFlow_0g6xiso" sourceRef="Task_0hcrsck" targetRef="ExclusiveGateway_1ws9xil" />
  84.     <bpmn:sequenceFlow id="SequenceFlow_0o4yop5" sourceRef="Task_178w5vc" targetRef="ExclusiveGateway_1ws9xil" />
  85.     <bpmn:sequenceFlow id="SequenceFlow_0budcc6" sourceRef="ExclusiveGateway_1ws9xil" targetRef="Task_10up2wj" />
  86.     <bpmn:endEvent id="EndEvent_0ph76v8">
  87.       <bpmn:incoming>SequenceFlow_1h1e7p1</bpmn:incoming>
  88.     </bpmn:endEvent>
  89.     <bpmn:sequenceFlow id="SequenceFlow_1h1e7p1" sourceRef="Task_10up2wj" targetRef="EndEvent_0ph76v8" />
  90.     <bpmn:task id="Task_10up2wj" name="Write maintenance report">
  91.       <bpmn:incoming>SequenceFlow_0budcc6</bpmn:incoming>
  92.       <bpmn:outgoing>SequenceFlow_1h1e7p1</bpmn:outgoing>
  93.     </bpmn:task>
  94.     <bpmn:textAnnotation id="TextAnnotation_07y4rsj">    <bpmn:text>Only once all components are checked we can move on</bpmn:text>
  95. </bpmn:textAnnotation>
  96.     <bpmn:association id="Association_1h49u64" sourceRef="ExclusiveGateway_1ws9xil" targetRef="TextAnnotation_07y4rsj" />
  97.     <bpmn:textAnnotation id="TextAnnotation_1u3a5e5">    <bpmn:text>If there are multiple mechanics, components may be checked in parallel, otherwise it is a sequential check.</bpmn:text>
  98. </bpmn:textAnnotation>
  99.     <bpmn:association id="Association_01w5313" sourceRef="ExclusiveGateway_0lxm6hf" targetRef="TextAnnotation_1u3a5e5" />
  100.   </bpmn:process>
  101.   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  102.     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
  103.       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
  104.         <dc:Bounds x="101" y="59" width="36" height="36" />
  105.         <bpmndi:BPMNLabel>
  106.           <dc:Bounds x="74" y="95" width="90" height="20" />
  107.         </bpmndi:BPMNLabel>
  108.       </bpmndi:BPMNShape>
  109.       <bpmndi:BPMNShape id="SubProcess_0r5wp8x_di" bpmnElement="SubProcess_0r5wp8x" isExpanded="true">
  110.         <dc:Bounds x="75" y="237" width="582" height="247" />
  111.       </bpmndi:BPMNShape>
  112.       <bpmndi:BPMNShape id="ExclusiveGateway_126lr3f_di" bpmnElement="ExclusiveGateway_126lr3f" isMarkerVisible="true">
  113.         <dc:Bounds x="215" y="302" width="50" height="50" />
  114.         <bpmndi:BPMNLabel>
  115.           <dc:Bounds x="222" y="280" width="36" height="12" />
  116.         </bpmndi:BPMNLabel>
  117.       </bpmndi:BPMNShape>
  118.       <bpmndi:BPMNEdge id="SequenceFlow_1q8az62_di" bpmnElement="SequenceFlow_1q8az62">
  119.         <di:waypoint xsi:type="dc:Point" x="156" y="327" />
  120.         <di:waypoint xsi:type="dc:Point" x="215" y="327" />
  121.         <bpmndi:BPMNLabel>
  122.           <dc:Bounds x="185.5" y="306" width="0" height="12" />
  123.         </bpmndi:BPMNLabel>
  124.       </bpmndi:BPMNEdge>
  125.       <bpmndi:BPMNShape id="Task_1clikls_di" bpmnElement="Task_1clikls">
  126.         <dc:Bounds x="190" y="384" width="100" height="80" />
  127.       </bpmndi:BPMNShape>
  128.       <bpmndi:BPMNEdge id="SequenceFlow_0tk788c_di" bpmnElement="SequenceFlow_0tk788c">
  129.         <di:waypoint xsi:type="dc:Point" x="240" y="352" />
  130.         <di:waypoint xsi:type="dc:Point" x="240" y="384" />
  131.         <bpmndi:BPMNLabel>
  132.           <dc:Bounds x="246" y="362" width="18" height="12" />
  133.         </bpmndi:BPMNLabel>
  134.       </bpmndi:BPMNEdge>
  135.       <bpmndi:BPMNShape id="ExclusiveGateway_1xnv353_di" bpmnElement="ExclusiveGateway_1xnv353" isMarkerVisible="true">
  136.         <dc:Bounds x="356" y="302" width="50" height="50" />
  137.         <bpmndi:BPMNLabel>
  138.           <dc:Bounds x="349" y="280" width="64" height="12" />
  139.         </bpmndi:BPMNLabel>
  140.       </bpmndi:BPMNShape>
  141.       <bpmndi:BPMNEdge id="SequenceFlow_16y1dcg_di" bpmnElement="SequenceFlow_16y1dcg">
  142.         <di:waypoint xsi:type="dc:Point" x="265" y="327" />
  143.         <di:waypoint xsi:type="dc:Point" x="356" y="327" />
  144.         <bpmndi:BPMNLabel>
  145.           <dc:Bounds x="270.6649484536082" y="305" width="14" height="12" />
  146.         </bpmndi:BPMNLabel>
  147.       </bpmndi:BPMNEdge>
  148.       <bpmndi:BPMNShape id="Task_0v9h00k_di" bpmnElement="Task_0v9h00k">
  149.         <dc:Bounds x="331" y="384" width="100" height="80" />
  150.       </bpmndi:BPMNShape>
  151.       <bpmndi:BPMNEdge id="SequenceFlow_03nfcli_di" bpmnElement="SequenceFlow_03nfcli">
  152.         <di:waypoint xsi:type="dc:Point" x="381" y="352" />
  153.         <di:waypoint xsi:type="dc:Point" x="381" y="384" />
  154.         <bpmndi:BPMNLabel>
  155.           <dc:Bounds x="387" y="362" width="18" height="12" />
  156.         </bpmndi:BPMNLabel>
  157.       </bpmndi:BPMNEdge>
  158.       <bpmndi:BPMNEdge id="SequenceFlow_145mzwz_di" bpmnElement="SequenceFlow_145mzwz">
  159.         <di:waypoint xsi:type="dc:Point" x="290" y="424" />
  160.         <di:waypoint xsi:type="dc:Point" x="315" y="424" />
  161.         <di:waypoint xsi:type="dc:Point" x="315" y="386" />
  162.         <di:waypoint xsi:type="dc:Point" x="368" y="339" />
  163.         <bpmndi:BPMNLabel>
  164.           <dc:Bounds x="330" y="399" width="0" height="12" />
  165.         </bpmndi:BPMNLabel>
  166.       </bpmndi:BPMNEdge>
  167.       <bpmndi:BPMNShape id="ExclusiveGateway_154vp9p_di" bpmnElement="ExclusiveGateway_154vp9p" isMarkerVisible="true">
  168.         <dc:Bounds x="491.7586497890295" y="302" width="50" height="50" />
  169.         <bpmndi:BPMNLabel>
  170.           <dc:Bounds x="472" y="281" width="89" height="12" />
  171.         </bpmndi:BPMNLabel>
  172.       </bpmndi:BPMNShape>
  173.       <bpmndi:BPMNEdge id="SequenceFlow_1yvax8n_di" bpmnElement="SequenceFlow_1yvax8n">
  174.         <di:waypoint xsi:type="dc:Point" x="406" y="327" />
  175.         <di:waypoint xsi:type="dc:Point" x="492" y="327" />
  176.         <bpmndi:BPMNLabel>
  177.           <dc:Bounds x="442.6056338028169" y="306" width="14" height="12" />
  178.         </bpmndi:BPMNLabel>
  179.       </bpmndi:BPMNEdge>
  180.       <bpmndi:BPMNEdge id="SequenceFlow_1sws6mj_di" bpmnElement="SequenceFlow_1sws6mj">
  181.         <di:waypoint xsi:type="dc:Point" x="431" y="424" />
  182.         <di:waypoint xsi:type="dc:Point" x="453" y="424" />
  183.         <di:waypoint xsi:type="dc:Point" x="453" y="382" />
  184.         <di:waypoint xsi:type="dc:Point" x="503" y="339" />
  185.         <bpmndi:BPMNLabel>
  186.           <dc:Bounds x="468" y="397" width="0" height="12" />
  187.         </bpmndi:BPMNLabel>
  188.       </bpmndi:BPMNEdge>
  189.       <bpmndi:BPMNEdge id="SequenceFlow_1b6prwb_di" bpmnElement="SequenceFlow_1b6prwb">
  190.         <di:waypoint xsi:type="dc:Point" x="542" y="327" />
  191.         <di:waypoint xsi:type="dc:Point" x="593" y="327" />
  192.         <bpmndi:BPMNLabel>
  193.           <dc:Bounds x="567.5" y="306" width="0" height="12" />
  194.         </bpmndi:BPMNLabel>
  195.       </bpmndi:BPMNEdge>
  196.       <bpmndi:BPMNShape id="Task_0zfirto_di" bpmnElement="Task_0zfirto">
  197.         <dc:Bounds x="466.7586497890295" y="384" width="100" height="80" />
  198.       </bpmndi:BPMNShape>
  199.       <bpmndi:BPMNEdge id="SequenceFlow_1041mw5_di" bpmnElement="SequenceFlow_1041mw5">
  200.         <di:waypoint xsi:type="dc:Point" x="517" y="352" />
  201.         <di:waypoint xsi:type="dc:Point" x="517" y="384" />
  202.         <bpmndi:BPMNLabel>
  203.           <dc:Bounds x="532" y="362" width="0" height="12" />
  204.         </bpmndi:BPMNLabel>
  205.       </bpmndi:BPMNEdge>
  206.       <bpmndi:BPMNShape id="StartEvent_1re58xu_di" bpmnElement="StartEvent_04u33cs">
  207.         <dc:Bounds x="120" y="309" width="36" height="36" />
  208.         <bpmndi:BPMNLabel>
  209.           <dc:Bounds x="101" y="349" width="74" height="24" />
  210.         </bpmndi:BPMNLabel>
  211.       </bpmndi:BPMNShape>
  212.       <bpmndi:BPMNShape id="EndEvent_0kp908n_di" bpmnElement="EndEvent_09maq5p">
  213.         <dc:Bounds x="593" y="309" width="36" height="36" />
  214.         <bpmndi:BPMNLabel>
  215.           <dc:Bounds x="583" y="349" width="56" height="24" />
  216.         </bpmndi:BPMNLabel>
  217.       </bpmndi:BPMNShape>
  218.       <bpmndi:BPMNShape id="Task_0xget25_di" bpmnElement="Task_0xget25">
  219.         <dc:Bounds x="261" y="36.86835443037975" width="100" height="80" />
  220.       </bpmndi:BPMNShape>
  221.       <bpmndi:BPMNEdge id="SequenceFlow_0txq3m5_di" bpmnElement="SequenceFlow_0txq3m5">
  222.         <di:waypoint xsi:type="dc:Point" x="137" y="77" />
  223.         <di:waypoint xsi:type="dc:Point" x="175" y="77" />
  224.         <bpmndi:BPMNLabel>
  225.           <dc:Bounds x="156" y="56" width="0" height="12" />
  226.         </bpmndi:BPMNLabel>
  227.       </bpmndi:BPMNEdge>
  228.       <bpmndi:BPMNShape id="ComplexGateway_15c28dv_di" bpmnElement="ExclusiveGateway_0lxm6hf">
  229.         <dc:Bounds x="175" y="52" width="50" height="50" />
  230.         <bpmndi:BPMNLabel>
  231.           <dc:Bounds x="199.75864978902953" y="106" width="0" height="12" />
  232.         </bpmndi:BPMNLabel>
  233.       </bpmndi:BPMNShape>
  234.       <bpmndi:BPMNShape id="Task_0hcrsck_di" bpmnElement="Task_0hcrsck">
  235.         <dc:Bounds x="261" y="-54" width="100" height="80" />
  236.       </bpmndi:BPMNShape>
  237.       <bpmndi:BPMNShape id="Task_178w5vc_di" bpmnElement="Task_178w5vc">
  238.         <dc:Bounds x="261" y="126" width="100" height="80" />
  239.       </bpmndi:BPMNShape>
  240.       <bpmndi:BPMNEdge id="SequenceFlow_01mjc02_di" bpmnElement="SequenceFlow_01mjc02">
  241.         <di:waypoint xsi:type="dc:Point" x="225" y="77" />
  242.         <di:waypoint xsi:type="dc:Point" x="261" y="77" />
  243.         <bpmndi:BPMNLabel>
  244.           <dc:Bounds x="243" y="56" width="0" height="12" />
  245.         </bpmndi:BPMNLabel>
  246.       </bpmndi:BPMNEdge>
  247.       <bpmndi:BPMNEdge id="SequenceFlow_0devthu_di" bpmnElement="SequenceFlow_0devthu">
  248.         <di:waypoint xsi:type="dc:Point" x="200" y="52" />
  249.         <di:waypoint xsi:type="dc:Point" x="200" y="-14" />
  250.         <di:waypoint xsi:type="dc:Point" x="261" y="-14" />
  251.         <bpmndi:BPMNLabel>
  252.           <dc:Bounds x="215" y="13" width="0" height="12" />
  253.         </bpmndi:BPMNLabel>
  254.       </bpmndi:BPMNEdge>
  255.       <bpmndi:BPMNEdge id="SequenceFlow_02y77jr_di" bpmnElement="SequenceFlow_02y77jr">
  256.         <di:waypoint xsi:type="dc:Point" x="200" y="102" />
  257.         <di:waypoint xsi:type="dc:Point" x="200" y="166" />
  258.         <di:waypoint xsi:type="dc:Point" x="261" y="166" />
  259.         <bpmndi:BPMNLabel>
  260.           <dc:Bounds x="215" y="128" width="0" height="12" />
  261.         </bpmndi:BPMNLabel>
  262.       </bpmndi:BPMNEdge>
  263.       <bpmndi:BPMNEdge id="SequenceFlow_0hmm2ci_di" bpmnElement="SequenceFlow_0hmm2ci">
  264.         <di:waypoint xsi:type="dc:Point" x="361" y="77" />
  265.         <di:waypoint xsi:type="dc:Point" x="433" y="77" />
  266.         <bpmndi:BPMNLabel>
  267.           <dc:Bounds x="397" y="56" width="0" height="12" />
  268.         </bpmndi:BPMNLabel>
  269.       </bpmndi:BPMNEdge>
  270.       <bpmndi:BPMNShape id="InclusiveGateway_0j09rq4_di" bpmnElement="ExclusiveGateway_1ws9xil">
  271.         <dc:Bounds x="433" y="52" width="50" height="50" />
  272.         <bpmndi:BPMNLabel>
  273.           <dc:Bounds x="457.7586497890295" y="106" width="0" height="12" />
  274.         </bpmndi:BPMNLabel>
  275.       </bpmndi:BPMNShape>
  276.       <bpmndi:BPMNEdge id="SequenceFlow_0g6xiso_di" bpmnElement="SequenceFlow_0g6xiso">
  277.         <di:waypoint xsi:type="dc:Point" x="361" y="-14" />
  278.         <di:waypoint xsi:type="dc:Point" x="458" y="-14" />
  279.         <di:waypoint xsi:type="dc:Point" x="458" y="52" />
  280.         <bpmndi:BPMNLabel>
  281.           <dc:Bounds x="409.5" y="-35" width="0" height="12" />
  282.         </bpmndi:BPMNLabel>
  283.       </bpmndi:BPMNEdge>
  284.       <bpmndi:BPMNEdge id="SequenceFlow_0o4yop5_di" bpmnElement="SequenceFlow_0o4yop5">
  285.         <di:waypoint xsi:type="dc:Point" x="361" y="166" />
  286.         <di:waypoint xsi:type="dc:Point" x="458" y="166" />
  287.         <di:waypoint xsi:type="dc:Point" x="458" y="102" />
  288.         <bpmndi:BPMNLabel>
  289.           <dc:Bounds x="409.5" y="145" width="0" height="12" />
  290.         </bpmndi:BPMNLabel>
  291.       </bpmndi:BPMNEdge>
  292.       <bpmndi:BPMNEdge id="SequenceFlow_0budcc6_di" bpmnElement="SequenceFlow_0budcc6">
  293.         <di:waypoint xsi:type="dc:Point" x="483" y="77" />
  294.         <di:waypoint xsi:type="dc:Point" x="540" y="77" />
  295.         <bpmndi:BPMNLabel>
  296.           <dc:Bounds x="511.5" y="56" width="0" height="12" />
  297.         </bpmndi:BPMNLabel>
  298.       </bpmndi:BPMNEdge>
  299.       <bpmndi:BPMNShape id="EndEvent_0ph76v8_di" bpmnElement="EndEvent_0ph76v8">
  300.         <dc:Bounds x="689.7586497890295" y="59" width="36" height="36" />
  301.         <bpmndi:BPMNLabel>
  302.           <dc:Bounds x="707.7586497890295" y="99" width="0" height="12" />
  303.         </bpmndi:BPMNLabel>
  304.       </bpmndi:BPMNShape>
  305.       <bpmndi:BPMNEdge id="SequenceFlow_1h1e7p1_di" bpmnElement="SequenceFlow_1h1e7p1">
  306.         <di:waypoint xsi:type="dc:Point" x="640" y="77" />
  307.         <di:waypoint xsi:type="dc:Point" x="690" y="77" />
  308.         <bpmndi:BPMNLabel>
  309.           <dc:Bounds x="665" y="56" width="0" height="12" />
  310.         </bpmndi:BPMNLabel>
  311.       </bpmndi:BPMNEdge>
  312.       <bpmndi:BPMNShape id="Task_10up2wj_di" bpmnElement="Task_10up2wj">
  313.         <dc:Bounds x="539.7586497890295" y="37" width="100" height="80" />
  314.       </bpmndi:BPMNShape>
  315.       <bpmndi:BPMNShape id="TextAnnotation_07y4rsj_di" bpmnElement="TextAnnotation_07y4rsj">
  316.         <dc:Bounds x="540" y="-44" width="113" height="62" />
  317.       </bpmndi:BPMNShape>
  318.       <bpmndi:BPMNEdge id="Association_1h49u64_di" bpmnElement="Association_1h49u64">
  319.         <di:waypoint xsi:type="dc:Point" x="473" y="67" />
  320.         <di:waypoint xsi:type="dc:Point" x="550" y="18" />
  321.       </bpmndi:BPMNEdge>
  322.       <bpmndi:BPMNShape id="TextAnnotation_1u3a5e5_di" bpmnElement="TextAnnotation_1u3a5e5">
  323.         <dc:Bounds x="37" y="118" width="151" height="82" />
  324.       </bpmndi:BPMNShape>
  325.       <bpmndi:BPMNEdge id="Association_01w5313_di" bpmnElement="Association_01w5313">
  326.         <di:waypoint xsi:type="dc:Point" x="187" y="89" />
  327.         <di:waypoint xsi:type="dc:Point" x="157" y="118" />
  328.       </bpmndi:BPMNEdge>
  329.     </bpmndi:BPMNPlane>
  330.   </bpmndi:BPMNDiagram>
  331. </bpmn:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement