|
@@ -1,57 +1,57 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" id="m1626068475250" name="">
|
|
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:tns="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test" id="m1626068475250" name="">
|
|
<process id="OFFICE_SOP_FLOW" isExecutable="true" isClosed="false" processType="None">
|
|
<process id="OFFICE_SOP_FLOW" isExecutable="true" isClosed="false" processType="None">
|
|
- <userTask id="f_usertask_jwc_inside_approve" name="教务处sop_内审" activiti:assignee="${assignee3}" activiti:formKey="inside_approve_3.form">
|
|
|
|
|
|
+ <userTask id="f_usertask_jwc_inside_approve_3" name="教务处sop_内审" activiti:assignee="${assignee3}" activiti:formKey="inside_approve.form">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList3}" activiti:elementVariable="assignee3">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList3}" activiti:elementVariable="assignee3">
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject3==1}</completionCondition>
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject3==1}</completionCondition>
|
|
</multiInstanceLoopCharacteristics>
|
|
</multiInstanceLoopCharacteristics>
|
|
</userTask>
|
|
</userTask>
|
|
- <endEvent id="f_usertask_jwc_end" name="结束"></endEvent>
|
|
|
|
- <userTask id="f_usertask_jwc_project" name="教务处sop_项目关键信息" activiti:assignee="${assignee2}" activiti:formKey="project_2.form">
|
|
|
|
|
|
+ <endEvent id="f_usertask_jwc_end_0" name="结束"></endEvent>
|
|
|
|
+ <userTask id="f_usertask_jwc_project_2" name="教务处sop_项目关键信息" activiti:assignee="${assignee2}" activiti:formKey="project.form">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList2}" activiti:elementVariable="assignee2">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList2}" activiti:elementVariable="assignee2">
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject2==1}</completionCondition>
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject2==1}</completionCondition>
|
|
</multiInstanceLoopCharacteristics>
|
|
</multiInstanceLoopCharacteristics>
|
|
</userTask>
|
|
</userTask>
|
|
<startEvent id="startevent1" name="Start"></startEvent>
|
|
<startEvent id="startevent1" name="Start"></startEvent>
|
|
- <userTask id="f_usertask_jwc_start" name="新增sop" activiti:assignee="${assignee1}" activiti:formKey="start_1.form">
|
|
|
|
|
|
+ <userTask id="f_usertask_jwc_start_1" name="新增sop" activiti:assignee="${assignee1}" activiti:formKey="start.form">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList1}" activiti:elementVariable="assignee1">
|
|
<multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList1}" activiti:elementVariable="assignee1">
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject1==1}</completionCondition>
|
|
<completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject1==1}</completionCondition>
|
|
</multiInstanceLoopCharacteristics>
|
|
</multiInstanceLoopCharacteristics>
|
|
</userTask>
|
|
</userTask>
|
|
- <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="f_usertask_jwc_start"></sequenceFlow>
|
|
|
|
|
|
+ <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="f_usertask_jwc_start_1"></sequenceFlow>
|
|
<exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
|
|
<exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
|
|
- <sequenceFlow id="flow12" name="通过" sourceRef="exclusivegateway2" targetRef="f_usertask_jwc_inside_approve">
|
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_inside_approve'}]]></conditionExpression>
|
|
|
|
|
|
+ <sequenceFlow id="flow12" name="通过" sourceRef="exclusivegateway2" targetRef="f_usertask_jwc_inside_approve_3">
|
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_inside_approve_3'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
</sequenceFlow>
|
|
- <sequenceFlow id="flow14" sourceRef="f_usertask_jwc_start" targetRef="f_usertask_jwc_project"></sequenceFlow>
|
|
|
|
- <sequenceFlow id="flow15" name="驳回" sourceRef="exclusivegateway2" targetRef="f_usertask_jwc_start">
|
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_start'}]]></conditionExpression>
|
|
|
|
|
|
+ <sequenceFlow id="flow14" sourceRef="f_usertask_jwc_start_1" targetRef="f_usertask_jwc_project_2"></sequenceFlow>
|
|
|
|
+ <sequenceFlow id="flow15" name="驳回" sourceRef="exclusivegateway2" targetRef="f_usertask_jwc_start_1">
|
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_start_1'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
</sequenceFlow>
|
|
- <sequenceFlow id="flow16" sourceRef="f_usertask_jwc_project" targetRef="exclusivegateway2"></sequenceFlow>
|
|
|
|
|
|
+ <sequenceFlow id="flow16" sourceRef="f_usertask_jwc_project_2" targetRef="exclusivegateway2"></sequenceFlow>
|
|
<exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
|
|
<exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
|
|
- <sequenceFlow id="flow17" sourceRef="f_usertask_jwc_inside_approve" targetRef="exclusivegateway3"></sequenceFlow>
|
|
|
|
- <sequenceFlow id="flow18" name="通过" sourceRef="exclusivegateway3" targetRef="f_usertask_jwc_end">
|
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_end'}]]></conditionExpression>
|
|
|
|
|
|
+ <sequenceFlow id="flow17" sourceRef="f_usertask_jwc_inside_approve_3" targetRef="exclusivegateway3"></sequenceFlow>
|
|
|
|
+ <sequenceFlow id="flow18" name="通过" sourceRef="exclusivegateway3" targetRef="f_usertask_jwc_end_0">
|
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_end_0'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
</sequenceFlow>
|
|
- <sequenceFlow id="flow19" name="驳回" sourceRef="exclusivegateway3" targetRef="f_usertask_jwc_project">
|
|
|
|
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_project'}]]></conditionExpression>
|
|
|
|
|
|
+ <sequenceFlow id="flow19" name="驳回" sourceRef="exclusivegateway3" targetRef="f_usertask_jwc_project_2">
|
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_jwc_project_2'}]]></conditionExpression>
|
|
</sequenceFlow>
|
|
</sequenceFlow>
|
|
</process>
|
|
</process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_OFFICE_SOP_FLOW">
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_OFFICE_SOP_FLOW">
|
|
<bpmndi:BPMNPlane bpmnElement="OFFICE_SOP_FLOW" id="BPMNPlane_OFFICE_SOP_FLOW">
|
|
<bpmndi:BPMNPlane bpmnElement="OFFICE_SOP_FLOW" id="BPMNPlane_OFFICE_SOP_FLOW">
|
|
- <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_inside_approve" id="BPMNShape_f_usertask_jwc_inside_approve">
|
|
|
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_inside_approve_3" id="BPMNShape_f_usertask_jwc_inside_approve_3">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="450.0" y="330.0"></omgdc:Bounds>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="450.0" y="330.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNShape>
|
|
- <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_end" id="BPMNShape_f_usertask_jwc_end">
|
|
|
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_end_0" id="BPMNShape_f_usertask_jwc_end_0">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="643.0" y="460.0"></omgdc:Bounds>
|
|
<omgdc:Bounds height="35.0" width="35.0" x="643.0" y="460.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNShape>
|
|
- <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_project" id="BPMNShape_f_usertask_jwc_project">
|
|
|
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_project_2" id="BPMNShape_f_usertask_jwc_project_2">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="450.0" y="130.0"></omgdc:Bounds>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="450.0" y="130.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
|
|
<bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
|
|
<omgdc:Bounds height="35.0" width="35.0" x="240.0" y="40.0"></omgdc:Bounds>
|
|
<omgdc:Bounds height="35.0" width="35.0" x="240.0" y="40.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNShape>
|
|
- <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_start" id="BPMNShape_f_usertask_jwc_start">
|
|
|
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_jwc_start_1" id="BPMNShape_f_usertask_jwc_start_1">
|
|
<omgdc:Bounds height="55.0" width="85.0" x="215.0" y="130.0"></omgdc:Bounds>
|
|
<omgdc:Bounds height="55.0" width="85.0" x="215.0" y="130.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
|
|
<bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
|
|
@@ -80,7 +80,7 @@
|
|
<omgdi:waypoint x="257.0" y="260.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="257.0" y="260.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="257.0" y="185.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="257.0" y="185.0"></omgdi:waypoint>
|
|
<bpmndi:BPMNLabel>
|
|
<bpmndi:BPMNLabel>
|
|
- <omgdc:Bounds height="16.0" width="100.0" x="472.0" y="260.0"></omgdc:Bounds>
|
|
|
|
|
|
+ <omgdc:Bounds height="16.0" width="22.0" x="472.0" y="260.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
|
|
<bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
|
|
@@ -103,7 +103,7 @@
|
|
<omgdi:waypoint x="660.0" y="158.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="660.0" y="158.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="535.0" y="157.0"></omgdi:waypoint>
|
|
<omgdi:waypoint x="535.0" y="157.0"></omgdi:waypoint>
|
|
<bpmndi:BPMNLabel>
|
|
<bpmndi:BPMNLabel>
|
|
- <omgdc:Bounds height="16.0" width="100.0" x="660.0" y="337.0"></omgdc:Bounds>
|
|
|
|
|
|
+ <omgdc:Bounds height="16.0" width="22.0" x="660.0" y="337.0"></omgdc:Bounds>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNPlane>
|