From 592c8a2dcc33fd6eb32dbcfbaed4a16aab31d28d Mon Sep 17 00:00:00 2001 From: liyj <15602261488@163.com> Date: Mon, 14 Oct 2024 18:02:15 +0800 Subject: [PATCH] 1、线上来访、来访登记、自行排查流程优化 2、任务新增处理耗时、是否超时、超时小时记录 --- dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_JB_LFDJ_V1.bpmn20.xml | 116 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 84 insertions(+), 32 deletions(-) diff --git a/dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_LFDJ_3LEVEL_V1.bpmn20.xml b/dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_JB_LFDJ_V1.bpmn20.xml similarity index 82% copy from dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_LFDJ_3LEVEL_V1.bpmn20.xml copy to dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_JB_LFDJ_V1.bpmn20.xml index 91e5510..1f91bfa 100644 --- a/dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_LFDJ_3LEVEL_V1.bpmn20.xml +++ b/dyh-service/dyh-mediate/src/main/resources/processes/GZDYH_JB_LFDJ_V1.bpmn20.xml @@ -1,14 +1,14 @@ <?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:flowable="http://flowable.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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.flowable.org/processdef"> - <process id="GZDYH_LFDJ_3LEVEL_V1" name="GZDYH_LFDJ_3LEVEL_V1" isExecutable="true"> - <documentation>GZDYH_LFDJ_3LEVEL_V1</documentation> + <process id="GZDYH_JB_LFDJ_V1" name="GZDYH_JB_LFDJ_V1" isExecutable="true"> + <documentation>GZDYH_JB_LFDJ_V1</documentation> <startEvent id="START" name="开始"/> <userTask id="ZJ_DFP" name="镇街综治中心待分派"/> <sequenceFlow id="sid-B31A9E23-36FD-4F62-B43A-78565EB5F13C" sourceRef="START" targetRef="ZJ_DFP"/> <userTask id="ZJ_DSL" name="镇街级组织待受理"/> <userTask id="BLFK" name="办理反馈"/> <userTask id="JASQ" name="结案申请"/> - <userTask id="JASH" name="结案审核"/> + <userTask id="JASH" name="本级结案审核"/> <userTask id="ZJ_HTSH" name="镇街交办回退-镇街综治中心待审核"/> <userTask id="QJ_SBSH" name="镇街上报-区综治中心待审核"/> <userTask id="QJ_DFP" name="区综治中心待分派"/> @@ -22,20 +22,10 @@ <userTask id="DSRPJ" name="当事人评价"/> <userTask id="JAGD" name="结案归档"/> <endEvent id="END" name="结束"/> - <sequenceFlow id="sid-0BE7C326-1F8B-4223-B72C-06000E33D80C" sourceRef="JAGD" targetRef="END"/> <sequenceFlow id="sid-13C1AC7D-ACE2-45AE-8B02-D9A6E5ADF777" name="通过" sourceRef="BLFK" targetRef="JASQ"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression> </sequenceFlow> <sequenceFlow id="sid-97B79C3A-867D-4057-86E1-58626E22F7E3" name="通过" sourceRef="JASQ" targetRef="JASH"> - <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression> - </sequenceFlow> - <sequenceFlow id="sid-92A3C4E4-5675-4099-BD6C-E0E0D9742620" name="结案审核同意" sourceRef="JASH" targetRef="DSRPJ"> - <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression> - </sequenceFlow> - <sequenceFlow id="sid-B38ABFCE-C643-449F-8AE3-058FE0997A12" name="结案审核不同意" sourceRef="JASH" targetRef="BLFK"> - <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression> - </sequenceFlow> - <sequenceFlow id="sid-27E60A97-AC85-4978-AC3F-3D1A52A2B3A8" name="通过" sourceRef="DSRPJ" targetRef="JAGD"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression> </sequenceFlow> <sequenceFlow id="sid-4E2FBB65-5E57-4536-8F84-A754A1E0A546" name="受理" sourceRef="SJ_DSL" targetRef="BLFK"> @@ -110,9 +100,6 @@ <sequenceFlow id="sid-080C79C3-4D90-407B-8451-F88A2C4D9F7A" name="市交办回退审核同意" sourceRef="SJ_HTSH" targetRef="SJ_DFP"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='htsh_ty'}]]></conditionExpression> </sequenceFlow> - <sequenceFlow id="sid-0B45B4F0-4106-4B5E-A8F4-EFC9832072F8" name="受理" sourceRef="SJ_DFP" targetRef="BLFK"> - <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='sl'}]]></conditionExpression> - </sequenceFlow> <sequenceFlow id="sid-5A452188-7F4A-4160-A8E1-7426B2E324E5" name="区交办镇街综治中心回退审核不同意" sourceRef="QJ_HTSH" targetRef="ZJ_DFP"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='htsh_bty'}]]></conditionExpression> </sequenceFlow> @@ -125,9 +112,42 @@ <sequenceFlow id="sid-F8079D11-8A61-4AF1-89B4-194FE609610C" name="市交办市级组织回退审核不同意" sourceRef="SJ_HTSH" targetRef="SJ_DSL"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='htsh_bty_sj'}]]></conditionExpression> </sequenceFlow> + <userTask id="JASH_YJ" name="一级结案审核"/> + <sequenceFlow id="sid-27E60A97-AC85-4978-AC3F-3D1A52A2B3A8" name="通过" sourceRef="DSRPJ" targetRef="JAGD"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-0BE7C326-1F8B-4223-B72C-06000E33D80C" sourceRef="JAGD" targetRef="END"/> + <userTask id="JASH_EJ" name="二级结案审核"/> + <sequenceFlow id="sid-608D5E79-D8BE-4EB7-B2AE-C5D950CD7A67" name="同意申请上级审核" sourceRef="JASH" targetRef="JASH_YJ"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty_sq'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-0B45B4F0-4106-4B5E-A8F4-EFC9832072F8" name="受理" sourceRef="SJ_DFP" targetRef="BLFK"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='sl'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-B38ABFCE-C643-449F-8AE3-058FE0997A12" name="不同意" sourceRef="JASH" targetRef="BLFK"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-182D28DC-9E2F-4E19-B83C-88780876884C" name="不同意" sourceRef="JASH_YJ" targetRef="BLFK"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-AB67B72C-CA8D-4B66-9F11-36A7814A94A9" name="不同意" sourceRef="JASH_EJ" targetRef="BLFK"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-864EDFD5-BE99-4E33-AD81-C323A98B27EF" name="同意申请上级审核" sourceRef="JASH_YJ" targetRef="JASH_EJ"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty_sq'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-92A3C4E4-5675-4099-BD6C-E0E0D9742620" name="同意" sourceRef="JASH" targetRef="DSRPJ"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-AEEF70CC-28C1-4EF0-B390-59943771D037" name="同意" sourceRef="JASH_YJ" targetRef="DSRPJ"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression> + </sequenceFlow> + <sequenceFlow id="sid-43BDB415-52F8-4336-9D02-11EFFFD99E80" name="同意" sourceRef="JASH_EJ" targetRef="DSRPJ"> + <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression> + </sequenceFlow> </process> - <bpmndi:BPMNDiagram id="BPMNDiagram_GZDYH_LFDJ_3LEVEL_V1"> - <bpmndi:BPMNPlane bpmnElement="GZDYH_LFDJ_3LEVEL_V1" id="BPMNPlane_GZDYH_LFDJ_3LEVEL_V1"> + <bpmndi:BPMNDiagram id="BPMNDiagram_GZDYH_JB_LFDJ_V1"> + <bpmndi:BPMNPlane bpmnElement="GZDYH_JB_LFDJ_V1" id="BPMNPlane_GZDYH_JB_LFDJ_V1"> <bpmndi:BPMNShape bpmnElement="START" id="BPMNShape_START"> <omgdc:Bounds height="30.0" width="30.0" x="14.999999552965178" y="159.99999560415753"/> </bpmndi:BPMNShape> @@ -174,14 +194,25 @@ <omgdc:Bounds height="80.0" width="100.0" x="897.499951943757" y="569.9999551475067"/> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="DSRPJ" id="BPMNShape_DSRPJ"> - <omgdc:Bounds height="80.0" width="100.0" x="1212.4999728053817" y="279.99999895691855"/> + <omgdc:Bounds height="80.0" width="100.0" x="1384.999959319831" y="134.9999959766866"/> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="JAGD" id="BPMNShape_JAGD"> - <omgdc:Bounds height="79.99999999999994" width="100.0" x="1212.4999542012827" y="419.9999874830249"/> + <omgdc:Bounds height="79.99999999999994" width="100.0" x="1544.9999539554133" y="134.9999915808443"/> </bpmndi:BPMNShape> <bpmndi:BPMNShape bpmnElement="END" id="BPMNShape_END"> - <omgdc:Bounds height="28.0" width="28.0" x="1248.4999705925593" y="564.9999905377625"/> + <omgdc:Bounds height="28.0" width="28.0" x="1709.999898076062" y="160.99998678267076"/> </bpmndi:BPMNShape> + <bpmndi:BPMNShape bpmnElement="JASH_YJ" id="BPMNShape_JASH_YJ"> + <omgdc:Bounds height="79.99999999999994" width="100.0" x="1212.4998085200968" y="329.9999901652339"/> + </bpmndi:BPMNShape> + <bpmndi:BPMNShape bpmnElement="JASH_EJ" id="BPMNShape_JASH_EJ"> + <omgdc:Bounds height="80.0" width="100.0" x="1212.4998085200968" y="524.9999843537812"/> + </bpmndi:BPMNShape> + <bpmndi:BPMNEdge bpmnElement="sid-AEEF70CC-28C1-4EF0-B390-59943771D037" id="BPMNEdge_sid-AEEF70CC-28C1-4EF0-B390-59943771D037"> + <omgdi:waypoint x="1312.449808519938" y="369.9999901652339"/> + <omgdi:waypoint x="1409.999959319831" y="369.9999901652339"/> + <omgdi:waypoint x="1409.999959319831" y="214.9499959766866"/> + </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-B31A9E23-36FD-4F62-B43A-78565EB5F13C" id="BPMNEdge_sid-B31A9E23-36FD-4F62-B43A-78565EB5F13C"> <omgdi:waypoint x="44.94999804290022" y="174.99999565478763"/> <omgdi:waypoint x="89.99999731779103" y="174.9999958073552"/> @@ -190,13 +221,13 @@ <omgdi:waypoint x="724.9499861416448" y="589.9999635924936"/> <omgdi:waypoint x="897.499951943757" y="589.9999551937473"/> </bpmndi:BPMNEdge> - <bpmndi:BPMNEdge bpmnElement="sid-92A3C4E4-5675-4099-BD6C-E0E0D9742620" id="BPMNEdge_sid-92A3C4E4-5675-4099-BD6C-E0E0D9742620"> - <omgdi:waypoint x="1262.499984674927" y="214.94999798834328"/> - <omgdi:waypoint x="1262.499977321461" y="279.99999895691855"/> - </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-5A452188-7F4A-4160-A8E1-7426B2E324E5" id="BPMNEdge_sid-5A452188-7F4A-4160-A8E1-7426B2E324E5"> <omgdi:waypoint x="314.9999906122686" y="277.32953442584886"/> <omgdi:waypoint x="189.94999731779103" y="195.62073459326655"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="sid-92A3C4E4-5675-4099-BD6C-E0E0D9742620" id="BPMNEdge_sid-92A3C4E4-5675-4099-BD6C-E0E0D9742620"> + <omgdi:waypoint x="1312.4499891966586" y="174.99999740525425"/> + <omgdi:waypoint x="1384.9999593197122" y="174.99999655919248"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-A06559C9-EAA5-4878-80EE-8E7BE802E321" id="BPMNEdge_sid-A06559C9-EAA5-4878-80EE-8E7BE802E321"> <omgdi:waypoint x="139.99999851965512" y="459.9999773502357"/> @@ -211,6 +242,14 @@ <omgdi:waypoint x="1262.4999891966586" y="68.00000020861626"/> <omgdi:waypoint x="972.4999617040171" y="68.00000020861626"/> <omgdi:waypoint x="972.4999617040171" y="134.99999597668656"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="sid-182D28DC-9E2F-4E19-B83C-88780876884C" id="BPMNEdge_sid-182D28DC-9E2F-4E19-B83C-88780876884C"> + <omgdi:waypoint x="1212.4998085200968" y="336.37928375289255"/> + <omgdi:waypoint x="1022.4499617040169" y="208.5870816826154"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="sid-864EDFD5-BE99-4E33-AD81-C323A98B27EF" id="BPMNEdge_sid-864EDFD5-BE99-4E33-AD81-C323A98B27EF"> + <omgdi:waypoint x="1262.4998085200968" y="409.9499901652339"/> + <omgdi:waypoint x="1262.4998085200968" y="524.9999843537812"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-84E57742-F82B-4B9B-A71B-ABF25770A9CC" id="BPMNEdge_sid-84E57742-F82B-4B9B-A71B-ABF25770A9CC"> <omgdi:waypoint x="367.723736812224" y="539.9499704957021"/> @@ -229,12 +268,16 @@ <omgdi:waypoint x="339.999990165234" y="540.6698924348469"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-27E60A97-AC85-4978-AC3F-3D1A52A2B3A8" id="BPMNEdge_sid-27E60A97-AC85-4978-AC3F-3D1A52A2B3A8"> - <omgdi:waypoint x="1262.4999674899245" y="359.94999895691853"/> - <omgdi:waypoint x="1262.4999595100956" y="419.9999874830249"/> + <omgdi:waypoint x="1484.9499592390052" y="174.9999959370844"/> + <omgdi:waypoint x="1544.9999539553578" y="174.99999355897342"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-0BE7C326-1F8B-4223-B72C-06000E33D80C" id="BPMNEdge_sid-0BE7C326-1F8B-4223-B72C-06000E33D80C"> - <omgdi:waypoint x="1262.4999597040683" y="499.94998748302487"/> - <omgdi:waypoint x="1262.4999686641738" y="564.9999905377625"/> + <omgdi:waypoint x="1644.9499539554017" y="174.9999897210863"/> + <omgdi:waypoint x="1709.9998979149514" y="174.99998730154323"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="sid-608D5E79-D8BE-4EB7-B2AE-C5D950CD7A67" id="BPMNEdge_sid-608D5E79-D8BE-4EB7-B2AE-C5D950CD7A67"> + <omgdi:waypoint x="1262.4999521347984" y="214.94999798834328"/> + <omgdi:waypoint x="1262.49984553563" y="329.9999901652339"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-C180B358-6A35-4378-8CA9-5BAB85FE89F4" id="BPMNEdge_sid-C180B358-6A35-4378-8CA9-5BAB85FE89F4"> <omgdi:waypoint x="189.94999731740805" y="729.9999771515533"/> @@ -270,9 +313,9 @@ <omgdi:waypoint x="319.1602665374066" y="539.9499704957021"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-0B45B4F0-4106-4B5E-A8F4-EFC9832072F8" id="BPMNEdge_sid-0B45B4F0-4106-4B5E-A8F4-EFC9832072F8"> - <omgdi:waypoint x="414.94998591697043" y="749.9999691545976"/> - <omgdi:waypoint x="1021.4999617040171" y="749.9999691545976"/> - <omgdi:waypoint x="1021.499961704017" y="214.94999597668658"/> + <omgdi:waypoint x="414.94998591840306" y="749.9999691545976"/> + <omgdi:waypoint x="997.4999617040171" y="749.9999691545976"/> + <omgdi:waypoint x="997.4999617040171" y="214.94999597668658"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-A8908233-78BC-453D-B685-D4482C4A844D" id="BPMNEdge_sid-A8908233-78BC-453D-B685-D4482C4A844D"> <omgdi:waypoint x="529.9999853968442" y="49.99999865889553"/> @@ -295,6 +338,10 @@ <omgdi:waypoint x="629.9499853968215" y="69.99999865889552"/> <omgdi:waypoint x="947.4999617040171" y="69.99999865889552"/> <omgdi:waypoint x="947.4999617040171" y="134.99999597668656"/> + </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="sid-AB67B72C-CA8D-4B66-9F11-36A7814A94A9" id="BPMNEdge_sid-AB67B72C-CA8D-4B66-9F11-36A7814A94A9"> + <omgdi:waypoint x="1233.8313086495225" y="524.9999843537812"/> + <omgdi:waypoint x="1011.6146073580152" y="214.94999597668658"/> </bpmndi:BPMNEdge> <bpmndi:BPMNEdge bpmnElement="sid-4DC80088-03E0-4790-9A32-5F0361EF0583" id="BPMNEdge_sid-4DC80088-03E0-4790-9A32-5F0361EF0583"> <omgdi:waypoint x="897.499951943757" y="629.9999551937474"/> @@ -338,6 +385,11 @@ <omgdi:waypoint x="189.94999731779103" y="499.9999758270059"/> <omgdi:waypoint x="314.99998591840307" y="499.9999720174086"/> </bpmndi:BPMNEdge> + <bpmndi:BPMNEdge bpmnElement="sid-43BDB415-52F8-4336-9D02-11EFFFD99E80" id="BPMNEdge_sid-43BDB415-52F8-4336-9D02-11EFFFD99E80"> + <omgdi:waypoint x="1312.449808520097" y="564.9999843537812"/> + <omgdi:waypoint x="1459.999959319831" y="564.9999843537812"/> + <omgdi:waypoint x="1459.999959319831" y="214.9499959766866"/> + </bpmndi:BPMNEdge> </bpmndi:BPMNPlane> </bpmndi:BPMNDiagram> </definitions> \ No newline at end of file -- Gitblit v1.8.0