mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:38:16 +00:00
355 lines
17 KiB
XML
355 lines
17 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:collaboration id="Collaboration_1gv878q">
|
|
<bpmn:participant id="Participant_0m2fswd" processRef="Process_8ydk0bh" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_8ydk0bh" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_19zwbwi">
|
|
<bpmn:lane id="Lane_1hrnzcs" name="approvers_one">
|
|
<bpmn:flowNodeRef>Activity_1kdx24p</bpmn:flowNodeRef>
|
|
<bpmn:childLaneSet id="LaneSet_1v042se" />
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_1xwssek">
|
|
<bpmn:flowNodeRef>Activity_0u39yj2</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_19x8z4q</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_0wl95bx</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Gateway_1vfdi2v</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_1dt5ijd</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_1mrcpko</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_0c72gmg</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_1qa1bye</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_0l6m1pr</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_1l8m0lz" name="approvers_two">
|
|
<bpmn:flowNodeRef>Gateway_1jml3b2</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Gateway_0nhehc8</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_1uwpon2</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:scriptTask id="Activity_0u39yj2" name="set lane owners">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:unitTests>
|
|
<spiffworkflow:unitTest id="sanity_check">
|
|
<spiffworkflow:inputJson>{
|
|
"approvers": [
|
|
"dan@sartography.com"
|
|
]
|
|
}</spiffworkflow:inputJson>
|
|
<spiffworkflow:expectedOutputJson>{
|
|
"approvers": [
|
|
"dan@sartography.com"
|
|
],
|
|
"lane_owners": {
|
|
"approvers_one": [
|
|
"dan@sartography.com"
|
|
]
|
|
}
|
|
}</spiffworkflow:expectedOutputJson>
|
|
</spiffworkflow:unitTest>
|
|
<spiffworkflow:unitTest id="sanity_check_two">
|
|
<spiffworkflow:inputJson>{
|
|
"approvers": [
|
|
"dan@sartography.com",
|
|
"dingli@gmail.com"
|
|
]
|
|
}</spiffworkflow:inputJson>
|
|
<spiffworkflow:expectedOutputJson>{
|
|
"approvers": [
|
|
"dan@sartography.com",
|
|
"dingli@gmail.com"
|
|
],
|
|
"lane_owners": {
|
|
"approvers_one": [
|
|
"dan@sartography.com"
|
|
],
|
|
"approvers_two": [
|
|
"dingli@gmail.com"
|
|
]
|
|
}
|
|
}</spiffworkflow:expectedOutputJson>
|
|
</spiffworkflow:unitTest>
|
|
</spiffworkflow:unitTests>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0gi8bwf</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0qdzj5v</bpmn:outgoing>
|
|
<bpmn:script>lane_owners = {"approvers_one": [approvers[0]]}
|
|
|
|
if len(approvers) > 1:
|
|
lane_owners["approvers_two"] = [approvers[1]]
|
|
|
|
approval_two = 'approve'</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_130ey79</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:userTask id="Activity_19x8z4q" name="Make Request">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="request-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="request-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_130ey79</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1gfzcde</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:businessRuleTask id="Activity_0wl95bx" name="Determine Approvers">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:calledDecisionId>approver_decision</spiffworkflow:calledDecisionId>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1gfzcde</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0gi8bwf</bpmn:outgoing>
|
|
</bpmn:businessRuleTask>
|
|
<bpmn:sequenceFlow id="Flow_0gi8bwf" sourceRef="Activity_0wl95bx" targetRef="Activity_0u39yj2" />
|
|
<bpmn:sequenceFlow id="Flow_0qdzj5v" sourceRef="Activity_0u39yj2" targetRef="Gateway_0jycv6k" />
|
|
<bpmn:sequenceFlow id="Flow_12aqem8" sourceRef="Activity_1kdx24p" targetRef="Gateway_0fp8qlg" />
|
|
<bpmn:sequenceFlow id="Flow_130ey79" sourceRef="StartEvent_1" targetRef="Activity_19x8z4q" />
|
|
<bpmn:sequenceFlow id="Flow_1gfzcde" sourceRef="Activity_19x8z4q" targetRef="Activity_0wl95bx" />
|
|
<bpmn:sequenceFlow id="Flow_0pjve0h" sourceRef="Gateway_0jycv6k" targetRef="Activity_1kdx24p" />
|
|
<bpmn:sequenceFlow id="Flow_0ejuqyx" sourceRef="Gateway_0jycv6k" targetRef="Gateway_1jml3b2" />
|
|
<bpmn:parallelGateway id="Gateway_0jycv6k">
|
|
<bpmn:incoming>Flow_0qdzj5v</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0pjve0h</bpmn:outgoing>
|
|
<bpmn:outgoing>Flow_0ejuqyx</bpmn:outgoing>
|
|
</bpmn:parallelGateway>
|
|
<bpmn:sequenceFlow id="Flow_1brfsjf" sourceRef="Activity_1uwpon2" targetRef="Gateway_0nhehc8" />
|
|
<bpmn:parallelGateway id="Gateway_0fp8qlg">
|
|
<bpmn:incoming>Flow_12aqem8</bpmn:incoming>
|
|
<bpmn:incoming>Flow_1k5uue7</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1l5hvh4</bpmn:outgoing>
|
|
</bpmn:parallelGateway>
|
|
<bpmn:sequenceFlow id="Flow_1cfkj9x" sourceRef="Gateway_1vfdi2v" targetRef="Event_1dt5ijd" />
|
|
<bpmn:sequenceFlow id="Flow_0e6s3lk" sourceRef="Gateway_1vfdi2v" targetRef="Event_1mrcpko">
|
|
<bpmn:conditionExpression>not approved</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
<bpmn:sequenceFlow id="Flow_1l5hvh4" sourceRef="Gateway_0fp8qlg" targetRef="Activity_0c72gmg" />
|
|
<bpmn:exclusiveGateway id="Gateway_1vfdi2v" name="approved?" default="Flow_1cfkj9x">
|
|
<bpmn:incoming>Flow_1etxa8x</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1cfkj9x</bpmn:outgoing>
|
|
<bpmn:outgoing>Flow_0e6s3lk</bpmn:outgoing>
|
|
</bpmn:exclusiveGateway>
|
|
<bpmn:intermediateThrowEvent id="Event_1dt5ijd" name="Accepted">
|
|
<bpmn:incoming>Flow_1cfkj9x</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0byddbn</bpmn:outgoing>
|
|
</bpmn:intermediateThrowEvent>
|
|
<bpmn:intermediateThrowEvent id="Event_1mrcpko" name="Rejected">
|
|
<bpmn:incoming>Flow_0e6s3lk</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_11bsiet</bpmn:outgoing>
|
|
</bpmn:intermediateThrowEvent>
|
|
<bpmn:sequenceFlow id="Flow_1etxa8x" sourceRef="Activity_0c72gmg" targetRef="Gateway_1vfdi2v" />
|
|
<bpmn:scriptTask id="Activity_0c72gmg" name="All Approved?">
|
|
<bpmn:incoming>Flow_1l5hvh4</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1etxa8x</bpmn:outgoing>
|
|
<bpmn:script>approved = approval_one == 'approve' and approval_two == 'approve'</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:userTask id="Activity_1kdx24p" name="Approve Request">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser># Approve it
|
|
By clicking the button below you approve this request.
|
|
|
|
**Requested By:** {{requestor_name}}
|
|
|
|
**For Domain:**{{domain}}
|
|
</spiffworkflow:instructionsForEndUser>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="approve-request-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="approve-request-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0pjve0h</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_12aqem8</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:exclusiveGateway id="Gateway_1jml3b2" name="has second approver?" default="Flow_03muudp">
|
|
<bpmn:incoming>Flow_0ejuqyx</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_03muudp</bpmn:outgoing>
|
|
<bpmn:outgoing>Flow_1j9t6zx</bpmn:outgoing>
|
|
</bpmn:exclusiveGateway>
|
|
<bpmn:sequenceFlow id="Flow_03muudp" sourceRef="Gateway_1jml3b2" targetRef="Activity_1uwpon2" />
|
|
<bpmn:exclusiveGateway id="Gateway_0nhehc8">
|
|
<bpmn:incoming>Flow_1brfsjf</bpmn:incoming>
|
|
<bpmn:incoming>Flow_1j9t6zx</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1k5uue7</bpmn:outgoing>
|
|
</bpmn:exclusiveGateway>
|
|
<bpmn:sequenceFlow id="Flow_1k5uue7" sourceRef="Gateway_0nhehc8" targetRef="Gateway_0fp8qlg" />
|
|
<bpmn:userTask id="Activity_1uwpon2" name="Approve Request">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="approval-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="approval-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_03muudp</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1brfsjf</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_1j9t6zx" sourceRef="Gateway_1jml3b2" targetRef="Gateway_0nhehc8">
|
|
<bpmn:conditionExpression>len(approvers) == 1</bpmn:conditionExpression>
|
|
</bpmn:sequenceFlow>
|
|
<bpmn:endEvent id="Event_1qa1bye">
|
|
<bpmn:incoming>Flow_0byddbn</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0byddbn" sourceRef="Event_1dt5ijd" targetRef="Event_1qa1bye" />
|
|
<bpmn:endEvent id="Event_0l6m1pr">
|
|
<bpmn:incoming>Flow_11bsiet</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_11bsiet" sourceRef="Event_1mrcpko" targetRef="Event_0l6m1pr" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1gv878q">
|
|
<bpmndi:BPMNShape id="Participant_0m2fswd_di" bpmnElement="Participant_0m2fswd" isHorizontal="true">
|
|
<dc:Bounds x="-420" y="-80" width="1270" height="570" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1l8m0lz_di" bpmnElement="Lane_1l8m0lz" isHorizontal="true">
|
|
<dc:Bounds x="-390" y="310" width="1240" height="180" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1xwssek_di" bpmnElement="Lane_1xwssek" isHorizontal="true">
|
|
<dc:Bounds x="-390" y="-80" width="1240" height="190" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1hrnzcs_di" bpmnElement="Lane_1hrnzcs" isHorizontal="true">
|
|
<dc:Bounds x="-390" y="110" width="1240" height="200" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0dbxi08_di" bpmnElement="Activity_0u39yj2">
|
|
<dc:Bounds x="-70" y="-10" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-378" y="12" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_03z51oi_di" bpmnElement="Activity_19x8z4q">
|
|
<dc:Bounds x="-310" y="-10" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0jisbjx_di" bpmnElement="Activity_0wl95bx">
|
|
<dc:Bounds x="-190" y="-10" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_0ceyppn_di" bpmnElement="Gateway_0jycv6k">
|
|
<dc:Bounds x="-45" y="85" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_1bvnxk9_di" bpmnElement="Gateway_0fp8qlg">
|
|
<dc:Bounds x="285" y="85" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_1vfdi2v_di" bpmnElement="Gateway_1vfdi2v" isMarkerVisible="true">
|
|
<dc:Bounds x="495" y="-25" width="50" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="494" y="-49" width="52" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1dt5ijd_di" bpmnElement="Event_1dt5ijd">
|
|
<dc:Bounds x="592" y="-18" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="587" y="25" width="46" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1mrcpko_di" bpmnElement="Event_1mrcpko">
|
|
<dc:Bounds x="592" y="42" width="36" height="36" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="588" y="85" width="44" height="14" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0d4cfh5_di" bpmnElement="Activity_0c72gmg">
|
|
<dc:Bounds x="360" y="-40" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0o2c103_di" bpmnElement="Activity_1kdx24p">
|
|
<dc:Bounds x="110" y="170" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_1jml3b2_di" bpmnElement="Gateway_1jml3b2" isMarkerVisible="true">
|
|
<dc:Bounds x="15" y="355" width="50" height="50" />
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds x="12" y="325" width="57" height="27" />
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Gateway_0nhehc8_di" bpmnElement="Gateway_0nhehc8" isMarkerVisible="true">
|
|
<dc:Bounds x="235" y="355" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0p6bw0p_di" bpmnElement="Activity_1uwpon2">
|
|
<dc:Bounds x="100" y="340" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1qa1bye_di" bpmnElement="Event_1qa1bye">
|
|
<dc:Bounds x="682" y="-18" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0l6m1pr_di" bpmnElement="Event_0l6m1pr">
|
|
<dc:Bounds x="682" y="42" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0gi8bwf_di" bpmnElement="Flow_0gi8bwf">
|
|
<di:waypoint x="-90" y="30" />
|
|
<di:waypoint x="-70" y="30" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0qdzj5v_di" bpmnElement="Flow_0qdzj5v">
|
|
<di:waypoint x="-20" y="70" />
|
|
<di:waypoint x="-20" y="85" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_12aqem8_di" bpmnElement="Flow_12aqem8">
|
|
<di:waypoint x="210" y="210" />
|
|
<di:waypoint x="310" y="210" />
|
|
<di:waypoint x="310" y="135" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_130ey79_di" bpmnElement="Flow_130ey79">
|
|
<di:waypoint x="-342" y="30" />
|
|
<di:waypoint x="-310" y="30" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1gfzcde_di" bpmnElement="Flow_1gfzcde">
|
|
<di:waypoint x="-210" y="30" />
|
|
<di:waypoint x="-190" y="30" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0pjve0h_di" bpmnElement="Flow_0pjve0h">
|
|
<di:waypoint x="-20" y="135" />
|
|
<di:waypoint x="-20" y="210" />
|
|
<di:waypoint x="110" y="210" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0ejuqyx_di" bpmnElement="Flow_0ejuqyx">
|
|
<di:waypoint x="-20" y="135" />
|
|
<di:waypoint x="-20" y="380" />
|
|
<di:waypoint x="15" y="380" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1brfsjf_di" bpmnElement="Flow_1brfsjf">
|
|
<di:waypoint x="200" y="380" />
|
|
<di:waypoint x="235" y="380" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1cfkj9x_di" bpmnElement="Flow_1cfkj9x">
|
|
<di:waypoint x="545" y="0" />
|
|
<di:waypoint x="592" y="0" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0e6s3lk_di" bpmnElement="Flow_0e6s3lk">
|
|
<di:waypoint x="520" y="25" />
|
|
<di:waypoint x="520" y="60" />
|
|
<di:waypoint x="592" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1l5hvh4_di" bpmnElement="Flow_1l5hvh4">
|
|
<di:waypoint x="310" y="85" />
|
|
<di:waypoint x="310" y="0" />
|
|
<di:waypoint x="360" y="0" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1etxa8x_di" bpmnElement="Flow_1etxa8x">
|
|
<di:waypoint x="460" y="0" />
|
|
<di:waypoint x="495" y="0" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_03muudp_di" bpmnElement="Flow_03muudp">
|
|
<di:waypoint x="65" y="380" />
|
|
<di:waypoint x="100" y="380" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1k5uue7_di" bpmnElement="Flow_1k5uue7">
|
|
<di:waypoint x="285" y="380" />
|
|
<di:waypoint x="310" y="380" />
|
|
<di:waypoint x="310" y="135" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1j9t6zx_di" bpmnElement="Flow_1j9t6zx">
|
|
<di:waypoint x="40" y="405" />
|
|
<di:waypoint x="40" y="460" />
|
|
<di:waypoint x="260" y="460" />
|
|
<di:waypoint x="260" y="405" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0byddbn_di" bpmnElement="Flow_0byddbn">
|
|
<di:waypoint x="628" y="0" />
|
|
<di:waypoint x="682" y="0" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_11bsiet_di" bpmnElement="Flow_11bsiet">
|
|
<di:waypoint x="628" y="60" />
|
|
<di:waypoint x="682" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|