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
e895d7df
Commit
e895d7df
authored
Apr 03, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
af245097
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
247 additions
and
258 deletions
+247
-258
SubProcessStandard.bpmn
src/main/resources/SubProcessStandard.bpmn
+247
-258
No files found.
src/main/resources/SubProcessStandard.bpmn
View file @
e895d7df
<?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/testm1585877478460"
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=
"m1585877478460"
name=
""
targetNamespace=
"http://www.activiti.org/testm1585877478460"
typeLanguage=
"http://www.w3.org/2001/XMLSchema"
>
<process
id=
"SubProcessStandard"
isClosed=
"false"
isExecutable=
"true"
processType=
"None"
>
<startEvent
id=
"StartEvent"
name=
"StartEvent"
/>
<subProcess
activiti:exclusive=
"true"
id=
"SubProcess"
name=
"SubProcess"
triggeredByEvent=
"false"
>
<multiInstanceLoopCharacteristics
activiti:collection=
"groups"
activiti:elementVariable=
"group"
isSequential=
"false"
>
<completionCondition>
<![CDATA[${nrOfCompletedInstances/nrOfInstances == 1}]]>
</completionCondition>
</multiInstanceLoopCharacteristics>
<startEvent
id=
"_5"
name=
"StartEvent"
/>
<userTask
activiti:candidateGroups=
"${group}"
activiti:exclusive=
"true"
id=
"DataEnter"
name=
"UserTask"
/>
<sequenceFlow
id=
"_7"
sourceRef=
"_5"
targetRef=
"DataEnter"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_8"
name=
"ExclusiveGateway"
/>
<userTask
activiti:assignee=
"${auditUser}"
activiti:exclusive=
"true"
id=
"DataAudit"
name=
"UserTask"
/>
<sequenceFlow
id=
"_10"
sourceRef=
"DataEnter"
targetRef=
"_8"
/>
<sequenceFlow
id=
"_11"
sourceRef=
"_8"
targetRef=
"DataAudit"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[
]]>
</conditionExpression>
</sequenceFlow>
<endEvent
id=
"_12"
name=
"EndEvent"
/>
<sequenceFlow
id=
"_13"
sourceRef=
"_8"
targetRef=
"_12"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[
]]>
</conditionExpression>
</sequenceFlow>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_14"
name=
"ExclusiveGateway"
/>
<sequenceFlow
id=
"_15"
sourceRef=
"DataAudit"
targetRef=
"_14"
/>
<sequenceFlow
id=
"_16"
sourceRef=
"_14"
targetRef=
"DataEnter"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[
]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_17"
sourceRef=
"_14"
targetRef=
"_12"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[
]]>
</conditionExpression>
</sequenceFlow>
</subProcess>
<sequenceFlow
id=
"_4"
sourceRef=
"StartEvent"
targetRef=
"SubProcess"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_18"
name=
"ExclusiveGateway"
/>
<sequenceFlow
id=
"_2"
sourceRef=
"SubProcess"
targetRef=
"_18"
/>
<userTask
activiti:assignee=
"${manager}"
activiti:exclusive=
"true"
id=
"ManagerConfirm"
name=
"UserTask"
/>
<endEvent
id=
"_6"
name=
"EndEvent"
/>
<sequenceFlow
id=
"_9"
sourceRef=
"_18"
targetRef=
"_6"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedConfirm == false}]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_19"
sourceRef=
"_18"
targetRef=
"ManagerConfirm"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedConfirm == true}]]>
</conditionExpression>
</sequenceFlow>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_20"
name=
"ExclusiveGateway"
/>
<sequenceFlow
id=
"_21"
sourceRef=
"ManagerConfirm"
targetRef=
"_20"
/>
<sequenceFlow
id=
"_22"
sourceRef=
"_20"
targetRef=
"_6"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${Confirm == true}]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_23"
sourceRef=
"_20"
targetRef=
"SubProcess"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${Confirm == false}]]>
</conditionExpression>
</sequenceFlow>
</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:BPMNPlane
bpmnElement=
"SubProcessStandard"
>
<bpmndi:BPMNShape
bpmnElement=
"StartEvent"
id=
"Shape-StartEvent"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"25.0"
y=
"165.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"SubProcess"
id=
"Shape-SubProcess"
isExpanded=
"true"
>
<dc:Bounds
height=
"260.0"
width=
"345.0"
x=
"95.0"
y=
"85.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"260.0"
width=
"345.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_18"
id=
"Shape-_18"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"510.0"
y=
"200.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"ManagerConfirm"
id=
"Shape-ManagerConfirm"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"485.0"
y=
"270.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_6"
id=
"Shape-_6"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"635.0"
y=
"400.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_20"
id=
"Shape-_20"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"510.0"
y=
"355.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_5"
id=
"Shape-_5"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"110.0"
y=
"110.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"DataEnter"
id=
"Shape-DataEnter"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"175.0"
y=
"105.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_8"
id=
"Shape-_8"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"315.0"
y=
"110.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"DataAudit"
id=
"Shape-DataAudit"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"270.0"
y=
"190.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_12"
id=
"Shape-_12"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"320.0"
y=
"285.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_14"
id=
"Shape-_14"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"190.0"
y=
"200.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
bpmnElement=
"_13"
id=
"BPMNEdge__13"
sourceElement=
"_8"
targetElement=
"_12"
>
<di:waypoint
x=
"347.0"
y=
"126.0"
/>
<di:waypoint
x=
"415.0"
y=
"215.0"
/>
<di:waypoint
x=
"352.0"
y=
"301.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_15"
id=
"BPMNEdge__15"
sourceElement=
"DataAudit"
targetElement=
"_14"
>
<di:waypoint
x=
"270.0"
y=
"217.5"
/>
<di:waypoint
x=
"222.0"
y=
"216.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_17"
id=
"BPMNEdge__17"
sourceElement=
"_14"
targetElement=
"_12"
>
<di:waypoint
x=
"205.0"
y=
"231.0"
/>
<di:waypoint
x=
"205.0"
y=
"300.0"
/>
<di:waypoint
x=
"320.0312805773287"
y=
"300.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_16"
id=
"BPMNEdge__16"
sourceElement=
"_14"
targetElement=
"DataEnter"
>
<di:waypoint
x=
"206.0"
y=
"200.0"
/>
<di:waypoint
x=
"206.0"
y=
"160.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_19"
id=
"BPMNEdge__19"
sourceElement=
"_18"
targetElement=
"_3"
>
<di:waypoint
x=
"526.0"
y=
"232.0"
/>
<di:waypoint
x=
"526.0"
y=
"270.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_22"
id=
"BPMNEdge__22"
sourceElement=
"_20"
targetElement=
"_6"
>
<di:waypoint
x=
"525.0"
y=
"386.0"
/>
<di:waypoint
x=
"525.0"
y=
"490.0"
/>
<di:waypoint
x=
"651.0"
y=
"432.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_21"
id=
"BPMNEdge__21"
sourceElement=
"_3"
targetElement=
"_20"
>
<di:waypoint
x=
"526.0"
y=
"325.0"
/>
<di:waypoint
x=
"526.0"
y=
"355.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_23"
id=
"BPMNEdge__23"
sourceElement=
"_20"
targetElement=
"SubProcess"
>
<di:waypoint
x=
"510.0"
y=
"371.0"
/>
<di:waypoint
x=
"440.0"
y=
"215.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_2"
id=
"BPMNEdge__2"
sourceElement=
"SubProcess"
targetElement=
"_18"
>
<di:waypoint
x=
"440.0"
y=
"215.0"
/>
<di:waypoint
x=
"510.0"
y=
"216.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_4"
id=
"BPMNEdge__4"
sourceElement=
"StartEvent"
targetElement=
"SubProcess"
>
<di:waypoint
x=
"57.0"
y=
"181.0"
/>
<di:waypoint
x=
"95.0"
y=
"215.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_7"
id=
"BPMNEdge__7"
sourceElement=
"_5"
targetElement=
"DataEnter"
>
<di:waypoint
x=
"142.0"
y=
"126.0"
/>
<di:waypoint
x=
"175.0"
y=
"132.5"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_9"
id=
"BPMNEdge__9"
sourceElement=
"_18"
targetElement=
"_6"
>
<di:waypoint
x=
"542.0"
y=
"216.0"
/>
<di:waypoint
x=
"655.0"
y=
"320.0"
/>
<di:waypoint
x=
"655.0"
y=
"400.5080666151703"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_11"
id=
"BPMNEdge__11"
sourceElement=
"_8"
targetElement=
"DataAudit"
>
<di:waypoint
x=
"331.0"
y=
"142.0"
/>
<di:waypoint
x=
"331.0"
y=
"190.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_10"
id=
"BPMNEdge__10"
sourceElement=
"DataEnter"
targetElement=
"_8"
>
<di:waypoint
x=
"260.0"
y=
"132.5"
/>
<di:waypoint
x=
"315.0"
y=
"126.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<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/testm1585635262708"
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"
>
<process
id=
"SubProcessStandard"
isClosed=
"false"
isExecutable=
"true"
processType=
"None"
>
<startEvent
id=
"StartEvent"
name=
"StartEvent"
/>
<subProcess
activiti:exclusive=
"true"
id=
"SubProcess"
triggeredByEvent=
"false"
>
<multiInstanceLoopCharacteristics
activiti:collection=
"groups"
activiti:elementVariable=
"group"
isSequential=
"false"
>
<completionCondition>
<![CDATA[${nrOfCompletedInstances/nrOfInstances == 1}]]>
</completionCondition>
</multiInstanceLoopCharacteristics>
<startEvent
id=
"_7"
name=
"StartEvent"
/>
<userTask
activiti:candidateGroups=
"${group}"
activiti:exclusive=
"true"
id=
"DataEnter"
name=
"开始填写"
>
<documentation
id=
"_8_D_1"
/>
</userTask>
<sequenceFlow
id=
"_9"
sourceRef=
"_7"
targetRef=
"DataEnter"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_10"
/>
<sequenceFlow
id=
"_11"
sourceRef=
"DataEnter"
targetRef=
"_10"
/>
<userTask
activiti:assignee=
"${auditUser}"
activiti:async=
"false"
activiti:exclusive=
"false"
id=
"DataAudit"
name=
"审核数据"
/>
<sequenceFlow
id=
"_13"
sourceRef=
"_10"
targetRef=
"DataAudit"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedDataAudit == true}]]>
</conditionExpression>
</sequenceFlow>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_15"
/>
<sequenceFlow
id=
"_16"
sourceRef=
"_15"
targetRef=
"DataEnter"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${DataAudit == false}]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_17"
sourceRef=
"DataAudit"
targetRef=
"_15"
/>
<endEvent
id=
"_18"
name=
"EndEvent"
/>
<sequenceFlow
id=
"_19"
sourceRef=
"_15"
targetRef=
"_18"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${DataAudit == true}]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_20"
sourceRef=
"_10"
targetRef=
"_18"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedDataAudit == false}]]>
</conditionExpression>
</sequenceFlow>
</subProcess>
<sequenceFlow
id=
"_21"
sourceRef=
"StartEvent"
targetRef=
"SubProcess"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_22"
/>
<exclusiveGateway
gatewayDirection=
"Unspecified"
id=
"_24"
name=
"ExclusiveGateway"
/>
<endEvent
id=
"_27"
name=
"EndEvent"
/>
<sequenceFlow
id=
"_28"
sourceRef=
"SubProcess"
targetRef=
"_22"
/>
<sequenceFlow
id=
"_36"
sourceRef=
"_24"
targetRef=
"_27"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${Confirm == true}]]>
</conditionExpression>
</sequenceFlow>
<userTask
activiti:assignee=
"${manager}"
activiti:exclusive=
"true"
id=
"ManagerConfirm"
name=
"负责人审核"
/>
<sequenceFlow
id=
"_39"
sourceRef=
"_22"
targetRef=
"ManagerConfirm"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedConfirm == true}]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_40"
sourceRef=
"ManagerConfirm"
targetRef=
"_24"
/>
<sequenceFlow
id=
"_4"
sourceRef=
"_24"
targetRef=
"SubProcess"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${Confirm == false}]]>
</conditionExpression>
</sequenceFlow>
<sequenceFlow
id=
"_5"
sourceRef=
"_22"
targetRef=
"_27"
>
<conditionExpression
xsi:type=
"tFormalExpression"
>
<![CDATA[${NeedConfirm == false}]]>
</conditionExpression>
</sequenceFlow>
</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:BPMNPlane
bpmnElement=
"SubProcessStandard"
>
<bpmndi:BPMNShape
bpmnElement=
"StartEvent"
id=
"Shape-StartEvent"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"145.0"
y=
"175.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"SubProcess"
id=
"Shape-SubProcess"
isExpanded=
"true"
>
<dc:Bounds
height=
"205.0"
width=
"310.0"
x=
"365.0"
y=
"175.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"205.0"
width=
"310.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_22"
id=
"Shape-_22"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"740.0"
y=
"210.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_24"
id=
"Shape-_24"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"740.0"
y=
"380.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_27"
id=
"Shape-_27"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"920.0"
y=
"480.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"ManagerConfirm"
id=
"Shape-ManagerConfirm"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"880.0"
y=
"285.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_7"
id=
"Shape-_7"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"390.0"
y=
"185.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"DataEnter"
id=
"Shape-DataEnter"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"435.0"
y=
"190.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_10"
id=
"Shape-_10"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"550.0"
y=
"200.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"DataAudit"
id=
"Shape-DataAudit"
>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"510.0"
y=
"280.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"55.0"
width=
"85.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_15"
id=
"Shape-_15"
isMarkerVisible=
"false"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"450.0"
y=
"290.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape
bpmnElement=
"_18"
id=
"Shape-_18"
>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"610.0"
y=
"310.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"32.0"
width=
"32.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge
bpmnElement=
"_13"
id=
"BPMNEdge__13"
sourceElement=
"_10"
targetElement=
"DataAudit"
>
<di:waypoint
x=
"566.0"
y=
"232.0"
/>
<di:waypoint
x=
"566.0"
y=
"280.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_36"
id=
"BPMNEdge__36"
sourceElement=
"_24"
targetElement=
"_27"
>
<di:waypoint
x=
"772.0"
y=
"396.0"
/>
<di:waypoint
x=
"820.0"
y=
"445.0"
/>
<di:waypoint
x=
"920.0"
y=
"496.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_17"
id=
"BPMNEdge__17"
sourceElement=
"DataAudit"
targetElement=
"_15"
>
<di:waypoint
x=
"510.0"
y=
"307.5"
/>
<di:waypoint
x=
"482.0"
y=
"306.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_39"
id=
"BPMNEdge__39"
sourceElement=
"_22"
targetElement=
"ManagerConfirm"
>
<di:waypoint
x=
"772.0"
y=
"226.0"
/>
<di:waypoint
x=
"880.0"
y=
"312.5"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_16"
id=
"BPMNEdge__16"
sourceElement=
"_15"
targetElement=
"DataEnter"
>
<di:waypoint
x=
"466.0"
y=
"290.0"
/>
<di:waypoint
x=
"466.0"
y=
"245.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_19"
id=
"BPMNEdge__19"
sourceElement=
"_15"
targetElement=
"_18"
>
<di:waypoint
x=
"466.0"
y=
"322.0"
/>
<di:waypoint
x=
"550.0"
y=
"355.0"
/>
<di:waypoint
x=
"626.0"
y=
"342.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_40"
id=
"BPMNEdge__40"
sourceElement=
"ManagerConfirm"
targetElement=
"_24"
>
<di:waypoint
x=
"880.0"
y=
"312.5"
/>
<di:waypoint
x=
"772.0"
y=
"396.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_20"
id=
"BPMNEdge__20"
sourceElement=
"_10"
targetElement=
"_18"
>
<di:waypoint
x=
"582.0"
y=
"216.0"
/>
<di:waypoint
x=
"625.0"
y=
"275.0"
/>
<di:waypoint
x=
"625.0"
y=
"310.0312805773287"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_21"
id=
"BPMNEdge__21"
sourceElement=
"StartEvent"
targetElement=
"SubProcess"
>
<di:waypoint
x=
"177.0"
y=
"191.0"
/>
<di:waypoint
x=
"365.0"
y=
"277.5"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_28"
id=
"BPMNEdge__28"
sourceElement=
"SubProcess"
targetElement=
"_22"
>
<di:waypoint
x=
"675.0"
y=
"277.5"
/>
<di:waypoint
x=
"740.0"
y=
"226.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_4"
id=
"BPMNEdge__4"
sourceElement=
"_24"
targetElement=
"SubProcess"
>
<di:waypoint
x=
"740.0"
y=
"396.0"
/>
<di:waypoint
x=
"675.0"
y=
"277.5"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_5"
id=
"BPMNEdge__5"
sourceElement=
"_22"
targetElement=
"_27"
>
<di:waypoint
x=
"772.0"
y=
"226.0"
/>
<di:waypoint
x=
"1015.0"
y=
"365.0"
/>
<di:waypoint
x=
"952.0"
y=
"496.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_9"
id=
"BPMNEdge__9"
sourceElement=
"_7"
targetElement=
"DataEnter"
>
<di:waypoint
x=
"422.0"
y=
"201.0"
/>
<di:waypoint
x=
"435.0"
y=
"217.5"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge
bpmnElement=
"_11"
id=
"BPMNEdge__11"
sourceElement=
"DataEnter"
targetElement=
"_10"
>
<di:waypoint
x=
"520.0"
y=
"217.5"
/>
<di:waypoint
x=
"550.0"
y=
"216.0"
/>
<bpmndi:BPMNLabel>
<dc:Bounds
height=
"0.0"
width=
"0.0"
x=
"0.0"
y=
"0.0"
/>
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</definitions>
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