Skip to content

Instantly share code, notes, and snippets.

@ScottDillman
Created December 21, 2015 23:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottDillman/51c5f82b291a257695fa to your computer and use it in GitHub Desktop.
Save ScottDillman/51c5f82b291a257695fa to your computer and use it in GitHub Desktop.
Rough BPMN build model for AtomicGameEngine Linux build
<?xml version="1.0" encoding="UTF-8"?>
<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">
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>SequenceFlow_1tazv6x</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Task_0fevegc" name="run Build_AtomicEngine.sh">
<bpmn:incoming>SequenceFlow_1tazv6x</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_17itu1h</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1tazv6x" sourceRef="StartEvent_1" targetRef="Task_0fevegc" />
<bpmn:task id="Task_0m47mr5" name="What OS?">
<bpmn:incoming>SequenceFlow_17itu1h</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1yro8gy</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_17itu1h" sourceRef="Task_0fevegc" targetRef="Task_0m47mr5" />
<bpmn:exclusiveGateway id="ExclusiveGateway_1gavzpc">
<bpmn:incoming>SequenceFlow_1yro8gy</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1l1pswo</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_1vv1sgz</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_01u0sly</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="SequenceFlow_1yro8gy" sourceRef="Task_0m47mr5" targetRef="ExclusiveGateway_1gavzpc" />
<bpmn:task id="Task_1lxs6m0" name="Is Darwin">
<bpmn:incoming>SequenceFlow_01u0sly</bpmn:incoming>
</bpmn:task>
<bpmn:task id="Task_18xl66g" name="Is MSYS_NT">
<bpmn:incoming>SequenceFlow_1vv1sgz</bpmn:incoming>
</bpmn:task>
<bpmn:task id="Task_1lgs6px" name="Is Linux">
<bpmn:incoming>SequenceFlow_1l1pswo</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1vk7y9o</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1l1pswo" sourceRef="ExclusiveGateway_1gavzpc" targetRef="Task_1lgs6px" />
<bpmn:sequenceFlow id="SequenceFlow_1vv1sgz" sourceRef="ExclusiveGateway_1gavzpc" targetRef="Task_18xl66g" />
<bpmn:task id="Task_1e27q5g" name="Execute Jake">
<bpmn:incoming>SequenceFlow_1vk7y9o</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_002t57t</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1vk7y9o" sourceRef="Task_1lgs6px" targetRef="Task_1e27q5g" />
<bpmn:task id="Task_1d7ujoj" name="Execute Boostrap.js">
<bpmn:incoming>SequenceFlow_002t57t</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0r7hlc6</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_002t57t" sourceRef="Task_1e27q5g" targetRef="Task_1d7ujoj" />
<bpmn:task id="Task_1bav5ds" name="require Host.js">
<bpmn:incoming>SequenceFlow_0r7hlc6</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0hk9who</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0r7hlc6" sourceRef="Task_1d7ujoj" targetRef="Task_1bav5ds" />
<bpmn:exclusiveGateway id="ExclusiveGateway_1syic3k">
<bpmn:incoming>SequenceFlow_0hk9who</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0shau8t</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_1am38y9</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_18zv9vb</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="SequenceFlow_0hk9who" sourceRef="Task_1bav5ds" targetRef="ExclusiveGateway_1syic3k" />
<bpmn:task id="Task_0bbn2hc" name="Is win32">
<bpmn:incoming>SequenceFlow_0shau8t</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0shau8t" sourceRef="ExclusiveGateway_1syic3k" targetRef="Task_0bbn2hc" />
<bpmn:task id="Task_1xhjuom" name="Is darwin">
<bpmn:incoming>SequenceFlow_1am38y9</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1am38y9" sourceRef="ExclusiveGateway_1syic3k" targetRef="Task_1xhjuom" />
<bpmn:task id="Task_1necfn3" name="Is linux">
<bpmn:incoming>SequenceFlow_18zv9vb</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1yv1p4f</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_18zv9vb" sourceRef="ExclusiveGateway_1syic3k" targetRef="Task_1necfn3" />
<bpmn:task id="Task_19t1106" name="require HostLinux">
<bpmn:incoming>SequenceFlow_1yv1p4f</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0e7ur5g</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1yv1p4f" sourceRef="Task_1necfn3" targetRef="Task_19t1106" />
<bpmn:task id="Task_0wyb3l2" name="require HostCommon">
<bpmn:incoming>SequenceFlow_0e7ur5g</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0u01pw3</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0e7ur5g" sourceRef="Task_19t1106" targetRef="Task_0wyb3l2" />
<bpmn:task id="Task_1ayhmst" name="require BuildLinux">
<bpmn:incoming>SequenceFlow_0u01pw3</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_108vcdq</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0u01pw3" sourceRef="Task_0wyb3l2" targetRef="Task_1ayhmst" />
<bpmn:task id="Task_14a2lid" name="Build Task AtomicEditor">
<bpmn:incoming>SequenceFlow_108vcdq</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0cp1m40</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_108vcdq" sourceRef="Task_1ayhmst" targetRef="Task_14a2lid" />
<bpmn:task id="Task_16wuo73" name="Clean build directories">
<bpmn:incoming>SequenceFlow_0cp1m40</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0wgbicz</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0cp1m40" sourceRef="Task_14a2lid" targetRef="Task_16wuo73" />
<bpmn:task id="Task_1xhq0vu" name="createGenScriptFiles[LINUX]">
<bpmn:incoming>SequenceFlow_0wgbicz</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_142t8x8</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0wgbicz" sourceRef="Task_16wuo73" targetRef="Task_1xhq0vu" />
<bpmn:task id="Task_0xbshgs" name="enter build directory">
<bpmn:incoming>SequenceFlow_142t8x8</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1hp3aie</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_142t8x8" sourceRef="Task_1xhq0vu" targetRef="Task_0xbshgs" />
<bpmn:task id="Task_0flt7yu" name="Run CMake">
<bpmn:incoming>SequenceFlow_1hp3aie</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1afvrn7</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1hp3aie" sourceRef="Task_0xbshgs" targetRef="Task_0flt7yu" />
<bpmn:task id="Task_1rqlr4i" name="make GenerateScriptBindings">
<bpmn:incoming>SequenceFlow_1afvrn7</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0w4g3ak</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1afvrn7" sourceRef="Task_0flt7yu" targetRef="Task_1rqlr4i" />
<bpmn:task id="Task_09jyd5s" name="Call AtomicTool Bind for each package.json">
<bpmn:incoming>SequenceFlow_0w4g3ak</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_01e4i7k</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0w4g3ak" sourceRef="Task_1rqlr4i" targetRef="Task_09jyd5s" />
<bpmn:exclusiveGateway id="ExclusiveGateway_1llu666">
<bpmn:incoming>SequenceFlow_01e4i7k</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0at82a3</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_0ce5d7f</bpmn:outgoing>
<bpmn:outgoing>SequenceFlow_01m8u6t</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:sequenceFlow id="SequenceFlow_01e4i7k" sourceRef="Task_09jyd5s" targetRef="ExclusiveGateway_1llu666" />
<bpmn:task id="Task_0nakj11" name="Is darwin">
<bpmn:incoming>SequenceFlow_0at82a3</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0at82a3" sourceRef="ExclusiveGateway_1llu666" targetRef="Task_0nakj11" />
<bpmn:task id="Task_05z5i5i" name="Is win32">
<bpmn:incoming>SequenceFlow_0ce5d7f</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0ce5d7f" sourceRef="ExclusiveGateway_1llu666" targetRef="Task_05z5i5i" />
<bpmn:task id="Task_1gt77dv" name="Is linux">
<bpmn:incoming>SequenceFlow_01m8u6t</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_14vzp8s</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_01m8u6t" sourceRef="ExclusiveGateway_1llu666" targetRef="Task_1gt77dv" />
<bpmn:task id="Task_1fsjtyh" name="Call TypeScript compiler">
<bpmn:incoming>SequenceFlow_14vzp8s</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1qld4f2</bpmn:outgoing>
</bpmn:task>
<bpmn:task id="Task_06ap964" name="make AtomicEditor AtomicPlayer">
<bpmn:incoming>SequenceFlow_1qld4f2</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0csgzeq</bpmn:outgoing>
</bpmn:task>
<bpmn:task id="Task_1utov5g" name="Build 3rd Party depends">
<bpmn:incoming>SequenceFlow_0csgzeq</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_10kcacf</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0csgzeq" sourceRef="Task_06ap964" targetRef="Task_1utov5g" />
<bpmn:task id="Task_1ockpm2" name="compile editor">
<bpmn:incoming>SequenceFlow_10kcacf</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1demfyu</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_10kcacf" sourceRef="Task_1utov5g" targetRef="Task_1ockpm2" />
<bpmn:task id="Task_0op0osh" name="compile player">
<bpmn:incoming>SequenceFlow_1demfyu</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0sqoal2</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1demfyu" sourceRef="Task_1ockpm2" targetRef="Task_0op0osh" />
<bpmn:task id="Task_0ji89z3" name="copy files">
<bpmn:incoming>SequenceFlow_0sqoal2</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1khffr2</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0sqoal2" sourceRef="Task_0op0osh" targetRef="Task_0ji89z3" />
<bpmn:task id="Task_1fk233v" name="Copy the Editor binaries">
<bpmn:incoming>SequenceFlow_1khffr2</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_00hiqun</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1khffr2" sourceRef="Task_0ji89z3" targetRef="Task_1fk233v" />
<bpmn:task id="Task_15baokb" name="copy core data">
<bpmn:incoming>SequenceFlow_00hiqun</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0j1hley</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_00hiqun" sourceRef="Task_1fk233v" targetRef="Task_15baokb" />
<bpmn:task id="Task_0a79w6i" name="copy player data">
<bpmn:incoming>SequenceFlow_0j1hley</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0mqcoil</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0j1hley" sourceRef="Task_15baokb" targetRef="Task_0a79w6i" />
<bpmn:task id="Task_1s9hhzx" name="copy tool data">
<bpmn:incoming>SequenceFlow_0mqcoil</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_0is84rp</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0mqcoil" sourceRef="Task_0a79w6i" targetRef="Task_1s9hhzx" />
<bpmn:task id="Task_1w6qoc2" name="copy editor data">
<bpmn:incoming>SequenceFlow_0is84rp</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_14oapv6</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_0is84rp" sourceRef="Task_1s9hhzx" targetRef="Task_1w6qoc2" />
<bpmn:task id="Task_12041lr" name="copy editor scripts">
<bpmn:incoming>SequenceFlow_14oapv6</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1fslsk0</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_14oapv6" sourceRef="Task_1w6qoc2" targetRef="Task_12041lr" />
<bpmn:task id="Task_0endc4g" name="copy player">
<bpmn:incoming>SequenceFlow_1fslsk0</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_08ovcsk</bpmn:outgoing>
</bpmn:task>
<bpmn:sequenceFlow id="SequenceFlow_1fslsk0" sourceRef="Task_12041lr" targetRef="Task_0endc4g" />
<bpmn:endEvent id="EndEvent_1jdisce">
<bpmn:incoming>SequenceFlow_08ovcsk</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="SequenceFlow_08ovcsk" sourceRef="Task_0endc4g" targetRef="EndEvent_1jdisce" />
<bpmn:sequenceFlow id="SequenceFlow_01u0sly" sourceRef="ExclusiveGateway_1gavzpc" targetRef="Task_1lxs6m0" />
<bpmn:sequenceFlow id="SequenceFlow_14vzp8s" sourceRef="Task_1gt77dv" targetRef="Task_1fsjtyh" />
<bpmn:sequenceFlow id="SequenceFlow_1qld4f2" sourceRef="Task_1fsjtyh" targetRef="Task_06ap964" />
<bpmn:textAnnotation id="TextAnnotation_0ktz1po"> <bpmn:text>Build requested</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0fxlyno" sourceRef="StartEvent_1" targetRef="TextAnnotation_0ktz1po" />
<bpmn:textAnnotation id="TextAnnotation_1poolb1"> <bpmn:text>node ./Build/node_modules/jake/bin/cli.js -f ./Build/Scripts/Bootstrap.js build:atomiceditor</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_179epv8" sourceRef="Task_1e27q5g" targetRef="TextAnnotation_1poolb1" />
<bpmn:textAnnotation id="TextAnnotation_09ks76l"> <bpmn:text>node Build/node_modules/jake/bin/cli.js -f Build/Scripts/Bootstrap.js build:genscripts[LINUX]</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1xctmm3" sourceRef="Task_1rqlr4i" targetRef="TextAnnotation_09ks76l" />
<bpmn:textAnnotation id="TextAnnotation_1qzs52m"> <bpmn:text>node AtomicBuildEngine/Build/TypeScript/tsc.js -p AtomicBuildEngine/Script</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_0r811xb" sourceRef="Task_1fsjtyh" targetRef="TextAnnotation_1qzs52m" />
<bpmn:textAnnotation id="TextAnnotation_07si9m1"> <bpmn:text>complete();</bpmn:text>
</bpmn:textAnnotation>
<bpmn:association id="Association_1iz9zrb" sourceRef="EndEvent_1jdisce" targetRef="TextAnnotation_07si9m1" />
</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="-10" y="10" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="-37" y="46" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_0ktz1po_di" bpmnElement="TextAnnotation_0ktz1po">
<dc:Bounds x="-126" y="-12" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0fxlyno_di" bpmnElement="Association_0fxlyno">
<di:waypoint xsi:type="dc:Point" x="-10" y="28" />
<di:waypoint xsi:type="dc:Point" x="-26" y="28" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0fevegc_di" bpmnElement="Task_0fevegc">
<dc:Bounds x="91" y="-139" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1tazv6x_di" bpmnElement="SequenceFlow_1tazv6x">
<di:waypoint xsi:type="dc:Point" x="26" y="28" />
<di:waypoint xsi:type="dc:Point" x="59" y="28" />
<di:waypoint xsi:type="dc:Point" x="59" y="-99" />
<di:waypoint xsi:type="dc:Point" x="91" y="-99" />
<bpmndi:BPMNLabel>
<dc:Bounds x="15" y="23" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0m47mr5_di" bpmnElement="Task_0m47mr5">
<dc:Bounds x="91" y="-47" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_17itu1h_di" bpmnElement="SequenceFlow_17itu1h">
<di:waypoint xsi:type="dc:Point" x="141" y="-59" />
<di:waypoint xsi:type="dc:Point" x="141" y="-47" />
<bpmndi:BPMNLabel>
<dc:Bounds x="171" y="18" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ExclusiveGateway_1gavzpc_di" bpmnElement="ExclusiveGateway_1gavzpc" isMarkerVisible="true">
<dc:Bounds x="233" y="-32" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="213" y="18" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1yro8gy_di" bpmnElement="SequenceFlow_1yro8gy">
<di:waypoint xsi:type="dc:Point" x="191" y="-7" />
<di:waypoint xsi:type="dc:Point" x="233" y="-7" />
<bpmndi:BPMNLabel>
<dc:Bounds x="318" y="18" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1lxs6m0_di" bpmnElement="Task_1lxs6m0">
<dc:Bounds x="208" y="-139" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_18xl66g_di" bpmnElement="Task_18xl66g">
<dc:Bounds x="311" y="-47" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_1lgs6px_di" bpmnElement="Task_1lgs6px">
<dc:Bounds x="208" y="45" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1l1pswo_di" bpmnElement="SequenceFlow_1l1pswo">
<di:waypoint xsi:type="dc:Point" x="258" y="18" />
<di:waypoint xsi:type="dc:Point" x="258" y="45" />
<bpmndi:BPMNLabel>
<dc:Bounds x="357" y="86" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_1vv1sgz_di" bpmnElement="SequenceFlow_1vv1sgz">
<di:waypoint xsi:type="dc:Point" x="283" y="-7" />
<di:waypoint xsi:type="dc:Point" x="311" y="-7" />
<bpmndi:BPMNLabel>
<dc:Bounds x="410" y="45" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1e27q5g_di" bpmnElement="Task_1e27q5g">
<dc:Bounds x="208" y="143" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1vk7y9o_di" bpmnElement="SequenceFlow_1vk7y9o">
<di:waypoint xsi:type="dc:Point" x="258" y="125" />
<di:waypoint xsi:type="dc:Point" x="258" y="143" />
<bpmndi:BPMNLabel>
<dc:Bounds x="365" y="236" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="TextAnnotation_1poolb1_di" bpmnElement="TextAnnotation_1poolb1">
<dc:Bounds x="-89" y="136" width="247" height="93" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_179epv8_di" bpmnElement="Association_179epv8">
<di:waypoint xsi:type="dc:Point" x="208" y="183" />
<di:waypoint xsi:type="dc:Point" x="158" y="183" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1d7ujoj_di" bpmnElement="Task_1d7ujoj">
<dc:Bounds x="333" y="143" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_002t57t_di" bpmnElement="SequenceFlow_002t57t">
<di:waypoint xsi:type="dc:Point" x="308" y="183" />
<di:waypoint xsi:type="dc:Point" x="333" y="183" />
<bpmndi:BPMNLabel>
<dc:Bounds x="365" y="358" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1bav5ds_di" bpmnElement="Task_1bav5ds">
<dc:Bounds x="333" y="241" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0r7hlc6_di" bpmnElement="SequenceFlow_0r7hlc6">
<di:waypoint xsi:type="dc:Point" x="383" y="223" />
<di:waypoint xsi:type="dc:Point" x="383" y="241" />
<bpmndi:BPMNLabel>
<dc:Bounds x="365" y="419.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ExclusiveGateway_1syic3k_di" bpmnElement="ExclusiveGateway_1syic3k" isMarkerVisible="true">
<dc:Bounds x="466" y="256" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="446" y="306" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0hk9who_di" bpmnElement="SequenceFlow_0hk9who">
<di:waypoint xsi:type="dc:Point" x="433" y="281" />
<di:waypoint xsi:type="dc:Point" x="466" y="281" />
<bpmndi:BPMNLabel>
<dc:Bounds x="435" y="473" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0bbn2hc_di" bpmnElement="Task_0bbn2hc">
<dc:Bounds x="441" y="143" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0shau8t_di" bpmnElement="SequenceFlow_0shau8t">
<di:waypoint xsi:type="dc:Point" x="491" y="256" />
<di:waypoint xsi:type="dc:Point" x="491" y="223" />
<bpmndi:BPMNLabel>
<dc:Bounds x="508" y="427" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1xhjuom_di" bpmnElement="Task_1xhjuom">
<dc:Bounds x="533" y="241" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1am38y9_di" bpmnElement="SequenceFlow_1am38y9">
<di:waypoint xsi:type="dc:Point" x="516" y="281" />
<di:waypoint xsi:type="dc:Point" x="533" y="281" />
<bpmndi:BPMNLabel>
<dc:Bounds x="535" y="473" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1necfn3_di" bpmnElement="Task_1necfn3">
<dc:Bounds x="441" y="330" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_18zv9vb_di" bpmnElement="SequenceFlow_18zv9vb">
<di:waypoint xsi:type="dc:Point" x="491" y="306" />
<di:waypoint xsi:type="dc:Point" x="491" y="330" />
<bpmndi:BPMNLabel>
<dc:Bounds x="486" y="516" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_19t1106_di" bpmnElement="Task_19t1106">
<dc:Bounds x="439" y="430.12375249500997" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1yv1p4f_di" bpmnElement="SequenceFlow_1yv1p4f">
<di:waypoint xsi:type="dc:Point" x="490" y="410" />
<di:waypoint xsi:type="dc:Point" x="490" y="430" />
<bpmndi:BPMNLabel>
<dc:Bounds x="444" y="409.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0wyb3l2_di" bpmnElement="Task_0wyb3l2">
<dc:Bounds x="558" y="430" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0e7ur5g_di" bpmnElement="SequenceFlow_0e7ur5g">
<di:waypoint xsi:type="dc:Point" x="539" y="470" />
<di:waypoint xsi:type="dc:Point" x="558" y="470" />
<bpmndi:BPMNLabel>
<dc:Bounds x="499" y="460" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1ayhmst_di" bpmnElement="Task_1ayhmst">
<dc:Bounds x="439" y="536.729873586161" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0u01pw3_di" bpmnElement="SequenceFlow_0u01pw3">
<di:waypoint xsi:type="dc:Point" x="608" y="510" />
<di:waypoint xsi:type="dc:Point" x="608" y="523" />
<di:waypoint xsi:type="dc:Point" x="489" y="523" />
<di:waypoint xsi:type="dc:Point" x="489" y="537" />
<bpmndi:BPMNLabel>
<dc:Bounds x="503.5" y="511" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_14a2lid_di" bpmnElement="Task_14a2lid">
<dc:Bounds x="558" y="537" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_108vcdq_di" bpmnElement="SequenceFlow_108vcdq">
<di:waypoint xsi:type="dc:Point" x="539" y="577" />
<di:waypoint xsi:type="dc:Point" x="558" y="577" />
<bpmndi:BPMNLabel>
<dc:Bounds x="503.5" y="567" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_16wuo73_di" bpmnElement="Task_16wuo73">
<dc:Bounds x="439" y="647.6756487025948" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0cp1m40_di" bpmnElement="SequenceFlow_0cp1m40">
<di:waypoint xsi:type="dc:Point" x="608" y="617" />
<di:waypoint xsi:type="dc:Point" x="608" y="632" />
<di:waypoint xsi:type="dc:Point" x="489" y="632" />
<di:waypoint xsi:type="dc:Point" x="489" y="648" />
<bpmndi:BPMNLabel>
<dc:Bounds x="503.5" y="617" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1xhq0vu_di" bpmnElement="Task_1xhq0vu">
<dc:Bounds x="558" y="648" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0wgbicz_di" bpmnElement="SequenceFlow_0wgbicz">
<di:waypoint xsi:type="dc:Point" x="539" y="688" />
<di:waypoint xsi:type="dc:Point" x="558" y="688" />
<bpmndi:BPMNLabel>
<dc:Bounds x="503.5" y="668" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0xbshgs_di" bpmnElement="Task_0xbshgs">
<dc:Bounds x="439" y="750.0168776371307" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_142t8x8_di" bpmnElement="SequenceFlow_142t8x8">
<di:waypoint xsi:type="dc:Point" x="608" y="728" />
<di:waypoint xsi:type="dc:Point" x="608" y="739" />
<di:waypoint xsi:type="dc:Point" x="489" y="739" />
<di:waypoint xsi:type="dc:Point" x="489" y="750" />
<bpmndi:BPMNLabel>
<dc:Bounds x="503.5" y="729" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0flt7yu_di" bpmnElement="Task_0flt7yu">
<dc:Bounds x="558" y="750.0168776371306" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1hp3aie_di" bpmnElement="SequenceFlow_1hp3aie">
<di:waypoint xsi:type="dc:Point" x="539" y="790" />
<di:waypoint xsi:type="dc:Point" x="558" y="790" />
<bpmndi:BPMNLabel>
<dc:Bounds x="444" y="830.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1rqlr4i_di" bpmnElement="Task_1rqlr4i">
<dc:Bounds x="439" y="851.0168776371306" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1afvrn7_di" bpmnElement="SequenceFlow_1afvrn7">
<di:waypoint xsi:type="dc:Point" x="608" y="830" />
<di:waypoint xsi:type="dc:Point" x="608" y="891" />
<di:waypoint xsi:type="dc:Point" x="539" y="891" />
<bpmndi:BPMNLabel>
<dc:Bounds x="444" y="931" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="TextAnnotation_09ks76l_di" bpmnElement="TextAnnotation_09ks76l">
<dc:Bounds x="112" y="845" width="309" height="91" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_1xctmm3_di" bpmnElement="Association_1xctmm3">
<di:waypoint xsi:type="dc:Point" x="439" y="891" />
<di:waypoint xsi:type="dc:Point" x="421" y="891" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_09jyd5s_di" bpmnElement="Task_09jyd5s">
<dc:Bounds x="439.1381578947369" y="951" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0w4g3ak_di" bpmnElement="SequenceFlow_0w4g3ak">
<di:waypoint xsi:type="dc:Point" x="489" y="931" />
<di:waypoint xsi:type="dc:Point" x="489" y="951" />
<bpmndi:BPMNLabel>
<dc:Bounds x="507" y="981" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="ExclusiveGateway_1llu666_di" bpmnElement="ExclusiveGateway_1llu666" isMarkerVisible="true">
<dc:Bounds x="655.5528134254689" y="965.9239881539982" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="635.5528134254689" y="1015.9239881539982" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_01e4i7k_di" bpmnElement="SequenceFlow_01e4i7k">
<di:waypoint xsi:type="dc:Point" x="539" y="991" />
<di:waypoint xsi:type="dc:Point" x="582" y="991" />
<di:waypoint xsi:type="dc:Point" x="582" y="991" />
<di:waypoint xsi:type="dc:Point" x="656" y="991" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1124" y="1385" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0nakj11_di" bpmnElement="Task_0nakj11">
<dc:Bounds x="630.5528134254689" y="850.9239881539982" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0at82a3_di" bpmnElement="SequenceFlow_0at82a3">
<di:waypoint xsi:type="dc:Point" x="681" y="966" />
<di:waypoint xsi:type="dc:Point" x="681" y="931" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1170.5" y="1164" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_05z5i5i_di" bpmnElement="Task_05z5i5i">
<dc:Bounds x="728.5528134254689" y="951" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0ce5d7f_di" bpmnElement="SequenceFlow_0ce5d7f">
<di:waypoint xsi:type="dc:Point" x="705.5528134254689" y="991" />
<di:waypoint xsi:type="dc:Point" x="729" y="991" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1222" y="1229" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1gt77dv_di" bpmnElement="Task_1gt77dv">
<dc:Bounds x="631" y="1059.9239881539982" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_01m8u6t_di" bpmnElement="SequenceFlow_01m8u6t">
<di:waypoint xsi:type="dc:Point" x="681" y="1015" />
<di:waypoint xsi:type="dc:Point" x="681" y="1060" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1176" y="1275.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1fsjtyh_di" bpmnElement="Task_1fsjtyh">
<dc:Bounds x="440.89930898321813" y="1060" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="TextAnnotation_1qzs52m_di" bpmnElement="TextAnnotation_1qzs52m">
<dc:Bounds x="110" y="1061" width="296" height="78" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_0r811xb_di" bpmnElement="Association_0r811xb">
<di:waypoint xsi:type="dc:Point" x="441" y="1100" />
<di:waypoint xsi:type="dc:Point" x="406" y="1100" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_06ap964_di" bpmnElement="Task_06ap964">
<dc:Bounds x="441" y="1168.065153010859" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_1utov5g_di" bpmnElement="Task_1utov5g">
<dc:Bounds x="441" y="1277.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0csgzeq_di" bpmnElement="SequenceFlow_0csgzeq">
<di:waypoint xsi:type="dc:Point" x="491" y="1248" />
<di:waypoint xsi:type="dc:Point" x="491" y="1278" />
<bpmndi:BPMNLabel>
<dc:Bounds x="446" y="1256" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1ockpm2_di" bpmnElement="Task_1ockpm2">
<dc:Bounds x="441" y="1383.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_10kcacf_di" bpmnElement="SequenceFlow_10kcacf">
<di:waypoint xsi:type="dc:Point" x="491" y="1358" />
<di:waypoint xsi:type="dc:Point" x="491" y="1384" />
<bpmndi:BPMNLabel>
<dc:Bounds x="446" y="1361" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0op0osh_di" bpmnElement="Task_0op0osh">
<dc:Bounds x="582.2872655478776" y="1384" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1demfyu_di" bpmnElement="SequenceFlow_1demfyu">
<di:waypoint xsi:type="dc:Point" x="541" y="1424" />
<di:waypoint xsi:type="dc:Point" x="582" y="1424" />
<bpmndi:BPMNLabel>
<dc:Bounds x="518" y="1414" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0ji89z3_di" bpmnElement="Task_0ji89z3">
<dc:Bounds x="582" y="1278" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0sqoal2_di" bpmnElement="SequenceFlow_0sqoal2">
<di:waypoint xsi:type="dc:Point" x="632" y="1384" />
<di:waypoint xsi:type="dc:Point" x="632" y="1358" />
<bpmndi:BPMNLabel>
<dc:Bounds x="587" y="1361" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1fk233v_di" bpmnElement="Task_1fk233v">
<dc:Bounds x="699.2872655478776" y="1277.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1khffr2_di" bpmnElement="SequenceFlow_1khffr2">
<di:waypoint xsi:type="dc:Point" x="682" y="1318" />
<di:waypoint xsi:type="dc:Point" x="699" y="1318" />
<bpmndi:BPMNLabel>
<dc:Bounds x="649" y="1296.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_15baokb_di" bpmnElement="Task_15baokb">
<dc:Bounds x="699.2872655478775" y="1383.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_00hiqun_di" bpmnElement="SequenceFlow_00hiqun">
<di:waypoint xsi:type="dc:Point" x="749" y="1358" />
<di:waypoint xsi:type="dc:Point" x="749" y="1384" />
<bpmndi:BPMNLabel>
<dc:Bounds x="770.5" y="1291.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0a79w6i_di" bpmnElement="Task_0a79w6i">
<dc:Bounds x="814.2872655478775" y="1383.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0j1hley_di" bpmnElement="SequenceFlow_0j1hley">
<di:waypoint xsi:type="dc:Point" x="799" y="1424" />
<di:waypoint xsi:type="dc:Point" x="814" y="1424" />
<bpmndi:BPMNLabel>
<dc:Bounds x="878" y="1292.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1s9hhzx_di" bpmnElement="Task_1s9hhzx">
<dc:Bounds x="814.2872655478775" y="1278" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0mqcoil_di" bpmnElement="SequenceFlow_0mqcoil">
<di:waypoint xsi:type="dc:Point" x="864" y="1384" />
<di:waypoint xsi:type="dc:Point" x="864" y="1358" />
<bpmndi:BPMNLabel>
<dc:Bounds x="996" y="1308" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_1w6qoc2_di" bpmnElement="Task_1w6qoc2">
<dc:Bounds x="932" y="1277.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_0is84rp_di" bpmnElement="SequenceFlow_0is84rp">
<di:waypoint xsi:type="dc:Point" x="914" y="1318" />
<di:waypoint xsi:type="dc:Point" x="932" y="1318" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1055" y="1365.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_12041lr_di" bpmnElement="Task_12041lr">
<dc:Bounds x="932" y="1383.8963474827247" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_14oapv6_di" bpmnElement="SequenceFlow_14oapv6">
<di:waypoint xsi:type="dc:Point" x="982" y="1358" />
<di:waypoint xsi:type="dc:Point" x="982" y="1384" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1055" y="1473.5" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Task_0endc4g_di" bpmnElement="Task_0endc4g">
<dc:Bounds x="1052.168567807351" y="1324.2712294043092" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_1fslsk0_di" bpmnElement="SequenceFlow_1fslsk0">
<di:waypoint xsi:type="dc:Point" x="1032" y="1424" />
<di:waypoint xsi:type="dc:Point" x="1042" y="1424" />
<di:waypoint xsi:type="dc:Point" x="1042" y="1364" />
<di:waypoint xsi:type="dc:Point" x="1052" y="1364" />
<bpmndi:BPMNLabel>
<dc:Bounds x="997" y="1384" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="EndEvent_1jdisce_di" bpmnElement="EndEvent_1jdisce">
<dc:Bounds x="1213.168567807351" y="1346" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1186.168567807351" y="1382" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="SequenceFlow_08ovcsk_di" bpmnElement="SequenceFlow_08ovcsk">
<di:waypoint xsi:type="dc:Point" x="1152" y="1364" />
<di:waypoint xsi:type="dc:Point" x="1213" y="1364" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1165.5" y="1354" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="TextAnnotation_07si9m1_di" bpmnElement="TextAnnotation_07si9m1">
<dc:Bounds x="1171" y="1241" width="147" height="75" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Association_1iz9zrb_di" bpmnElement="Association_1iz9zrb">
<di:waypoint xsi:type="dc:Point" x="1234" y="1347" />
<di:waypoint xsi:type="dc:Point" x="1238" y="1316" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_01u0sly_di" bpmnElement="SequenceFlow_01u0sly">
<di:waypoint xsi:type="dc:Point" x="258" y="-32" />
<di:waypoint xsi:type="dc:Point" x="258" y="-59" />
<bpmndi:BPMNLabel>
<dc:Bounds x="280" y="-63" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_14vzp8s_di" bpmnElement="SequenceFlow_14vzp8s">
<di:waypoint xsi:type="dc:Point" x="631" y="1100" />
<di:waypoint xsi:type="dc:Point" x="541" y="1100" />
<bpmndi:BPMNLabel>
<dc:Bounds x="541" y="1090" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="SequenceFlow_1qld4f2_di" bpmnElement="SequenceFlow_1qld4f2">
<di:waypoint xsi:type="dc:Point" x="491" y="1140" />
<di:waypoint xsi:type="dc:Point" x="491" y="1168" />
<bpmndi:BPMNLabel>
<dc:Bounds x="446" y="1144" width="90" height="20" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment