|
@@ -0,0 +1,151 @@
|
|
|
+<?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="">
|
|
|
+ <process id="CLOUD_MARK_SOP_FLOW" isExecutable="true" isClosed="false" processType="None">
|
|
|
+ <userTask id="f_usertask_cloudmark_inside_approve_3" name="内审" activiti:assignee="${assignee3}" activiti:formKey="cloudmark_sop_inside_approve.form">
|
|
|
+ <multiInstanceLoopCharacteristics isSequential="false" activiti:collection="${assigneeList3}" activiti:elementVariable="assignee3">
|
|
|
+ <completionCondition>${nrOfCompletedInstances/nrOfInstances==1 || reject3==1}</completionCondition>
|
|
|
+ </multiInstanceLoopCharacteristics>
|
|
|
+ </userTask>
|
|
|
+ <endEvent id="f_usertask_cloudmark_end_0" name="结束"></endEvent>
|
|
|
+ <userTask id="f_usertask_cloudmark_information_2" name="项目关键信息" activiti:candidateUsers="${assigneeList2}" activiti:formKey="cloudmark_sop_information.form"></userTask>
|
|
|
+ <startEvent id="startevent1" name="Start" activiti:formKey="cloudmark_sop_start.form"></startEvent>
|
|
|
+ <userTask id="f_usertask_cloudmark_first_1" name="项目初审" activiti:candidateUsers="${assigneeList1}" activiti:formKey="cloudmark_sop_first.form"></userTask>
|
|
|
+ <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="f_usertask_cloudmark_first_1"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow14" sourceRef="f_usertask_cloudmark_first_1" targetRef="f_usertask_cloudmark_information_2"></sequenceFlow>
|
|
|
+ <userTask id="f_usertask_cloudmark_device_out_4" name="设备出库登记" activiti:candidateUsers="${assigneeList4}" activiti:formKey="cloudmark_sop_device_out.form"></userTask>
|
|
|
+ <userTask id="f_usertask_cloudmark_scan_ready_6" name="扫描准备" activiti:candidateUsers="${assigneeList6}" activiti:formKey="cloudmark_sop_scan_ready.form"></userTask>
|
|
|
+ <userTask id="f_usertask_cloudmark_check_final_7" name="校验收尾" activiti:candidateUsers="${assigneeList7}" activiti:formKey="cloudmark_sop_check_final.form"></userTask>
|
|
|
+ <userTask id="f_usertask_cloudmark_mark_prep_8" name="评卷准备" activiti:candidateUsers="${assigneeList8}" activiti:formKey="cloudmark_sop_mark_prep.form"></userTask>
|
|
|
+ <userTask id="f_usertask_cloudmark_mark_final_10" name="评卷收尾" activiti:candidateUsers="${assigneeList10}" activiti:formKey="cloudmark_sop_mark_final.form"></userTask>
|
|
|
+ <userTask id="f_usertask_cloudmark_device_in_11" name="设备入库登记" activiti:candidateUsers="${assigneeList11}" activiti:formKey="cloudmark_sop_device_in.form"></userTask>
|
|
|
+ <sequenceFlow id="flow28" sourceRef="f_usertask_cloudmark_device_in_11" targetRef="f_usertask_cloudmark_end_0"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow29" sourceRef="f_usertask_cloudmark_mark_final_10" targetRef="f_usertask_cloudmark_device_in_11"></sequenceFlow>
|
|
|
+ <userTask id="f_usertask_cloudmark_env_test_5" name="现场环境测试" activiti:candidateUsers="${assigneeList5}" activiti:formKey="cloudmark_sop_env_test.form"></userTask>
|
|
|
+ <sequenceFlow id="flow32" sourceRef="f_usertask_cloudmark_scan_ready_6" targetRef="f_usertask_cloudmark_check_final_7"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow33" sourceRef="f_usertask_cloudmark_check_final_7" targetRef="f_usertask_cloudmark_mark_prep_8"></sequenceFlow>
|
|
|
+ <userTask id="f_usertask_cloudmark_mark_check_9" name="成绩复核" activiti:candidateUsers="${assigneeList9}" activiti:formKey="cloudmark_sop_mark_check.form"></userTask>
|
|
|
+ <sequenceFlow id="flow34" sourceRef="f_usertask_cloudmark_mark_prep_8" targetRef="f_usertask_cloudmark_mark_check_9"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow35" sourceRef="f_usertask_cloudmark_mark_check_9" targetRef="f_usertask_cloudmark_mark_final_10"></sequenceFlow>
|
|
|
+ <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
+ <sequenceFlow id="flow39" name="驳回" sourceRef="exclusivegateway1" targetRef="f_usertask_cloudmark_information_2">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_cloudmark_information_2'}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow44" sourceRef="f_usertask_cloudmark_information_2" targetRef="f_usertask_cloudmark_inside_approve_3"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow45" sourceRef="f_usertask_cloudmark_inside_approve_3" targetRef="exclusivegateway1"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow46" name="通过" sourceRef="exclusivegateway1" targetRef="f_usertask_cloudmark_device_out_4">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approve == 'f_usertask_cloudmark_device_out_4'}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow47" sourceRef="f_usertask_cloudmark_device_out_4" targetRef="f_usertask_cloudmark_env_test_5"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow48" sourceRef="f_usertask_cloudmark_env_test_5" targetRef="f_usertask_cloudmark_scan_ready_6"></sequenceFlow>
|
|
|
+ </process>
|
|
|
+ <bpmndi:BPMNDiagram id="BPMNDiagram_CLOUD_MARK_SOP_FLOW">
|
|
|
+ <bpmndi:BPMNPlane bpmnElement="CLOUD_MARK_SOP_FLOW" id="BPMNPlane_CLOUD_MARK_SOP_FLOW">
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_inside_approve_3" id="BPMNShape_f_usertask_cloudmark_inside_approve_3">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="456.0" y="20.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_end_0" id="BPMNShape_f_usertask_cloudmark_end_0">
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="481.0" y="270.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_information_2" id="BPMNShape_f_usertask_cloudmark_information_2">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="290.0" y="20.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="30.0" y="30.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_first_1" id="BPMNShape_f_usertask_cloudmark_first_1">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="140.0" y="20.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_device_out_4" id="BPMNShape_f_usertask_cloudmark_device_out_4">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="620.0" y="141.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_scan_ready_6" id="BPMNShape_f_usertask_cloudmark_scan_ready_6">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="299.0" y="141.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_check_final_7" id="BPMNShape_f_usertask_cloudmark_check_final_7">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="142.0" y="141.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_mark_prep_8" id="BPMNShape_f_usertask_cloudmark_mark_prep_8">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="10.0" y="141.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_mark_final_10" id="BPMNShape_f_usertask_cloudmark_mark_final_10">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="150.0" y="260.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_device_in_11" id="BPMNShape_f_usertask_cloudmark_device_in_11">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="299.0" y="260.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_env_test_5" id="BPMNShape_f_usertask_cloudmark_env_test_5">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="456.0" y="143.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="f_usertask_cloudmark_mark_check_9" id="BPMNShape_f_usertask_cloudmark_mark_check_9">
|
|
|
+ <omgdc:Bounds height="55.0" width="85.0" x="10.0" y="260.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
|
|
|
+ <omgdc:Bounds height="40.0" width="40.0" x="642.0" y="27.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
|
|
|
+ <omgdi:waypoint x="65.0" y="47.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="140.0" y="47.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
|
|
|
+ <omgdi:waypoint x="225.0" y="47.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="290.0" y="47.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
|
|
|
+ <omgdi:waypoint x="384.0" y="287.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="481.0" y="287.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow29" id="BPMNEdge_flow29">
|
|
|
+ <omgdi:waypoint x="235.0" y="287.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="299.0" y="287.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow32" id="BPMNEdge_flow32">
|
|
|
+ <omgdi:waypoint x="299.0" y="168.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="227.0" y="168.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
|
|
|
+ <omgdi:waypoint x="142.0" y="168.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="95.0" y="168.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow34" id="BPMNEdge_flow34">
|
|
|
+ <omgdi:waypoint x="52.0" y="196.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="52.0" y="260.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow35" id="BPMNEdge_flow35">
|
|
|
+ <omgdi:waypoint x="95.0" y="287.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="150.0" y="287.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow39" id="BPMNEdge_flow39">
|
|
|
+ <omgdi:waypoint x="662.0" y="67.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="506.0" y="118.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="332.0" y="118.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="332.0" y="75.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNLabel>
|
|
|
+ <omgdc:Bounds height="16.0" width="22.0" x="662.0" y="67.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNLabel>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow44" id="BPMNEdge_flow44">
|
|
|
+ <omgdi:waypoint x="375.0" y="47.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="456.0" y="47.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow45" id="BPMNEdge_flow45">
|
|
|
+ <omgdi:waypoint x="541.0" y="47.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="642.0" y="47.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow46" id="BPMNEdge_flow46">
|
|
|
+ <omgdi:waypoint x="662.0" y="67.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="662.0" y="141.0"></omgdi:waypoint>
|
|
|
+ <bpmndi:BPMNLabel>
|
|
|
+ <omgdc:Bounds height="16.0" width="100.0" x="662.0" y="67.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNLabel>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow47" id="BPMNEdge_flow47">
|
|
|
+ <omgdi:waypoint x="620.0" y="168.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="541.0" y="170.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow48" id="BPMNEdge_flow48">
|
|
|
+ <omgdi:waypoint x="456.0" y="170.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="384.0" y="168.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ </bpmndi:BPMNPlane>
|
|
|
+ </bpmndi:BPMNDiagram>
|
|
|
+</definitions>
|