User: admin clicked save for misc/requisition-orders/raise-new-demand-request-v3/raise-new-demand-request-excl-fte-and-travel-to-be-v5.bpmn
This commit is contained in:
parent
261b340833
commit
3177315070
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||
<decision id="groups_to_permissions" name="Groups to Permissions">
|
||||
<decisionTable id="decisionTable_1" hitPolicy="FIRST">
|
||||
<decisionTable id="decisionTable_1" hitPolicy="COLLECT">
|
||||
<input id="input_1">
|
||||
<inputExpression id="inputExpression_1" typeRef="string">
|
||||
<text>groups</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="OutputClause_1ep9cdk" name="permissions" typeRef="string" biodi:width="288" />
|
||||
<output id="output_1" name="permissions" typeRef="string" biodi:width="279" />
|
||||
<rule id="DecisionRule_13uhk78">
|
||||
<inputEntry id="UnaryTests_1yb5tu4">
|
||||
<text>"admin" in ?</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1clza7v">
|
||||
<outputEntry id="LiteralExpression_1drtsn8">
|
||||
<text>"all:all"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<inputEntry id="UnaryTests_05yo5vc">
|
||||
<text>"education" in ?</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_12gqrr5">
|
||||
<outputEntry id="LiteralExpression_1op7mul">
|
||||
<text>"school_admission_process:all"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
|
@ -28,32 +28,40 @@
|
|||
<inputEntry id="UnaryTests_1g3woxl">
|
||||
<text>"transportation" in ?</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1s8pqze">
|
||||
<text>"bus_route_process:all"</text>
|
||||
<outputEntry id="LiteralExpression_0uovxy5">
|
||||
<text>"bus_entry_process:all"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1cq1j3b">
|
||||
<inputEntry id="UnaryTests_1n564ft">
|
||||
<text>"leadership" in ?</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1obkayk">
|
||||
<text>"all"</text>
|
||||
<outputEntry id="LiteralExpression_0bl35nc">
|
||||
<text>"all:run"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1rpt9bl">
|
||||
<inputEntry id="UnaryTests_1aa5gdv">
|
||||
<text>"leadership" in ?</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1jei2e7">
|
||||
<text>"all:view"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0ehfhlz">
|
||||
<inputEntry id="UnaryTests_12f0uu3">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1bjx5o9">
|
||||
<text>"read"</text>
|
||||
<outputEntry id="LiteralExpression_01s3loo">
|
||||
<text>"school_admission_process:execute"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1we04ys">
|
||||
<inputEntry id="UnaryTests_1xqpnmu">
|
||||
<rule id="DecisionRule_0bmlem2">
|
||||
<inputEntry id="UnaryTests_0ul2079">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0kslskz">
|
||||
<text>"execute"</text>
|
||||
<outputEntry id="LiteralExpression_17cli1h">
|
||||
<text>"bus_entry_process:execute"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
|
|
|
@ -41,6 +41,11 @@ If this were a real system, and you logged in as {{user}}, you would have the fo
|
|||
|
||||
{% for group in groups %}
|
||||
* {{ group }}
|
||||
{% endfor %}
|
||||
|
||||
## Permissions
|
||||
{% for permission in permissions %}
|
||||
* {{ permission }}
|
||||
{% endfor %}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0hg2xwi</bpmn:incoming>
|
||||
|
@ -64,12 +69,12 @@ If this were a real system, and you logged in as {{user}}, you would have the fo
|
|||
<bpmndi:BPMNShape id="Activity_1afo4x3_di" bpmnElement="Activity_0fqwhd1">
|
||||
<dc:Bounds x="420" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_16w91n5_di" bpmnElement="Activity_0pdrn26">
|
||||
<dc:Bounds x="750" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0e33fg2_di" bpmnElement="Activity_0iom85m">
|
||||
<dc:Bounds x="590" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_16w91n5_di" bpmnElement="Activity_0pdrn26">
|
||||
<dc:Bounds x="750" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_04t49zv_di" bpmnElement="Flow_04t49zv">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
<text>"leadership"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_15cqzqf">
|
||||
<inputEntry id="UnaryTests_0z5f8uq">
|
||||
<rule id="DecisionRule_1p24sca">
|
||||
<inputEntry id="UnaryTests_1chcp6w">
|
||||
<text>"Martin"</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0kvukdn">
|
||||
<outputEntry id="LiteralExpression_0ve18jt">
|
||||
<text>"admin"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
|
|
|
@ -457,15 +457,15 @@
|
|||
<bpmn:textAnnotation id="TextAnnotation_12tjd1d">
|
||||
<bpmn:text>TypeForm</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:textAnnotation id="TextAnnotation_0pl2twy">
|
||||
<bpmn:text>Mention in the notification "Legal review if required"</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_012q0h5" sourceRef="Activity_0uhfy9l" targetRef="TextAnnotation_12tjd1d" />
|
||||
<bpmn:association id="Association_0lzyhpx" sourceRef="Activity_05nr3wb" targetRef="TextAnnotation_0pl2twy" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_0qq1kr8">
|
||||
<bpmn:text>T&C review</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1778mrp" sourceRef="Activity_08xl52p" targetRef="TextAnnotation_0qq1kr8" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_0pl2twy">
|
||||
<bpmn:text>Mention in the notification "Legal review if required"</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0uclvn6" sourceRef="Activity_05nr3wb" targetRef="TextAnnotation_0pl2twy" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_11kan0p">
|
||||
|
@ -473,60 +473,36 @@
|
|||
<dc:Bounds x="582" y="310" width="4168" height="3170" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1mrq305_di" bpmnElement="Lane_1mrq305" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="310" width="4138" height="580" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1tozxks_di" bpmnElement="Lane_1tozxks" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="890" width="4138" height="540" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1ki9wd7_di" bpmnElement="Lane_1ki9wd7" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="1430" width="4138" height="440" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0txefzi_di" bpmnElement="Lane_0txefzi" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="1870" width="4138" height="530" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1huwda6_di" bpmnElement="Lane_1huwda6" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="3040" width="4138" height="440" />
|
||||
<bpmndi:BPMNShape id="Lane_0ei5rer_di" bpmnElement="Lane_0ei5rer" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="2400" width="4138" height="330" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1yz1v0i_di" bpmnElement="Lane_1yz1v0i" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="2730" width="4138" height="310" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0ei5rer_di" bpmnElement="Lane_0ei5rer" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="2400" width="4138" height="330" />
|
||||
<bpmndi:BPMNShape id="Lane_1huwda6_di" bpmnElement="Lane_1huwda6" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="3040" width="4138" height="440" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0zy71k9_di" bpmnElement="TextAnnotation_0zy71k9">
|
||||
<dc:Bounds x="740" y="524" width="130" height="60" />
|
||||
<bpmndi:BPMNShape id="Lane_0txefzi_di" bpmnElement="Lane_0txefzi" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="1870" width="4138" height="530" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0bqrxlm_di" bpmnElement="TextAnnotation_0bqrxlm">
|
||||
<dc:Bounds x="1250" y="570" width="99.9959660068847" height="40.44750430292599" />
|
||||
<bpmndi:BPMNShape id="Lane_1ki9wd7_di" bpmnElement="Lane_1ki9wd7" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="1430" width="4138" height="440" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1ofkj5f_di" bpmnElement="TextAnnotation_1ofkj5f">
|
||||
<dc:Bounds x="1570" y="560" width="80" height="40" />
|
||||
<bpmndi:BPMNShape id="Lane_1tozxks_di" bpmnElement="Lane_1tozxks" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="890" width="4138" height="540" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0yud756_di" bpmnElement="TextAnnotation_0yud756">
|
||||
<dc:Bounds x="1290" y="760" width="99.99596600688469" height="29.999462134251292" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_12tjd1d_di" bpmnElement="TextAnnotation_12tjd1d">
|
||||
<dc:Bounds x="2205" y="1090" width="70" height="30" />
|
||||
<bpmndi:BPMNShape id="Lane_1mrq305_di" bpmnElement="Lane_1mrq305" isHorizontal="true">
|
||||
<dc:Bounds x="612" y="310" width="4138" height="580" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0pl2twy_di" bpmnElement="TextAnnotation_0pl2twy">
|
||||
<dc:Bounds x="3070" y="1472" width="120" height="55" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0qq1kr8_di" bpmnElement="TextAnnotation_0qq1kr8">
|
||||
<dc:Bounds x="3970" y="3360" width="100" height="30" />
|
||||
<dc:Bounds x="3120" y="1540" width="120" height="55" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0migtub_di" bpmnElement="Activity_000swbl">
|
||||
|
@ -574,6 +550,10 @@
|
|||
<dc:Bounds x="1730" y="702" width="41" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1nyt2o4_di" bpmnElement="Activity_1d0b6bl">
|
||||
<dc:Bounds x="1250" y="630" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1trh55u_di" bpmnElement="Activity_0tt12kf">
|
||||
<dc:Bounds x="1840" y="630" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -770,38 +750,33 @@
|
|||
<dc:Bounds x="4515" y="3315" width="90" height="53" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_13u0dtl_di" bpmnElement="Association_13u0dtl">
|
||||
<di:waypoint x="818" y="630" />
|
||||
<di:waypoint x="804" y="584" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1mgme24_di" bpmnElement="Association_1mgme24">
|
||||
<di:waypoint x="1614" y="630" />
|
||||
<di:waypoint x="1617" y="600" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="Activity_1nyt2o4_di" bpmnElement="Activity_1d0b6bl">
|
||||
<dc:Bounds x="1250" y="630" width="100" height="80" />
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0zy71k9_di" bpmnElement="TextAnnotation_0zy71k9">
|
||||
<dc:Bounds x="740" y="524" width="130" height="60" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_1ori2qv_di" bpmnElement="Association_1ori2qv">
|
||||
<di:waypoint x="1300" y="630" />
|
||||
<di:waypoint x="1300" y="610" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1m4d0vj_di" bpmnElement="Association_1m4d0vj">
|
||||
<di:waypoint x="1315" y="710" />
|
||||
<di:waypoint x="1334" y="760" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_012q0h5_di" bpmnElement="Association_012q0h5">
|
||||
<di:waypoint x="2240" y="1150" />
|
||||
<di:waypoint x="2240" y="1120" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_0lzyhpx_di" bpmnElement="Association_0lzyhpx">
|
||||
<di:waypoint x="3070" y="1587" />
|
||||
<di:waypoint x="3180" y="1550" />
|
||||
<di:waypoint x="3162" y="1527" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1778mrp_di" bpmnElement="Association_1778mrp">
|
||||
<di:waypoint x="4036" y="3330" />
|
||||
<di:waypoint x="4025" y="3360" />
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0bqrxlm_di" bpmnElement="TextAnnotation_0bqrxlm">
|
||||
<dc:Bounds x="1250" y="570" width="99.9959660068847" height="40.44750430292599" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1ofkj5f_di" bpmnElement="TextAnnotation_1ofkj5f">
|
||||
<dc:Bounds x="1570" y="560" width="80" height="40" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0yud756_di" bpmnElement="TextAnnotation_0yud756">
|
||||
<dc:Bounds x="1290" y="760" width="99.99596600688469" height="29.999462134251292" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_12tjd1d_di" bpmnElement="TextAnnotation_12tjd1d">
|
||||
<dc:Bounds x="2205" y="1090" width="70" height="30" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0qq1kr8_di" bpmnElement="TextAnnotation_0qq1kr8">
|
||||
<dc:Bounds x="3970" y="3360" width="100" height="30" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_0uclvn6_di" bpmnElement="Association_0uclvn6">
|
||||
<di:waypoint x="3070" y="1578" />
|
||||
<di:waypoint x="3120" y="1565" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_03bcido_di" bpmnElement="Flow_03bcido">
|
||||
<di:waypoint x="4100" y="3290" />
|
||||
|
@ -893,13 +868,6 @@
|
|||
<dc:Bounds x="3026" y="2163" width="48" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09acpla_di" bpmnElement="Flow_09acpla">
|
||||
<di:waypoint x="3045" y="1720" />
|
||||
<di:waypoint x="3180" y="1720" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3045" y="1702" width="44" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_01n63u0_di" bpmnElement="Flow_01n63u0">
|
||||
<di:waypoint x="3020" y="1745" />
|
||||
<di:waypoint x="3020" y="1820" />
|
||||
|
@ -908,17 +876,6 @@
|
|||
<dc:Bounds x="2925" y="1786" width="81" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1kcfinc_di" bpmnElement="Flow_1kcfinc">
|
||||
<di:waypoint x="2940" y="1720" />
|
||||
<di:waypoint x="2995" y="1720" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0a5yhak_di" bpmnElement="Flow_0a5yhak">
|
||||
<di:waypoint x="3020" y="1695" />
|
||||
<di:waypoint x="3020" y="1630" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3026" y="1653" width="48" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1m2ww6f_di" bpmnElement="Flow_1m2ww6f">
|
||||
<di:waypoint x="2720" y="1215" />
|
||||
<di:waypoint x="2720" y="1300" />
|
||||
|
@ -1065,6 +1022,24 @@
|
|||
<di:waypoint x="2890" y="1230" />
|
||||
<di:waypoint x="2890" y="1680" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0a5yhak_di" bpmnElement="Flow_0a5yhak">
|
||||
<di:waypoint x="3020" y="1695" />
|
||||
<di:waypoint x="3020" y="1630" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3026" y="1653" width="48" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1kcfinc_di" bpmnElement="Flow_1kcfinc">
|
||||
<di:waypoint x="2940" y="1720" />
|
||||
<di:waypoint x="2995" y="1720" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09acpla_di" bpmnElement="Flow_09acpla">
|
||||
<di:waypoint x="3045" y="1720" />
|
||||
<di:waypoint x="3180" y="1720" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3045" y="1702" width="44" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1naganq_di" bpmnElement="Flow_1naganq">
|
||||
<di:waypoint x="3020" y="1550" />
|
||||
<di:waypoint x="3020" y="1488" />
|
||||
|
@ -1156,21 +1131,45 @@
|
|||
<di:waypoint x="4480" y="3290" />
|
||||
<di:waypoint x="4542" y="3290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_1o5clx3_di" bpmnElement="DataInputAssociation_1o5clx3">
|
||||
<di:waypoint x="4050" y="3185" />
|
||||
<di:waypoint x="4050" y="3250" />
|
||||
<bpmndi:BPMNEdge id="Association_13u0dtl_di" bpmnElement="Association_13u0dtl">
|
||||
<di:waypoint x="818" y="630" />
|
||||
<di:waypoint x="804" y="584" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_00o94u6_di" bpmnElement="DataInputAssociation_00o94u6">
|
||||
<di:waypoint x="2890" y="1975" />
|
||||
<di:waypoint x="2890" y="2010" />
|
||||
<bpmndi:BPMNEdge id="Association_1mgme24_di" bpmnElement="Association_1mgme24">
|
||||
<di:waypoint x="1614" y="630" />
|
||||
<di:waypoint x="1617" y="600" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1ori2qv_di" bpmnElement="Association_1ori2qv">
|
||||
<di:waypoint x="1300" y="630" />
|
||||
<di:waypoint x="1300" y="610" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1m4d0vj_di" bpmnElement="Association_1m4d0vj">
|
||||
<di:waypoint x="1315" y="710" />
|
||||
<di:waypoint x="1334" y="760" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_012q0h5_di" bpmnElement="Association_012q0h5">
|
||||
<di:waypoint x="2240" y="1150" />
|
||||
<di:waypoint x="2240" y="1120" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1778mrp_di" bpmnElement="Association_1778mrp">
|
||||
<di:waypoint x="4036" y="3330" />
|
||||
<di:waypoint x="4025" y="3360" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_1phyahz_di" bpmnElement="DataInputAssociation_1phyahz">
|
||||
<di:waypoint x="1115" y="600" />
|
||||
<di:waypoint x="1122" y="630" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_190nkzq_di" bpmnElement="DataInputAssociation_190nkzq">
|
||||
<di:waypoint x="1968" y="1190" />
|
||||
<di:waypoint x="2010" y="1190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_1phyahz_di" bpmnElement="DataInputAssociation_1phyahz">
|
||||
<di:waypoint x="1115" y="600" />
|
||||
<di:waypoint x="1122" y="630" />
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_00o94u6_di" bpmnElement="DataInputAssociation_00o94u6">
|
||||
<di:waypoint x="2890" y="1975" />
|
||||
<di:waypoint x="2890" y="2010" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_1o5clx3_di" bpmnElement="DataInputAssociation_1o5clx3">
|
||||
<di:waypoint x="4050" y="3185" />
|
||||
<di:waypoint x="4050" y="3250" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue