Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datacollector
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenweisong
datacollector
Commits
3e092d23
Commit
3e092d23
authored
Apr 03, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
bbd39904
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
107 additions
and
107 deletions
+107
-107
SubProcessStandard.bpmn
src/main/resources/SubProcessStandard.bpmn
+107
-107
No files found.
src/main/resources/SubProcessStandard.bpmn
View file @
3e092d23
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions
xmlns=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:activiti=
"http://activiti.org/bpmn"
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"
xmlns:tns=
"http://www.activiti.org/testm1585
635262708"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
expressionLanguage=
"http://www.w3.org/1999/XPath"
id=
"m1585635262708"
name=
""
targetNamespace=
"http://www.activiti.org/testm1585635262708
"
typeLanguage=
"http://www.w3.org/2001/XMLSchema"
>
<definitions
xmlns=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:activiti=
"http://activiti.org/bpmn"
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"
xmlns:tns=
"http://www.activiti.org/testm1585
928020801"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
expressionLanguage=
"http://www.w3.org/1999/XPath"
id=
"m1585928020801"
name=
""
targetNamespace=
"http://www.activiti.org/testm1585928020801
"
typeLanguage=
"http://www.w3.org/2001/XMLSchema"
>
<process
id=
"SubProcessStandard"
isClosed=
"false"
isExecutable=
"true"
processType=
"None"
>
<process
id=
"SubProcessStandard"
isClosed=
"false"
isExecutable=
"true"
name=
"SubProcessStandard"
processType=
"None"
>
<startEvent
id=
"StartEvent"
name=
"StartEvent"
/>
<startEvent
id=
"StartEvent"
name=
"StartEvent"
/>
<subProcess
activiti:exclusive=
"true"
id=
"SubProcess"
triggeredByEvent=
"false"
>
<subProcess
activiti:exclusive=
"true"
id=
"SubProcess"
name=
"SubProcess"
triggeredByEvent=
"false"
>
<multiInstanceLoopCharacteristics
activiti:collection=
"groups"
activiti:elementVariable=
"group"
isSequential=
"false"
>
<multiInstanceLoopCharacteristics
activiti:collection=
"groups"
activiti:elementVariable=
"group"
isSequential=
"false"
>
<completionCondition>
<completionCondition>
<![CDATA[${nrOfCompletedInstances/nrOfInstances == 1}]]>
<![CDATA[${nrOfCompletedInstances/nrOfInstances == 1}]]>
</completionCondition>
</completionCondition>
</multiInstanceLoopCharacteristics>
</multiInstanceLoopCharacteristics>
<startEvent
id=
"_7"
name=
"StartEvent"
/>
<startEvent
id=
"SubStartEvent"
name=
"SubStartEvent"
/>
<userTask
activiti:candidateGroups=
"${group}"
activiti:exclusive=
"true"
id=
"DataEnter"
name=
"开始填写"
>
<userTask
activiti:assignee=
"${group}"
activiti:exclusive=
"true"
id=
"DataEnter"
name=
"DataEnter"
/>
<documentation
id=
"_8_D_1"
/>
<sequenceFlow
id=
"_2"
sourceRef=
"SubStartEvent"
targetRef=
"DataEnter"
/>
</userTask>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"Gateway_1"
/>
<sequenceFlow
id=
"_9"
sourceRef=
"_7"
targetRef=
"DataEnter"
/>
<sequenceFlow
id=
"_5"
sourceRef=
"DataEnter"
targetRef=
"Gateway_1"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_10"
/>
<userTask
activiti:assignee=
"${auditUser}"
activiti:exclusive=
"true"
id=
"DataAudit"
name=
"DataAuditEvent"
/>
<sequenceFlow
id=
"_11"
sourceRef=
"DataEnter"
targetRef=
"_10"
/>
<sequenceFlow
id=
"_7"
sourceRef=
"Gateway_1"
targetRef=
"DataAudit"
>
<userTask
activiti:assignee=
"${auditUser}"
activiti:async=
"false"
activiti:exclusive=
"false"
id=
"DataAudit"
name=
"审核数据"
/>
<sequenceFlow
id=
"_13"
sourceRef=
"_10"
targetRef=
"DataAudit"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedDataAudit == true}]]>
<![CDATA[${NeedDataAudit == true}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<e
xclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_15
"
/>
<e
ndEvent
id=
"SubEndEvent"
name=
"SubEndEvent
"
/>
<sequenceFlow
id=
"_
16"
sourceRef=
"_15"
targetRef=
"DataEnter
"
>
<sequenceFlow
id=
"_
9"
sourceRef=
"Gateway_1"
targetRef=
"SubEndEvent
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${DataAudit == false}]]>
<![CDATA[${
Need
DataAudit == false}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<
sequenceFlow
id=
"_17"
sourceRef=
"DataAudit"
targetRef=
"_15
"
/>
<
exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"Gateway_2
"
/>
<
endEvent
id=
"_18"
name=
"EndEvent
"
/>
<
sequenceFlow
id=
"_12"
sourceRef=
"DataAudit"
targetRef=
"Gateway_2
"
/>
<sequenceFlow
id=
"_1
9"
sourceRef=
"_15"
targetRef=
"_18
"
>
<sequenceFlow
id=
"_1
3"
sourceRef=
"Gateway_2"
targetRef=
"SubEndEvent
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${DataAudit == true}]]>
<![CDATA[${DataAudit == true}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"_
20"
sourceRef=
"_10"
targetRef=
"_18
"
>
<sequenceFlow
id=
"_
14"
sourceRef=
"Gateway_2"
targetRef=
"DataEnter
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${
Need
DataAudit == false}]]>
<![CDATA[${DataAudit == false}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
</subProcess>
</subProcess>
<sequenceFlow
id=
"_21"
sourceRef=
"StartEvent"
targetRef=
"SubProcess"
/>
<sequenceFlow
id=
"_4"
sourceRef=
"StartEvent"
targetRef=
"SubProcess"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_22"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"Gateway_3"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_24"
name=
"ExclusiveGateway"
/>
<sequenceFlow
id=
"_16"
sourceRef=
"SubProcess"
targetRef=
"Gateway_3"
/>
<endEvent
id=
"_27"
name=
"EndEvent"
/>
<userTask
activiti:assignee=
"${manager}"
activiti:exclusive=
"true"
id=
"ManagerConfirm"
name=
"ManagerConfirm"
/>
<sequenceFlow
id=
"_28"
sourceRef=
"SubProcess"
targetRef=
"_22"
/>
<sequenceFlow
id=
"_18"
sourceRef=
"Gateway_3"
targetRef=
"ManagerConfirm"
>
<sequenceFlow
id=
"_36"
sourceRef=
"_24"
targetRef=
"_27"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${Confirm == true}]]>
<![CDATA[${
Need
Confirm == true}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<
userTask
activiti:assignee=
"${manager}"
activiti:exclusive=
"true"
id=
"ManagerConfirm"
name=
"负责人审核
"
/>
<
endEvent
id=
"EndEvent"
name=
"EndEvent
"
/>
<sequenceFlow
id=
"_
39"
sourceRef=
"_22"
targetRef=
"ManagerConfirm
"
>
<sequenceFlow
id=
"_
20"
sourceRef=
"Gateway_3"
targetRef=
"EndEvent
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedConfirm ==
tru
e}]]>
<![CDATA[${NeedConfirm ==
fals
e}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"_40"
sourceRef=
"ManagerConfirm"
targetRef=
"_24"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"Gateway_4"
/>
<sequenceFlow
id=
"_4"
sourceRef=
"_24"
targetRef=
"SubProcess"
>
<sequenceFlow
id=
"_22"
sourceRef=
"ManagerConfirm"
targetRef=
"Gateway_4"
/>
<sequenceFlow
id=
"_23"
sourceRef=
"ManagerConfirm"
targetRef=
"SubProcess"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${Confirm == false}]]>
<![CDATA[${Confirm == false}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
<sequenceFlow
id=
"_
5"
sourceRef=
"_22"
targetRef=
"_27
"
>
<sequenceFlow
id=
"_
24"
sourceRef=
"Gateway_4"
targetRef=
"EndEvent
"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${
NeedConfirm == fals
e}]]>
<![CDATA[${
Confirm == tru
e}]]>
</conditionExpression>
</conditionExpression>
</sequenceFlow>
</sequenceFlow>
</process>
</process>
<bpmndi:BPMNDiagram
documentation=
"background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0"
id=
"Diagram-_1"
name=
"New Diagram"
>
<bpmndi:BPMNDiagram
documentation=
"background=#3C3F41;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0"
id=
"Diagram-_1"
name=
"New Diagram"
>
<bpmndi:BPMNPlane
bpmnElement=
"SubProcessStandard"
>
<bpmndi:BPMNPlane
bpmnElement=
"SubProcessStandard"
>
<bpmndi:BPMNShape
bpmnElement=
"StartEvent"
id=
"Shape-StartEvent"
>
<bpmndi:BPMNShape
bpmnElement=
"StartEvent"
id=
"Shape-StartEvent"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
145.0"
y=
"17
5.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
500.0"
y=
"2
5.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"SubProcess"
id=
"Shape-SubProcess"
isExpanded=
"true"
>
<bpmndi:BPMNShape
bpmnElement=
"SubProcess"
id=
"Shape-SubProcess"
isExpanded=
"true"
>
<dc:Bounds
height=
"2
05.0"
width=
"310.0"
x=
"365.0"
y=
"17
5.0"
/>
<dc:Bounds
height=
"2
50.0"
width=
"400.0"
x=
"315.0"
y=
"16
5.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"2
05.0"
width=
"31
0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"2
50.0"
width=
"40
0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_22"
id=
"Shape-_22
"
isMarkerVisible=
"false"
>
<bpmndi:BPMNShape
bpmnElement=
"
Gateway_3"
id=
"Shape-Gateway_3
"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
740.0"
y=
"21
0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
480.0"
y=
"47
0.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_24"
id=
"Shape-_24"
isMarkerVisible=
"false
"
>
<bpmndi:BPMNShape
bpmnElement=
"
ManagerConfirm"
id=
"Shape-ManagerConfirm
"
>
<dc:Bounds
height=
"
32.0"
width=
"32.0"
x=
"740.0"
y=
"38
0.0"
/>
<dc:Bounds
height=
"
55.0"
width=
"85.0"
x=
"460.0"
y=
"56
0.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"
32.0"
width=
"32
.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"
55.0"
width=
"85
.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_27"
id=
"Shape-_27
"
>
<bpmndi:BPMNShape
bpmnElement=
"
EndEvent"
id=
"Shape-EndEvent
"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
920.0"
y=
"480
.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
640.0"
y=
"705
.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
ManagerConfirm"
id=
"Shape-ManagerConfirm
"
>
<bpmndi:BPMNShape
bpmnElement=
"
Gateway_4"
id=
"Shape-Gateway_4"
isMarkerVisible=
"false
"
>
<dc:Bounds
height=
"
55.0"
width=
"85.0"
x=
"880.0"
y=
"285
.0"
/>
<dc:Bounds
height=
"
32.0"
width=
"32.0"
x=
"480.0"
y=
"660
.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"
55.0"
width=
"85
.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"
32.0"
width=
"32
.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_7"
id=
"Shape-_7
"
>
<bpmndi:BPMNShape
bpmnElement=
"
SubStartEvent"
id=
"Shape-SubStartEvent
"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"3
90
.0"
y=
"185.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"3
35
.0"
y=
"185.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"DataEnter"
id=
"Shape-DataEnter"
>
<bpmndi:BPMNShape
bpmnElement=
"DataEnter"
id=
"Shape-DataEnter"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"4
35.0"
y=
"19
0.0"
/>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"4
15.0"
y=
"18
0.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_10"
id=
"Shape-_10
"
isMarkerVisible=
"false"
>
<bpmndi:BPMNShape
bpmnElement=
"
Gateway_1"
id=
"Shape-Gateway_1
"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
550.0"
y=
"20
0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
440.0"
y=
"27
0.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"DataAudit"
id=
"Shape-DataAudit"
>
<bpmndi:BPMNShape
bpmnElement=
"DataAudit"
id=
"Shape-DataAudit"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"5
10.0"
y=
"28
0.0"
/>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"5
35.0"
y=
"25
0.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_15"
id=
"Shape-_15"
isMarkerVisible=
"false
"
>
<bpmndi:BPMNShape
bpmnElement=
"
SubEndEvent"
id=
"Shape-SubEndEvent
"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
450.0"
y=
"290
.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"
540.0"
y=
"335
.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"
_18"
id=
"Shape-_18
"
>
<bpmndi:BPMNShape
bpmnElement=
"
Gateway_2"
id=
"Shape-Gateway_2"
isMarkerVisible=
"false
"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"6
10.0"
y=
"31
0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"6
50.0"
y=
"26
0.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
bpmnElement=
"_13"
id=
"BPMNEdge__13"
sourceElement=
"_10"
targetElement=
"DataAudit"
>
<bpmndi:BPMNEdge
bpmnElement=
"_13"
id=
"BPMNEdge__13"
sourceElement=
"_11"
targetElement=
"_8"
>
<di:waypoint
x=
"566.0"
y=
"232.0"
/>
<di:waypoint
x=
"670.0"
y=
"303.0"
/>
<di:waypoint
x=
"566.0"
y=
"280.0"
/>
<di:waypoint
x=
"670.0"
y=
"355.0"
/>
<di:waypoint
x=
"571.4919333848296"
y=
"355.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"
0.0"
x=
"0.0"
y=
"0
.0"
/>
<dc:Bounds
height=
"0.0"
width=
"
-41.0"
x=
"0.0"
y=
"-44
.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_36"
id=
"BPMNEdge__36"
sourceElement=
"_24"
targetElement=
"_27"
>
<bpmndi:BPMNEdge
bpmnElement=
"_12"
id=
"BPMNEdge__12"
sourceElement=
"_6"
targetElement=
"_11"
>
<di:waypoint
x=
"772.0"
y=
"396.0"
/>
<di:waypoint
x=
"635.0"
y=
"277.5"
/>
<di:waypoint
x=
"820.0"
y=
"445.0"
/>
<di:waypoint
x=
"650.0"
y=
"276.0"
/>
<di:waypoint
x=
"920.0"
y=
"496.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_17"
id=
"BPMNEdge__17"
sourceElement=
"DataAudit"
targetElement=
"_15"
>
<bpmndi:BPMNEdge
bpmnElement=
"_14"
id=
"BPMNEdge__14"
sourceElement=
"_11"
targetElement=
"DataEnter"
>
<di:waypoint
x=
"510.0"
y=
"307.5"
/>
<di:waypoint
x=
"670.0"
y=
"249.0"
/>
<di:waypoint
x=
"482.0"
y=
"306.0"
/>
<di:waypoint
x=
"670.0"
y=
"205.0"
/>
<di:waypoint
x=
"500.0"
y=
"205.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"
0.0"
width=
"0.0"
x=
"0.0"
y=
"
0.0"
/>
<dc:Bounds
height=
"
-76.0"
width=
"0.0"
x=
"-1.0"
y=
"4
0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_
39"
id=
"BPMNEdge__39"
sourceElement=
"_22"
targetElement=
"ManagerConfirm
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_
16"
id=
"BPMNEdge__16"
sourceElement=
"SubProcess"
targetElement=
"_15
"
>
<di:waypoint
x=
"
772.0"
y=
"226
.0"
/>
<di:waypoint
x=
"
496.0"
y=
"430
.0"
/>
<di:waypoint
x=
"
880.0"
y=
"312.5
"
/>
<di:waypoint
x=
"
496.0"
y=
"470.0
"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_1
6"
id=
"BPMNEdge__16"
sourceElement=
"_15"
targetElement=
"DataEnter
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_1
8"
id=
"BPMNEdge__18"
sourceElement=
"_15"
targetElement=
"_17
"
>
<di:waypoint
x=
"4
66.0"
y=
"290
.0"
/>
<di:waypoint
x=
"4
96.0"
y=
"517
.0"
/>
<di:waypoint
x=
"4
66.0"
y=
"245
.0"
/>
<di:waypoint
x=
"4
96.0"
y=
"560
.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_
19"
id=
"BPMNEdge__19"
sourceElement=
"_15"
targetElement=
"_18
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_
20"
id=
"BPMNEdge__20"
sourceElement=
"_15"
targetElement=
"_19
"
>
<di:waypoint
x=
"
466.0"
y=
"322
.0"
/>
<di:waypoint
x=
"
527.0"
y=
"486
.0"
/>
<di:waypoint
x=
"
550.0"
y=
"35
5.0"
/>
<di:waypoint
x=
"
660.0"
y=
"59
5.0"
/>
<di:waypoint
x=
"6
26.0"
y=
"342.0
"
/>
<di:waypoint
x=
"6
60.0"
y=
"705.5080666151704
"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_
40"
id=
"BPMNEdge__40"
sourceElement=
"ManagerConfirm"
targetElement=
"_24
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_
22"
id=
"BPMNEdge__22"
sourceElement=
"_17"
targetElement=
"_21
"
>
<di:waypoint
x=
"
880.0"
y=
"312.5
"
/>
<di:waypoint
x=
"
496.0"
y=
"630.0
"
/>
<di:waypoint
x=
"
772.0"
y=
"396
.0"
/>
<di:waypoint
x=
"
496.0"
y=
"660
.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_2
0"
id=
"BPMNEdge__20"
sourceElement=
"_10"
targetElement=
"_18
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_2
4"
id=
"BPMNEdge__24"
sourceElement=
"_21"
targetElement=
"_19
"
>
<di:waypoint
x=
"
582.0"
y=
"21
6.0"
/>
<di:waypoint
x=
"
495.0"
y=
"70
6.0"
/>
<di:waypoint
x=
"
625.0"
y=
"27
5.0"
/>
<di:waypoint
x=
"
495.0"
y=
"72
5.0"
/>
<di:waypoint
x=
"6
25.0"
y=
"310.0312805773287
"
/>
<di:waypoint
x=
"6
40.5080666151704"
y=
"725.0
"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_21"
id=
"BPMNEdge__21"
sourceElement=
"StartEvent"
targetElement=
"SubProcess"
>
<bpmndi:BPMNEdge
bpmnElement=
"_23"
id=
"BPMNEdge__23"
sourceElement=
"_17"
targetElement=
"SubProcess"
>
<di:waypoint
x=
"177.0"
y=
"191.0"
/>
<di:waypoint
x=
"445.0"
y=
"587.5"
/>
<di:waypoint
x=
"365.0"
y=
"277.5"
/>
<di:waypoint
x=
"345.0"
y=
"495.0"
/>
<di:waypoint
x=
"345.0"
y=
"415.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_2
8"
id=
"BPMNEdge__28"
sourceElement=
"SubProcess"
targetElement=
"_22
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_2
"
id=
"BPMNEdge__2"
sourceElement=
"SubStartEvent"
targetElement=
"DataEnter
"
>
<di:waypoint
x=
"
675.0"
y=
"277.5
"
/>
<di:waypoint
x=
"
382.0"
y=
"201.0
"
/>
<di:waypoint
x=
"
740.0"
y=
"226.0
"
/>
<di:waypoint
x=
"
415.0"
y=
"207.5
"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_4"
id=
"BPMNEdge__4"
sourceElement=
"
_24
"
targetElement=
"SubProcess"
>
<bpmndi:BPMNEdge
bpmnElement=
"_4"
id=
"BPMNEdge__4"
sourceElement=
"
StartEvent
"
targetElement=
"SubProcess"
>
<di:waypoint
x=
"
740.0"
y=
"396
.0"
/>
<di:waypoint
x=
"
516.0"
y=
"72
.0"
/>
<di:waypoint
x=
"
675.0"
y=
"277.5
"
/>
<di:waypoint
x=
"
516.0"
y=
"165.0
"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_5"
id=
"BPMNEdge__5"
sourceElement=
"_22"
targetElement=
"_27"
>
<bpmndi:BPMNEdge
bpmnElement=
"_5"
id=
"BPMNEdge__5"
sourceElement=
"DataEnter"
targetElement=
"_3"
>
<di:waypoint
x=
"772.0"
y=
"226.0"
/>
<di:waypoint
x=
"456.0"
y=
"250.0"
/>
<di:waypoint
x=
"1015.0"
y=
"365.0"
/>
<di:waypoint
x=
"456.0"
y=
"270.0"
/>
<di:waypoint
x=
"952.0"
y=
"496.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_
9"
id=
"BPMNEdge__9"
sourceElement=
"_7"
targetElement=
"DataEnter
"
>
<bpmndi:BPMNEdge
bpmnElement=
"_
7"
id=
"BPMNEdge__7"
sourceElement=
"_3"
targetElement=
"_6
"
>
<di:waypoint
x=
"4
22.0"
y=
"201
.0"
/>
<di:waypoint
x=
"4
87.0"
y=
"286
.0"
/>
<di:waypoint
x=
"
435.0"
y=
"21
7.5"
/>
<di:waypoint
x=
"
535.0"
y=
"27
7.5"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"
0.0"
x=
"0.0"
y=
"0
.0"
/>
<dc:Bounds
height=
"0.0"
width=
"
-32.0"
x=
"-1.0"
y=
"-34
.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_11"
id=
"BPMNEdge__11"
sourceElement=
"DataEnter"
targetElement=
"_10"
>
<bpmndi:BPMNEdge
bpmnElement=
"_9"
id=
"BPMNEdge__9"
sourceElement=
"_3"
targetElement=
"_8"
>
<di:waypoint
x=
"520.0"
y=
"217.5"
/>
<di:waypoint
x=
"455.0"
y=
"316.0"
/>
<di:waypoint
x=
"550.0"
y=
"216.0"
/>
<di:waypoint
x=
"455.0"
y=
"355.0"
/>
<di:waypoint
x=
"540.5080666151704"
y=
"355.0"
/>
<bpmndi:BPMNLabel>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"
0.0"
width=
"0.0"
x=
"0.0"
y=
"0
.0"
/>
<dc:Bounds
height=
"
5.0"
width=
"-31.0"
x=
"0.0"
y=
"-15
.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNPlane>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment