Skip to content

Instantly share code, notes, and snippets.

@Malix-Labs
Last active April 14, 2025 14:22
Show Gist options
  • Save Malix-Labs/ef3b9058bbfca3ef383e3bccfc9f9091 to your computer and use it in GitHub Desktop.
Save Malix-Labs/ef3b9058bbfca3ef383e3bccfc9f9091 to your computer and use it in GitHub Desktop.
Software Development Process
<?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_1mv9eft" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="18.3.1">
<bpmn:collaboration id="Collaboration_069i7ol">
<bpmn:participant id="Participant_0fk3t0c" name="Customer" processRef="Process_0re9jex" />
<bpmn:participant id="Participant_0n9pw0j" name="Customer" processRef="Process_0ff1fgc" />
<bpmn:participant id="Participant_0dt7p7u" name="Quality Control Company" processRef="Process_00ta6d6" />
<bpmn:messageFlow id="Flow_11c1k1g" sourceRef="Activity_11unkuo" targetRef="Activity_00t2hj4" />
<bpmn:messageFlow id="Flow_1u2jy5o" sourceRef="Activity_1nnklra" targetRef="Activity_1r11na7" />
<bpmn:messageFlow id="Flow_165jbqj" sourceRef="Activity_1pcu216" targetRef="Activity_14wsymh" />
<bpmn:messageFlow id="Flow_0v7614i" sourceRef="Activity_1wj7ylt" targetRef="Activity_0p6lsol" />
<bpmn:messageFlow id="Flow_1pfn0ep" sourceRef="Activity_0m61xzs" targetRef="Activity_1cp4fcm" />
</bpmn:collaboration>
<bpmn:process id="Process_0re9jex" isExecutable="false">
<bpmn:sendTask id="Activity_11unkuo" name="Submit Requirements">
<bpmn:incoming>Flow_0f9dul2</bpmn:incoming>
</bpmn:sendTask>
<bpmn:startEvent id="Event_00kvryg">
<bpmn:outgoing>Flow_0f9dul2</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:receiveTask id="Activity_1r11na7" name="Receive Achieved Package">
<bpmn:outgoing>Flow_1n7cd8a</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:sendTask id="Activity_1pcu216" name="Send Package for Inspection">
<bpmn:incoming>Flow_1n7cd8a</bpmn:incoming>
</bpmn:sendTask>
<bpmn:endEvent id="Event_1p35a4y">
<bpmn:incoming>Flow_14awm5f</bpmn:incoming>
</bpmn:endEvent>
<bpmn:receiveTask id="Activity_1cp4fcm" name="Receive Procuct">
<bpmn:outgoing>Flow_14awm5f</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:sequenceFlow id="Flow_0f9dul2" sourceRef="Event_00kvryg" targetRef="Activity_11unkuo" />
<bpmn:sequenceFlow id="Flow_1n7cd8a" sourceRef="Activity_1r11na7" targetRef="Activity_1pcu216" />
<bpmn:sequenceFlow id="Flow_14awm5f" sourceRef="Activity_1cp4fcm" targetRef="Event_1p35a4y" />
</bpmn:process>
<bpmn:process id="Process_0ff1fgc" isExecutable="false">
<bpmn:laneSet id="LaneSet_1k3beq0">
<bpmn:lane id="Lane_1sfufnv" name="Software Product Management (SPM)s">
<bpmn:flowNodeRef>Activity_00t2hj4</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_07knbl9</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0g9z3r7</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_1nnklra</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0p6lsol</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_124ngmx</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_02ws0ft</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_02fodc5</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0m61xzs</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_1ynk2xq</bpmn:flowNodeRef>
</bpmn:lane>
<bpmn:lane id="Lane_18g11yh" name="Research and Development (R&#38;D)">
<bpmn:flowNodeRef>Activity_07mouhc</bpmn:flowNodeRef>
</bpmn:lane>
<bpmn:lane id="Lane_0rbkiod" name="Development">
<bpmn:flowNodeRef>Activity_1v0voxw</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_19277dj</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0w2qavd</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_15hlht3</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Gateway_19o5v84</bpmn:flowNodeRef>
</bpmn:lane>
</bpmn:laneSet>
<bpmn:receiveTask id="Activity_00t2hj4" name="Receive Requirements">
<bpmn:outgoing>Flow_1ppdkoz</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:exclusiveGateway id="Gateway_07knbl9" name="Approve?">
<bpmn:incoming>Flow_1s8juuu</bpmn:incoming>
<bpmn:outgoing>Flow_0yxcfba</bpmn:outgoing>
<bpmn:outgoing>Flow_1fjsija</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:userTask id="Activity_0g9z3r7" name="Analyse the Software Design Description">
<bpmn:incoming>Flow_183ge1z</bpmn:incoming>
<bpmn:outgoing>Flow_1s8juuu</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sendTask id="Activity_1nnklra" name="Send Achieved Package">
<bpmn:incoming>Flow_1gcti8s</bpmn:incoming>
</bpmn:sendTask>
<bpmn:receiveTask id="Activity_0p6lsol" name="Receive Feedbacks">
<bpmn:outgoing>Flow_15xim7q</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:userTask id="Activity_124ngmx" name="Evaluate if Modifications are Needed">
<bpmn:incoming>Flow_15xim7q</bpmn:incoming>
<bpmn:outgoing>Flow_1wmmy2u</bpmn:outgoing>
</bpmn:userTask>
<bpmn:exclusiveGateway id="Gateway_02ws0ft" name="Modifications Needed ?">
<bpmn:incoming>Flow_1wmmy2u</bpmn:incoming>
<bpmn:outgoing>Flow_0dlsdl1</bpmn:outgoing>
<bpmn:outgoing>Flow_1qz4gnq</bpmn:outgoing>
</bpmn:exclusiveGateway>
<bpmn:userTask id="Activity_02fodc5" name="Validate Product">
<bpmn:incoming>Flow_0rjkhsv</bpmn:incoming>
<bpmn:outgoing>Flow_0slpdz8</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sendTask id="Activity_0m61xzs" name="Deliver Product">
<bpmn:incoming>Flow_0slpdz8</bpmn:incoming>
</bpmn:sendTask>
<bpmn:userTask id="Activity_07mouhc" name="Nominate Development Team">
<bpmn:incoming>Flow_1ppdkoz</bpmn:incoming>
<bpmn:outgoing>Flow_0ryobqq</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="Activity_1v0voxw" name="Prepare the software design description">
<bpmn:incoming>Flow_1ippe6h</bpmn:incoming>
<bpmn:outgoing>Flow_183ge1z</bpmn:outgoing>
</bpmn:userTask>
<bpmn:userTask id="Activity_19277dj" name="Plan Tasks">
<bpmn:incoming>Flow_0yxcfba</bpmn:incoming>
<bpmn:outgoing>Flow_0msr9hk</bpmn:outgoing>
</bpmn:userTask>
<bpmn:manualTask id="Activity_0w2qavd" name="Build Software">
<bpmn:incoming>Flow_0msr9hk</bpmn:incoming>
<bpmn:outgoing>Flow_1gcti8s</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:userTask id="Activity_15hlht3" name="Iterate on the Needed Modifications">
<bpmn:incoming>Flow_1qz4gnq</bpmn:incoming>
<bpmn:outgoing>Flow_05494qh</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1ppdkoz" sourceRef="Activity_00t2hj4" targetRef="Activity_07mouhc" />
<bpmn:sequenceFlow id="Flow_1s8juuu" sourceRef="Activity_0g9z3r7" targetRef="Gateway_07knbl9" />
<bpmn:sequenceFlow id="Flow_0yxcfba" name="Yes" sourceRef="Gateway_07knbl9" targetRef="Activity_19277dj" />
<bpmn:sequenceFlow id="Flow_1fjsija" name="No" sourceRef="Gateway_07knbl9" targetRef="Gateway_19o5v84" />
<bpmn:sequenceFlow id="Flow_183ge1z" sourceRef="Activity_1v0voxw" targetRef="Activity_0g9z3r7" />
<bpmn:sequenceFlow id="Flow_1gcti8s" sourceRef="Activity_0w2qavd" targetRef="Activity_1nnklra" />
<bpmn:sequenceFlow id="Flow_15xim7q" sourceRef="Activity_0p6lsol" targetRef="Activity_124ngmx" />
<bpmn:sequenceFlow id="Flow_1wmmy2u" sourceRef="Activity_124ngmx" targetRef="Gateway_02ws0ft" />
<bpmn:sequenceFlow id="Flow_0dlsdl1" name="No" sourceRef="Gateway_02ws0ft" targetRef="Gateway_1ynk2xq" />
<bpmn:sequenceFlow id="Flow_1qz4gnq" name="Yes" sourceRef="Gateway_02ws0ft" targetRef="Activity_15hlht3" />
<bpmn:sequenceFlow id="Flow_05494qh" sourceRef="Activity_15hlht3" targetRef="Gateway_1ynk2xq" />
<bpmn:sequenceFlow id="Flow_0rjkhsv" sourceRef="Gateway_1ynk2xq" targetRef="Activity_02fodc5" />
<bpmn:sequenceFlow id="Flow_0slpdz8" sourceRef="Activity_02fodc5" targetRef="Activity_0m61xzs" />
<bpmn:sequenceFlow id="Flow_0ryobqq" sourceRef="Activity_07mouhc" targetRef="Gateway_19o5v84" />
<bpmn:sequenceFlow id="Flow_1ippe6h" sourceRef="Gateway_19o5v84" targetRef="Activity_1v0voxw" />
<bpmn:sequenceFlow id="Flow_0msr9hk" sourceRef="Activity_19277dj" targetRef="Activity_0w2qavd" />
<bpmn:inclusiveGateway id="Gateway_19o5v84">
<bpmn:incoming>Flow_0ryobqq</bpmn:incoming>
<bpmn:incoming>Flow_1fjsija</bpmn:incoming>
<bpmn:outgoing>Flow_1ippe6h</bpmn:outgoing>
</bpmn:inclusiveGateway>
<bpmn:inclusiveGateway id="Gateway_1ynk2xq">
<bpmn:incoming>Flow_0dlsdl1</bpmn:incoming>
<bpmn:incoming>Flow_05494qh</bpmn:incoming>
<bpmn:outgoing>Flow_0rjkhsv</bpmn:outgoing>
</bpmn:inclusiveGateway>
</bpmn:process>
<bpmn:process id="Process_00ta6d6">
<bpmn:userTask id="Activity_0uku8hd" name="Inspect Package">
<bpmn:incoming>Flow_1gbppax</bpmn:incoming>
<bpmn:outgoing>Flow_1r91y8x</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sendTask id="Activity_1wj7ylt" name="Send Feedbacks">
<bpmn:incoming>Flow_1r91y8x</bpmn:incoming>
</bpmn:sendTask>
<bpmn:receiveTask id="Activity_14wsymh" name="Receive Package for Inspection">
<bpmn:outgoing>Flow_1gbppax</bpmn:outgoing>
</bpmn:receiveTask>
<bpmn:sequenceFlow id="Flow_1gbppax" sourceRef="Activity_14wsymh" targetRef="Activity_0uku8hd" />
<bpmn:sequenceFlow id="Flow_1r91y8x" sourceRef="Activity_0uku8hd" targetRef="Activity_1wj7ylt" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_069i7ol">
<bpmndi:BPMNShape id="Participant_0fk3t0c_di" bpmnElement="Participant_0fk3t0c" isHorizontal="true">
<dc:Bounds x="190" y="210" width="2360" height="120" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0botyd0_di" bpmnElement="Activity_11unkuo">
<dc:Bounds x="310" y="230" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_00kvryg_di" bpmnElement="Event_00kvryg">
<dc:Bounds x="242" y="252" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0f0vdwg_di" bpmnElement="Activity_1r11na7">
<dc:Bounds x="1350" y="230" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0xg8z77_di" bpmnElement="Activity_1pcu216">
<dc:Bounds x="1480" y="230" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1p35a4y_di" bpmnElement="Event_1p35a4y">
<dc:Bounds x="2492" y="252" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0qijk3t_di" bpmnElement="Activity_1cp4fcm">
<dc:Bounds x="2360" y="230" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0f9dul2_di" bpmnElement="Flow_0f9dul2">
<di:waypoint x="278" y="270" />
<di:waypoint x="310" y="270" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1n7cd8a_di" bpmnElement="Flow_1n7cd8a">
<di:waypoint x="1450" y="270" />
<di:waypoint x="1480" y="270" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_14awm5f_di" bpmnElement="Flow_14awm5f">
<di:waypoint x="2460" y="270" />
<di:waypoint x="2492" y="270" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="BPMNShape_1d6rp5r" bpmnElement="Participant_0n9pw0j" isHorizontal="true">
<dc:Bounds x="230" y="345" width="2250" height="389" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_1sfufnv_di" bpmnElement="Lane_1sfufnv" isHorizontal="true">
<dc:Bounds x="260" y="345" width="2220" height="130" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_18g11yh_di" bpmnElement="Lane_18g11yh" isHorizontal="true">
<dc:Bounds x="260" y="475" width="2220" height="120" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_0rbkiod_di" bpmnElement="Lane_0rbkiod" isHorizontal="true">
<dc:Bounds x="260" y="595" width="2220" height="139" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_11w300z_di" bpmnElement="Activity_00t2hj4">
<dc:Bounds x="310" y="365" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_07knbl9_di" bpmnElement="Gateway_07knbl9" isMarkerVisible="true">
<dc:Bounds x="975" y="380" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="976" y="356" width="47" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ut8lff_di" bpmnElement="Activity_0g9z3r7">
<dc:Bounds x="850" y="365" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1bhf1py_di" bpmnElement="Activity_1nnklra">
<dc:Bounds x="1350" y="365" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1lb8mm1_di" bpmnElement="Activity_0p6lsol">
<dc:Bounds x="1740" y="375" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_17t7yk4_di" bpmnElement="Activity_124ngmx">
<dc:Bounds x="1870" y="375" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_02ws0ft_di" bpmnElement="Gateway_02ws0ft" isMarkerVisible="true">
<dc:Bounds x="2005" y="390" width="50" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1999" y="361" width="63" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_12oyun0_di" bpmnElement="Activity_02fodc5">
<dc:Bounds x="2230" y="375" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1rsvjhp_di" bpmnElement="Activity_0m61xzs">
<dc:Bounds x="2360" y="375" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0qlyd9v_di" bpmnElement="Activity_07mouhc">
<dc:Bounds x="470" y="495" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0fp2rjq_di" bpmnElement="Activity_1v0voxw">
<dc:Bounds x="700" y="635" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_16vvx9v_di" bpmnElement="Activity_19277dj">
<dc:Bounds x="1070" y="635" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_00uhet6_di" bpmnElement="Activity_0w2qavd">
<dc:Bounds x="1200" y="635" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0vo7vu4_di" bpmnElement="Activity_15hlht3">
<dc:Bounds x="2060" y="634" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0aclqq4_di" bpmnElement="Gateway_19o5v84">
<dc:Bounds x="625" y="650" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_1mxa4sk_di" bpmnElement="Gateway_1ynk2xq">
<dc:Bounds x="2155" y="390" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1ppdkoz_di" bpmnElement="Flow_1ppdkoz">
<di:waypoint x="410" y="405" />
<di:waypoint x="435" y="405" />
<di:waypoint x="435" y="535" />
<di:waypoint x="470" y="535" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1s8juuu_di" bpmnElement="Flow_1s8juuu">
<di:waypoint x="950" y="405" />
<di:waypoint x="975" y="405" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0yxcfba_di" bpmnElement="Flow_0yxcfba">
<di:waypoint x="1025" y="405" />
<di:waypoint x="1040" y="405" />
<di:waypoint x="1040" y="675" />
<di:waypoint x="1070" y="675" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1031" y="388" width="18" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1fjsija_di" bpmnElement="Flow_1fjsija">
<di:waypoint x="1000" y="430" />
<di:waypoint x="1000" y="615" />
<di:waypoint x="650" y="615" />
<di:waypoint x="650" y="650" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1008" y="425" width="14" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_183ge1z_di" bpmnElement="Flow_183ge1z">
<di:waypoint x="800" y="675" />
<di:waypoint x="820" y="675" />
<di:waypoint x="820" y="405" />
<di:waypoint x="850" y="405" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gcti8s_di" bpmnElement="Flow_1gcti8s">
<di:waypoint x="1300" y="675" />
<di:waypoint x="1320" y="675" />
<di:waypoint x="1320" y="405" />
<di:waypoint x="1350" y="405" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_15xim7q_di" bpmnElement="Flow_15xim7q">
<di:waypoint x="1840" y="415" />
<di:waypoint x="1870" y="415" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1wmmy2u_di" bpmnElement="Flow_1wmmy2u">
<di:waypoint x="1970" y="415" />
<di:waypoint x="2005" y="415" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0dlsdl1_di" bpmnElement="Flow_0dlsdl1">
<di:waypoint x="2055" y="415" />
<di:waypoint x="2155" y="415" />
<bpmndi:BPMNLabel>
<dc:Bounds x="2061" y="397" width="14" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1qz4gnq_di" bpmnElement="Flow_1qz4gnq">
<di:waypoint x="2030" y="440" />
<di:waypoint x="2030" y="674" />
<di:waypoint x="2060" y="674" />
<bpmndi:BPMNLabel>
<dc:Bounds x="2036" y="452" width="18" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_05494qh_di" bpmnElement="Flow_05494qh">
<di:waypoint x="2160" y="674" />
<di:waypoint x="2180" y="674" />
<di:waypoint x="2180" y="440" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0rjkhsv_di" bpmnElement="Flow_0rjkhsv">
<di:waypoint x="2205" y="415" />
<di:waypoint x="2230" y="415" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0slpdz8_di" bpmnElement="Flow_0slpdz8">
<di:waypoint x="2330" y="415" />
<di:waypoint x="2360" y="415" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0ryobqq_di" bpmnElement="Flow_0ryobqq">
<di:waypoint x="570" y="535" />
<di:waypoint x="590" y="535" />
<di:waypoint x="590" y="675" />
<di:waypoint x="620" y="675" />
<bpmndi:BPMNLabel>
<dc:Bounds x="600" y="653" width="10" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ippe6h_di" bpmnElement="Flow_1ippe6h">
<di:waypoint x="675" y="675" />
<di:waypoint x="700" y="675" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0msr9hk_di" bpmnElement="Flow_0msr9hk">
<di:waypoint x="1170" y="675" />
<di:waypoint x="1200" y="675" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Participant_0dt7p7u_di" bpmnElement="Participant_0dt7p7u" isHorizontal="true">
<dc:Bounds x="1430" y="80" width="430" height="120" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_09z4j2y_di" bpmnElement="Activity_0uku8hd">
<dc:Bounds x="1610" y="100" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1sps5xs_di" bpmnElement="Activity_1wj7ylt">
<dc:Bounds x="1740" y="100" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1l5j5t1_di" bpmnElement="Activity_14wsymh">
<dc:Bounds x="1480" y="100" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1gbppax_di" bpmnElement="Flow_1gbppax">
<di:waypoint x="1580" y="140" />
<di:waypoint x="1610" y="140" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1r91y8x_di" bpmnElement="Flow_1r91y8x">
<di:waypoint x="1710" y="140" />
<di:waypoint x="1740" y="140" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_11c1k1g_di" bpmnElement="Flow_11c1k1g">
<di:waypoint x="360" y="310" />
<di:waypoint x="360" y="365" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1u2jy5o_di" bpmnElement="Flow_1u2jy5o">
<di:waypoint x="1400" y="365" />
<di:waypoint x="1400" y="310" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_165jbqj_di" bpmnElement="Flow_165jbqj">
<di:waypoint x="1530" y="230" />
<di:waypoint x="1530" y="180" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1pfn0ep_di" bpmnElement="Flow_1pfn0ep">
<di:waypoint x="2410" y="375" />
<di:waypoint x="2410" y="310" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0v7614i_di" bpmnElement="Flow_0v7614i">
<di:waypoint x="1790" y="180" />
<di:waypoint x="1790" y="375" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="utf-8"?>
<!-- created with bpmn-js / http://bpmn.io -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="2370" height="665.831298828125" viewBox="185 73.16873168945312 2370 665.831298828125" version="1.1"><defs><pattern id="djs-grid-pattern-549982" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="0.5" cy="0.5" r="0.5" style="fill: rgb(204, 204, 204);"/></pattern></defs><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Participant_0fk3t0c" style="display: block;" transform="matrix(1 0 0 1 190 210)"><g class="djs-visual"><rect x="0" y="0" width="2360" height="120" rx="0" ry="0" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; fill: white; fill-opacity: 0.95;"/><path style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px;" d="M30,0L30,120"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);" transform="matrix(-1.83697e-16 -1 1 -1.83697e-16 0 120)"><tspan x="33.5" y="18.6">Customer</tspan></text></g><rect x="-5" y="-5" rx="4" width="2370" height="130" class="djs-outline" style="fill: none;"/><rect class="djs-hit djs-hit-no-move" x="0" y="0" width="2360" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-click-stroke" x="0" y="0" width="2360" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-all" x="0" y="0" width="30" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/></g><g class="djs-children"><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_11unkuo" style="display: block;" transform="matrix(1 0 0 1 310 230)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="30.5" y="36.4">Submit </tspan><tspan x="11.5" y="50.8">Requirements</tspan></text><path d="m 5.984999999999999,4.997999999999999 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: white; stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Event_00kvryg" style="display: block;" transform="matrix(1 0 0 1 242 252)"><g class="djs-visual"><circle cx="18" cy="18" r="18" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="36" height="36" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><circle cx="18" cy="18" r="23" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_1r11na7" style="display: block;" transform="matrix(1 0 0 1 1350 230)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="27.5" y="29.200000000000003">Receive </tspan><tspan x="24.5" y="43.6">Achieved </tspan><tspan x="26" y="58">Package</tspan></text><path d="m 6.3,5.6000000000000005 l 0,12.6 l 18.900000000000002,0 l 0,-12.6 z l 9.450000000000001,5.4 l 9.450000000000001,-5.4" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_1pcu216" style="display: block;" transform="matrix(1 0 0 1 1480 230)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="10" y="36.4">Send Package </tspan><tspan x="13.5" y="50.8">for Inspection</tspan></text><path d="m 5.984999999999999,4.997999999999999 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: white; stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Event_1p35a4y" style="display: block;" transform="matrix(1 0 0 1 2492 252)"><g class="djs-visual"><circle cx="18" cy="18" r="18" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 4px; fill: white; fill-opacity: 0.95;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="36" height="36" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><circle cx="18" cy="18" r="24" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_1cp4fcm" style="display: block;" transform="matrix(1 0 0 1 2360 230)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="27.5" y="36.4">Receive </tspan><tspan x="29" y="50.8">Procuct</tspan></text><path d="m 6.3,5.6000000000000005 l 0,12.6 l 18.900000000000002,0 l 0,-12.6 z l 9.450000000000001,5.4 l 9.450000000000001,-5.4" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0f9dul2" style="display: block;"><g class="djs-visual"><defs><marker id="marker-1bcxtitedydnjqmc36nz5ebss" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-1bcxtitedydnjqmc36nz5ebss');" d="M278,270L310,270"/></g><path d="M278,270L310,270" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="273" y="265" rx="4" width="42" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1n7cd8a" style="display: block;"><g class="djs-visual"><defs><marker id="marker-0yzvcdivi0bfvl0t3o6woekf6" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-0yzvcdivi0bfvl0t3o6woekf6');" d="M1450,270L1480,270"/></g><path d="M1450,270L1480,270" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1445" y="265" rx="4" width="40" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_14awm5f" style="display: block;"><g class="djs-visual"><defs><marker id="marker-cpeayduex31pqq8aovi07crdw" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-cpeayduex31pqq8aovi07crdw');" d="M2460,270L2492,270"/></g><path d="M2460,270L2492,270" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2455" y="265" rx="4" width="42" height="10" class="djs-outline" style="fill: none;"/></g></g></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Participant_0n9pw0j" style="display: block;" transform="matrix(1 0 0 1 230 345)"><g class="djs-visual"><rect x="0" y="0" width="2250" height="389" rx="0" ry="0" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; fill: white; fill-opacity: 0.95;"/><path style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px;" d="M30,0L30,389"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);" transform="matrix(-1.83697e-16 -1 1 -1.83697e-16 0 389)"><tspan x="168" y="18.6">Customer</tspan></text></g><rect x="-5" y="-5" rx="4" width="2260" height="399" class="djs-outline" style="fill: none;"/><rect class="djs-hit djs-hit-no-move" x="0" y="0" width="2250" height="389" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-click-stroke" x="0" y="0" width="2250" height="389" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-all" x="0" y="0" width="30" height="389" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/></g><g class="djs-children"><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Lane_1sfufnv" style="display: block;" transform="matrix(1 0 0 1 260 345)"><g class="djs-visual"><rect x="0" y="0" width="2220" height="130" rx="0" ry="0" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; fill: white; fill-opacity: 0.25;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);" transform="matrix(-1.83697e-16 -1 1 -1.83697e-16 0 130)"><tspan x="18" y="11.4">Software Product </tspan><tspan x="7.5" y="25.799999999999997">Management (SPM)s</tspan></text></g><rect x="-5" y="-5" rx="4" width="2230" height="140" class="djs-outline" style="fill: none;"/><rect class="djs-hit djs-hit-no-move" x="0" y="0" width="2220" height="130" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-click-stroke" x="0" y="0" width="2220" height="130" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-all" x="0" y="0" width="30" height="130" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Lane_18g11yh" style="display: block;" transform="matrix(1 0 0 1 260 475)"><g class="djs-visual"><rect x="0" y="0" width="2220" height="120" rx="0" ry="0" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; fill: white; fill-opacity: 0.25;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);" transform="matrix(-1.83697e-16 -1 1 -1.83697e-16 0 120)"><tspan x="21.5" y="11.4">Research and </tspan><tspan x="5" y="25.799999999999997">Development (R&amp;D)</tspan></text></g><rect x="-5" y="-5" rx="4" width="2230" height="130" class="djs-outline" style="fill: none;"/><rect class="djs-hit djs-hit-no-move" x="0" y="0" width="2220" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-click-stroke" x="0" y="0" width="2220" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-all" x="0" y="0" width="30" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Lane_0rbkiod" style="display: block;" transform="matrix(1 0 0 1 260 595)"><g class="djs-visual"><rect x="0" y="0" width="2220" height="139" rx="0" ry="0" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; fill: white; fill-opacity: 0.25;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);" transform="matrix(-1.83697e-16 -1 1 -1.83697e-16 0 139)"><tspan x="32.5" y="18.6">Development</tspan></text></g><rect x="-5" y="-5" rx="4" width="2230" height="149" class="djs-outline" style="fill: none;"/><rect class="djs-hit djs-hit-no-move" x="0" y="0" width="2220" height="139" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-click-stroke" x="0" y="0" width="2220" height="139" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-all" x="0" y="0" width="30" height="139" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_00t2hj4" style="display: block;" transform="matrix(1 0 0 1 310 365)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="27.5" y="36.4">Receive </tspan><tspan x="11.5" y="50.8">Requirements</tspan></text><path d="m 6.3,5.6000000000000005 l 0,12.6 l 18.900000000000002,0 l 0,-12.6 z l 9.450000000000001,5.4 l 9.450000000000001,-5.4" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Gateway_07knbl9" style="display: block;" transform="matrix(1 0 0 1 975 380)"><g class="djs-visual"><polygon points="25,0 50,25 25,50 0,25" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><path d="m 16,15 7.42857142857143,9.714285714285715 -7.42857142857143,9.714285714285715 3.428571428571429,0 5.714285714285715,-7.464228571428572 5.714285714285715,7.464228571428572 3.428571428571429,0 -7.42857142857143,-9.714285714285715 7.42857142857143,-9.714285714285715 -3.428571428571429,0 -5.714285714285715,7.464228571428572 -5.714285714285715,-7.464228571428572 -3.428571428571429,0 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="50" height="50" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2" y="2" rx="4" width="46" height="46" class="djs-outline" style="transform-box: fill-box; transform: rotate(45deg); transform-origin: center center; fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_0g9z3r7" style="display: block;" transform="matrix(1 0 0 1 850 365)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="18" y="22">Analyse the </tspan><tspan x="26" y="36.4">Software </tspan><tspan x="30.5" y="50.8">Design </tspan><tspan x="19" y="65.19999999999999">Description</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_1nnklra" style="display: block;" transform="matrix(1 0 0 1 1350 365)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="9" y="36.4">Send Achieved</tspan><tspan x="26" y="50.8">Package</tspan></text><path d="m 5.984999999999999,4.997999999999999 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: white; stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_0p6lsol" style="display: block;" transform="matrix(1 0 0 1 1740 375)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="27.5" y="36.4">Receive </tspan><tspan x="20" y="50.8">Feedbacks</tspan></text><path d="m 6.3,5.6000000000000005 l 0,12.6 l 18.900000000000002,0 l 0,-12.6 z l 9.450000000000001,5.4 l 9.450000000000001,-5.4" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_124ngmx" style="display: block;" transform="matrix(1 0 0 1 1870 375)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="21" y="29.200000000000003">Evaluate if </tspan><tspan x="14" y="43.6">Modifications </tspan><tspan x="17.5" y="58">are Needed</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Gateway_02ws0ft" style="display: block;" transform="matrix(1 0 0 1 2005 390)"><g class="djs-visual"><polygon points="25,0 50,25 25,50 0,25" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><path d="m 16,15 7.42857142857143,9.714285714285715 -7.42857142857143,9.714285714285715 3.428571428571429,0 5.714285714285715,-7.464228571428572 5.714285714285715,7.464228571428572 3.428571428571429,0 -7.42857142857143,-9.714285714285715 7.42857142857143,-9.714285714285715 -3.428571428571429,0 -5.714285714285715,7.464228571428572 -5.714285714285715,-7.464228571428572 -3.428571428571429,0 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="50" height="50" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2" y="2" rx="4" width="46" height="46" class="djs-outline" style="transform-box: fill-box; transform: rotate(45deg); transform-origin: center center; fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_02fodc5" style="display: block;" transform="matrix(1 0 0 1 2230 375)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="28" y="36.4">Validate </tspan><tspan x="28.5" y="50.8">Product</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_0m61xzs" style="display: block;" transform="matrix(1 0 0 1 2360 375)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="7.5" y="43.599999999999994">Deliver Product</tspan></text><path d="m 5.984999999999999,4.997999999999999 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: white; stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_07mouhc" style="display: block;" transform="matrix(1 0 0 1 470 495)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="23.5" y="29.200000000000003">Nominate </tspan><tspan x="13" y="43.6">Development </tspan><tspan x="35" y="58">Team</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_1v0voxw" style="display: block;" transform="matrix(1 0 0 1 700 635)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="18" y="22">Prepare the </tspan><tspan x="27" y="36.4">software </tspan><tspan x="31.5" y="50.8">design </tspan><tspan x="20" y="65.19999999999999">description</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_19277dj" style="display: block;" transform="matrix(1 0 0 1 1070 635)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="20.5" y="43.599999999999994">Plan Tasks</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_0w2qavd" style="display: block;" transform="matrix(1 0 0 1 1200 635)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="10.5" y="43.599999999999994">Build Software</tspan></text><path d="m 17,15 c 0.234,-0.01 5.604,0.008 8.029,0.004 0.808,0 1.271,-0.172 1.417,-0.752 0.227,-0.898 -0.334,-1.314 -1.338,-1.316 -2.467,-0.01 -7.886,-0.004 -8.108,-0.004 -0.014,-0.079 0.016,-0.533 0,-0.61 0.195,-0.042 8.507,0.006 9.616,0.002 0.877,-0.007 1.35,-0.438 1.353,-1.208 0.003,-0.768 -0.479,-1.09 -1.35,-1.091 -2.968,-0.002 -9.619,-0.013 -9.619,-0.013 v -0.591 c 0,0 5.052,-0.016 7.225,-0.016 0.888,-0.002 1.354,-0.416 1.351,-1.193 -0.006,-0.761 -0.492,-1.196 -1.361,-1.196 -3.473,-0.005 -10.86,-0.003 -11.0829995,-0.003 -0.022,-0.047 -0.045,-0.094 -0.069,-0.139 0.3939995,-0.319 2.0409995,-1.626 2.4149995,-2.017 0.469,-0.4870005 0.519,-1.1650005 0.162,-1.6040005 -0.414,-0.511 -0.973,-0.5 -1.48,-0.236 -1.4609995,0.764 -6.5999995,3.6430005 -7.7329995,4.2710005 -0.9,0.499 -1.516,1.253 -1.882,2.19 -0.37000002,0.95 -0.17,2.01 -0.166,2.979 0.004,0.718 -0.27300002,1.345 -0.055,2.063 0.629,2.087 2.425,3.312 4.859,3.318 4.6179995,0.014 9.2379995,-0.139 13.8569995,-0.158 0.755,-0.004 1.171,-0.301 1.182,-1.033 0.012,-0.754 -0.423,-0.969 -1.183,-0.973 -1.778,-0.01 -5.824,-0.004 -6.04,-0.004 10e-4,-0.084 0.003,-0.586 10e-4,-0.67 z" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_15hlht3" style="display: block;" transform="matrix(1 0 0 1 2060 634)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="14.5" y="29.200000000000003">Iterate on the </tspan><tspan x="28" y="43.6">Needed </tspan><tspan x="14" y="58">Modifications</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Gateway_19o5v84" style="display: block;" transform="matrix(1 0 0 1 625 650)"><g class="djs-visual"><polygon points="25,0 50,25 25,50 0,25" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><circle cx="25" cy="25" r="13" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2.5px; fill: white;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="50" height="50" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2" y="2" rx="4" width="46" height="46" class="djs-outline" style="transform-box: fill-box; transform: rotate(45deg); transform-origin: center center; fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Gateway_1ynk2xq" style="display: block;" transform="matrix(1 0 0 1 2155 390)"><g class="djs-visual"><polygon points="25,0 50,25 25,50 0,25" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><circle cx="25" cy="25" r="13" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2.5px; fill: white;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="50" height="50" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2" y="2" rx="4" width="46" height="46" class="djs-outline" style="transform-box: fill-box; transform: rotate(45deg); transform-origin: center center; fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1ppdkoz" style="display: block;"><g class="djs-visual"><defs><marker id="marker-91m5ok1tqcbe0ylsehou37bgn" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-91m5ok1tqcbe0ylsehou37bgn');" d="M410,405L430,405C432.5,405,435,407.5,435,410L435,530C435,532.5,437.5,535,440,535L470,535"/></g><path d="M410,405L435,405L435,535L470,535" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="405" y="400" rx="4" width="70" height="140" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1s8juuu" style="display: block;"><g class="djs-visual"><defs><marker id="marker-e5ecmowpu85b508gylzg3r7zr" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-e5ecmowpu85b508gylzg3r7zr');" d="M950,405L975,405"/></g><path d="M950,405L975,405" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="945" y="400" rx="4" width="35" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0yxcfba" style="display: block;"><g class="djs-visual"><defs><marker id="marker-4tq58p0vszz4b2scxtgsrhyr0" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-4tq58p0vszz4b2scxtgsrhyr0');" d="M1025,405L1035,405C1037.5,405,1040,407.5,1040,410L1040,670C1040,672.5,1042.5,675,1045,675L1070,675"/></g><path d="M1025,405L1040,405L1040,675L1070,675" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1020" y="400" rx="4" width="55" height="280" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1fjsija" style="display: block;"><g class="djs-visual"><defs><marker id="marker-ax8dzryvrj89iggbo9g1jk671" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-ax8dzryvrj89iggbo9g1jk671');" d="M1000,430L1000,610C1000,612.5,997.5,615,995,615L655,615C652.5,615,650,617.5,650,620L650,650"/></g><path d="M1000,430L1000,615L650,615L650,650" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="645" y="425" rx="4" width="360" height="230" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_183ge1z" style="display: block;"><g class="djs-visual"><defs><marker id="marker-69r7agbrfzmc6snmor3s3rf4z" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-69r7agbrfzmc6snmor3s3rf4z');" d="M800,675L815,675C817.5,675,820,672.5,820,670L820,410C820,407.5,822.5,405,825,405L850,405"/></g><path d="M800,675L820,675L820,405L850,405" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="795" y="400" rx="4" width="60" height="280" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1gcti8s" style="display: block;"><g class="djs-visual"><defs><marker id="marker-1j3balyg0cyonp58ls7uwzkfd" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-1j3balyg0cyonp58ls7uwzkfd');" d="M1300,675L1315,675C1317.5,675,1320,672.5,1320,670L1320,410C1320,407.5,1322.5,405,1325,405L1350,405"/></g><path d="M1300,675L1320,675L1320,405L1350,405" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1295" y="400" rx="4" width="60" height="280" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_15xim7q" style="display: block;"><g class="djs-visual"><defs><marker id="marker-9qqnnpu181dndv72fee5pr2qb" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-9qqnnpu181dndv72fee5pr2qb');" d="M1840,415L1870,415"/></g><path d="M1840,415L1870,415" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1835" y="410" rx="4" width="40" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1wmmy2u" style="display: block;"><g class="djs-visual"><defs><marker id="marker-5y9zois9eswdkm0zgmdrtqcr6" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-5y9zois9eswdkm0zgmdrtqcr6');" d="M1970,415L2005,415"/></g><path d="M1970,415L2005,415" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1965" y="410" rx="4" width="45" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0dlsdl1" style="display: block;"><g class="djs-visual"><defs><marker id="marker-0mfgcvw09jnjlqyedqr0p2rwi" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-0mfgcvw09jnjlqyedqr0p2rwi');" d="M2055,415L2155,415"/></g><path d="M2055,415L2155,415" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2050" y="410" rx="4" width="110" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1qz4gnq" style="display: block;"><g class="djs-visual"><defs><marker id="marker-e8cx1ku5lfkpkujdiy2c1p8xr" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-e8cx1ku5lfkpkujdiy2c1p8xr');" d="M2030,440L2030,669C2030,671.5,2032.5,674,2035,674L2060,674"/></g><path d="M2030,440L2030,674L2060,674" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2025" y="435" rx="4" width="40" height="244" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_05494qh" style="display: block;"><g class="djs-visual"><defs><marker id="marker-3pjhuls4iqrpb4g9zbx0tyexj" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-3pjhuls4iqrpb4g9zbx0tyexj');" d="M2160,674L2175,674C2177.5,674,2180,671.5,2180,669L2180,440"/></g><path d="M2160,674L2180,674L2180,440" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2155" y="435" rx="4" width="30" height="244" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0rjkhsv" style="display: block;"><g class="djs-visual"><defs><marker id="marker-8sstyrdsj9pb9p2bew99l0fhf" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-8sstyrdsj9pb9p2bew99l0fhf');" d="M2205,415L2230,415"/></g><path d="M2205,415L2230,415" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2200" y="410" rx="4" width="35" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0slpdz8" style="display: block;"><g class="djs-visual"><defs><marker id="marker-c0cb6hb0vzga3ml8pgmzbqayv" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-c0cb6hb0vzga3ml8pgmzbqayv');" d="M2330,415L2360,415"/></g><path d="M2330,415L2360,415" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2325" y="410" rx="4" width="40" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0ryobqq" style="display: block;"><g class="djs-visual"><defs><marker id="marker-9utek22wc3exqpqim91ooiwb9" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-9utek22wc3exqpqim91ooiwb9');" d="M570,535L585,535C587.5,535,590,537.5,590,540L590,670C590,672.5,592.5,675,595,675L620,675"/></g><path d="M570,535L590,535L590,675L620,675" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="565" y="530" rx="4" width="60" height="150" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1ippe6h" style="display: block;"><g class="djs-visual"><defs><marker id="marker-8uuxvmubsr42hpm1b91jb71ji" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-8uuxvmubsr42hpm1b91jb71ji');" d="M675,675L700,675"/></g><path d="M675,675L700,675" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="670" y="670" rx="4" width="35" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0msr9hk" style="display: block;"><g class="djs-visual"><defs><marker id="marker-4pucjncky3cwfih6w1xcsm905" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-4pucjncky3cwfih6w1xcsm905');" d="M1170,675L1200,675"/></g><path d="M1170,675L1200,675" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1165" y="670" rx="4" width="40" height="10" class="djs-outline" style="fill: none;"/></g></g></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Participant_0dt7p7u" style="display: block;" transform="matrix(1 0 0 1 1430 80)"><g class="djs-visual"><rect x="0" y="0" width="430" height="120" rx="0" ry="0" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; fill: white; fill-opacity: 0.95;"/><path style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px;" d="M30,0L30,120"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);" transform="matrix(-1.83697e-16 -1 1 -1.83697e-16 0 120)"><tspan x="19.5" y="11.4">Quality Control </tspan><tspan x="33.5" y="25.799999999999997">Company</tspan></text></g><rect x="-5" y="-5" rx="4" width="440" height="130" class="djs-outline" style="fill: none;"/><rect class="djs-hit djs-hit-no-move" x="0" y="0" width="430" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-click-stroke" x="0" y="0" width="430" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect class="djs-hit djs-hit-all" x="0" y="0" width="30" height="120" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/></g><g class="djs-children"><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_0uku8hd" style="display: block;" transform="matrix(1 0 0 1 1610 100)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="30" y="36.4">Inspect </tspan><tspan x="26" y="50.8">Package</tspan></text><path d="m 15,12 c 0.909,-0.845 1.594,-2.049 1.594,-3.385 0,-2.554 -1.805,-4.62199999 -4.357,-4.62199999 -2.55199998,0 -4.28799998,2.06799999 -4.28799998,4.62199999 0,1.348 0.974,2.562 1.89599998,3.405 -0.52899998,0.187 -5.669,2.097 -5.794,4.7560005 v 6.718 h 17 v -6.718 c 0,-2.2980005 -5.5279996,-4.5950005 -6.0509996,-4.7760005 zm -8,6 l 0,5.5 m 11,0 l 0,-5" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m 2.162,1.009 c 0,2.4470005 -2.158,4.4310005 -4.821,4.4310005 -2.66499998,0 -4.822,-1.981 -4.822,-4.4310005 " style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/><path d="m 15,12 m -6.9,-3.80 c 0,0 2.25099998,-2.358 4.27399998,-1.177 2.024,1.181 4.221,1.537 4.124,0.965 -0.098,-0.57 -0.117,-3.79099999 -4.191,-4.13599999 -3.57499998,0.001 -4.20799998,3.36699999 -4.20699998,4.34799999 z" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 0.5px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_1wj7ylt" style="display: block;" transform="matrix(1 0 0 1 1740 100)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="35.5" y="36.4">Send </tspan><tspan x="20" y="50.8">Feedbacks</tspan></text><path d="m 5.984999999999999,4.997999999999999 l 0,14 l 21,0 l 0,-14 z l 10.5,6 l 10.5,-6" style="fill: rgb(34, 36, 42); stroke-linecap: round; stroke-linejoin: round; stroke: white; stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Activity_14wsymh" style="display: block;" transform="matrix(1 0 0 1 1480 100)"><g class="djs-visual"><rect x="0" y="0" width="100" height="80" rx="10" ry="10" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; fill: white; fill-opacity: 0.95;"/><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="27.5" y="29.200000000000003">Receive </tspan><tspan x="17.5" y="43.6">Package for </tspan><tspan x="22" y="58">Inspection</tspan></text><path d="m 6.3,5.6000000000000005 l 0,12.6 l 18.900000000000002,0 l 0,-12.6 z l 9.450000000000001,5.4 l 9.450000000000001,-5.4" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px;"/></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="100" height="80" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="14" width="110" height="90" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1gbppax" style="display: block;"><g class="djs-visual"><defs><marker id="marker-2vikokof1basr26igecvn0q7v" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-2vikokof1basr26igecvn0q7v');" d="M1580,140L1610,140"/></g><path d="M1580,140L1610,140" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1575" y="135" rx="4" width="40" height="10" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1r91y8x" style="display: block;"><g class="djs-visual"><defs><marker id="marker-76ckyye0dij7c89l960n6x9ci" viewBox="0 0 20 20" refX="11" refY="10" markerWidth="10" markerHeight="10" orient="auto"><path d="M 1 5 L 11 10 L 1 15 Z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: rgb(34, 36, 42);"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 2px; marker-end: url('#marker-76ckyye0dij7c89l960n6x9ci');" d="M1710,140L1740,140"/></g><path d="M1710,140L1740,140" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1705" y="135" rx="4" width="40" height="10" class="djs-outline" style="fill: none;"/></g></g></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Gateway_07knbl9_label" style="display: block;" transform="matrix(1 0 0 1 976 356)"><g class="djs-visual"><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="0" y="9.899999999999999">Approve?</tspan></text></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="47" height="14" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="4" width="57" height="24" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Gateway_02ws0ft_label" style="display: block;" transform="matrix(1 0 0 1 1999 361)"><g class="djs-visual"><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="0" y="9.899999999999999">Modifications </tspan><tspan x="8" y="23.099999999999998">Needed ?</tspan></text></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="63" height="27" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="4" width="73" height="37" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Flow_0yxcfba_label" style="display: block;" transform="matrix(1 0 0 1 1031 388)"><g class="djs-visual"><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="0" y="9.899999999999999">Yes</tspan></text></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="18" height="14" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="4" width="28" height="24" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Flow_1qz4gnq_label" style="display: block;" transform="matrix(1 0 0 1 2036 452)"><g class="djs-visual"><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="0" y="9.899999999999999">Yes</tspan></text></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="18" height="14" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="4" width="28" height="24" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_11c1k1g" style="display: block;"><g class="djs-visual"><defs><marker id="marker-9zy60jprd12vbytjp3l209wei" viewBox="0 0 20 20" refX="8.5" refY="5" markerWidth="20" markerHeight="20" orient="auto"><path d="m 1 5 l 0 -3 l 7 3 l -7 3 z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker><marker id="marker-bs9lnxunz5s37xuebeg4ho9t1" viewBox="0 0 20 20" refX="6" refY="6" markerWidth="20" markerHeight="20" orient="auto"><circle cx="6" cy="6" r="3.5" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; marker-end: url('#marker-9zy60jprd12vbytjp3l209wei'); marker-start: url('#marker-bs9lnxunz5s37xuebeg4ho9t1'); stroke-dasharray: 10, 11;" d="M360,310L360,365"/></g><path d="M360,310L360,365" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="355" y="305" rx="4" width="10" height="65" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1u2jy5o" style="display: block;"><g class="djs-visual"><defs><marker id="marker-02y4t8fi6wcqudtrn1f0huxzc" viewBox="0 0 20 20" refX="8.5" refY="5" markerWidth="20" markerHeight="20" orient="auto"><path d="m 1 5 l 0 -3 l 7 3 l -7 3 z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker><marker id="marker-exx9zwd5t9oiy0zcz6tdl4yn5" viewBox="0 0 20 20" refX="6" refY="6" markerWidth="20" markerHeight="20" orient="auto"><circle cx="6" cy="6" r="3.5" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; marker-end: url('#marker-02y4t8fi6wcqudtrn1f0huxzc'); marker-start: url('#marker-exx9zwd5t9oiy0zcz6tdl4yn5'); stroke-dasharray: 10, 11;" d="M1400,365L1400,310"/></g><path d="M1400,365L1400,310" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1395" y="305" rx="4" width="10" height="65" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_165jbqj" style="display: block;"><g class="djs-visual"><defs><marker id="marker-6alhror0t2gxgrfr1ilrq37av" viewBox="0 0 20 20" refX="8.5" refY="5" markerWidth="20" markerHeight="20" orient="auto"><path d="m 1 5 l 0 -3 l 7 3 l -7 3 z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker><marker id="marker-daq34ig0tsp3rowdfdyzhu71u" viewBox="0 0 20 20" refX="6" refY="6" markerWidth="20" markerHeight="20" orient="auto"><circle cx="6" cy="6" r="3.5" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; marker-end: url('#marker-6alhror0t2gxgrfr1ilrq37av'); marker-start: url('#marker-daq34ig0tsp3rowdfdyzhu71u'); stroke-dasharray: 10, 11;" d="M1530,230L1530,180"/></g><path d="M1530,230L1530,180" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1525" y="175" rx="4" width="10" height="60" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_1pfn0ep" style="display: block;"><g class="djs-visual"><defs><marker id="marker-drb8xvjmnhm0ekpj0jj3say1h" viewBox="0 0 20 20" refX="8.5" refY="5" markerWidth="20" markerHeight="20" orient="auto"><path d="m 1 5 l 0 -3 l 7 3 l -7 3 z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker><marker id="marker-c9w0nwcj10vy8appn9ztrm6t6" viewBox="0 0 20 20" refX="6" refY="6" markerWidth="20" markerHeight="20" orient="auto"><circle cx="6" cy="6" r="3.5" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; marker-end: url('#marker-drb8xvjmnhm0ekpj0jj3say1h'); marker-start: url('#marker-c9w0nwcj10vy8appn9ztrm6t6'); stroke-dasharray: 10, 11;" d="M2410,375L2410,310"/></g><path d="M2410,375L2410,310" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="2405" y="305" rx="4" width="10" height="75" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-connection" data-element-id="Flow_0v7614i" style="display: block;"><g class="djs-visual"><defs><marker id="marker-alwg1d5fhs5w8ghbtl9bd7hg7" viewBox="0 0 20 20" refX="8.5" refY="5" markerWidth="20" markerHeight="20" orient="auto"><path d="m 1 5 l 0 -3 l 7 3 l -7 3 z" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker><marker id="marker-dx96ba64sauc4kl1moyw88zx8" viewBox="0 0 20 20" refX="6" refY="6" markerWidth="20" markerHeight="20" orient="auto"><circle cx="6" cy="6" r="3.5" style="stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1px; fill: white; stroke-dasharray: 10000, 1;"/></marker></defs><path data-corner-radius="5" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke: rgb(34, 36, 42); stroke-width: 1.5px; marker-end: url('#marker-alwg1d5fhs5w8ghbtl9bd7hg7'); marker-start: url('#marker-dx96ba64sauc4kl1moyw88zx8'); stroke-dasharray: 10, 11;" d="M1790,180L1790,375"/></g><path d="M1790,180L1790,375" class="djs-hit djs-hit-stroke" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="1785" y="175" rx="4" width="10" height="205" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Flow_1fjsija_label" style="display: block;" transform="matrix(1 0 0 1 1008 425)"><g class="djs-visual"><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="0" y="9.899999999999999">No</tspan></text></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="14" height="14" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="4" width="24" height="24" class="djs-outline" style="fill: none;"/></g></g><g class="djs-group"><g class="djs-element djs-shape" data-element-id="Flow_0dlsdl1_label" style="display: block;" transform="matrix(1 0 0 1 2061 397)"><g class="djs-visual"><text lineHeight="1.2" class="djs-label" style="font-family: Arial, sans-serif; font-size: 11px; font-weight: normal; fill: rgb(34, 36, 42);"><tspan x="0" y="9.899999999999999">No</tspan></text></g><rect class="djs-hit djs-hit-all" x="0" y="0" width="14" height="14" style="fill: none; stroke-opacity: 0; stroke: white; stroke-width: 15px;"/><rect x="-5" y="-5" rx="4" width="24" height="24" class="djs-outline" style="fill: none;"/></g></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment