123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- <?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: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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
- <process id="jsxmaqtjsc-city" name="建设项目安全提交审查-市级" isExecutable="true">
- <startEvent id="start" name="Start" activiti:initiator="applyUserId"></startEvent>
- <userTask id="tb" name="wf.tb" activiti:assignee="${applyUserId}">
- <extensionElements>
- <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
- <activiti:field name="varName">
- <activiti:string>var_autoComplete</activiti:string>
- </activiti:field>
- <activiti:field name="varValue">
- <activiti:string>true</activiti:string>
- </activiti:field>
- </activiti:taskListener>
- </extensionElements>
- </userTask>
- <sequenceFlow id="flow1" sourceRef="start" targetRef="tb"></sequenceFlow>
- <userTask id="xssc" name="wf.xssc" activiti:candidateGroups="${role_xssc}"></userTask>
- <sequenceFlow id="flow2" sourceRef="tb" targetRef="xssc"></sequenceFlow>
- <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow3" sourceRef="xssc" targetRef="exclusivegateway1"></sequenceFlow>
- <sequenceFlow id="flow4" name="不通过" sourceRef="exclusivegateway1" targetRef="tb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_xssc}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="zysl" name="wf.zysl" activiti:candidateGroups="${role_zysl}"></userTask>
- <sequenceFlow id="flow5" name="通过" sourceRef="exclusivegateway1" targetRef="zysl">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_xssc}]]></conditionExpression>
- </sequenceFlow>
- <endEvent id="endevent1" name="End"></endEvent>
- <sequenceFlow id="flow8" name="不准予受理" sourceRef="exclusivegateway3" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zysl}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
- <userTask id="sj" name="wf.tjsj" activiti:assignee="${admin}"></userTask>
- <sequenceFlow id="flow10" name="转报" sourceRef="exclusivegateway3" targetRef="sj">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zysl&&auditPass_zb}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="sc" name="wf.sc" activiti:candidateGroups="${role_sc}"></userTask>
- <sequenceFlow id="flow11" name="不转报" sourceRef="exclusivegateway3" targetRef="sc">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zysl&&!auditPass_zb}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow13" sourceRef="sj" targetRef="exclusivegateway4"></sequenceFlow>
- <userTask id="thsl" name="wf.th" activiti:candidateGroups="${role_zb}"></userTask>
- <sequenceFlow id="flow14" name="修改" sourceRef="exclusivegateway4" targetRef="thsl">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sj}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow16" name="完成" sourceRef="exclusivegateway4" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sj}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="sjxg" name="wf.tb" activiti:assignee="${applyUserId}"></userTask>
- <sequenceFlow id="flow18" sourceRef="thsl" targetRef="sjxg"></sequenceFlow>
- <sequenceFlow id="flow19" sourceRef="zb" targetRef="sj"></sequenceFlow>
- <userTask id="zb" name="wf.zb" activiti:candidateGroups="${role_zb}"></userTask>
- <sequenceFlow id="flow20" sourceRef="sjxg" targetRef="zb"></sequenceFlow>
- <userTask id="sh" name="wf.sh" activiti:candidateGroups="${role_sh}"></userTask>
- <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow24" sourceRef="sc" targetRef="exclusivegateway5"></sequenceFlow>
- <sequenceFlow id="flow25" name="不通过" sourceRef="exclusivegateway5" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow26" sourceRef="sh" targetRef="exclusivegateway6"></sequenceFlow>
- <sequenceFlow id="flow27" name="不通过" sourceRef="exclusivegateway6" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sh}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="pz" name="wf.pz" activiti:candidateGroups="${role_pz}"></userTask>
- <sequenceFlow id="flow28" name="通过" sourceRef="exclusivegateway6" targetRef="pz">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sh}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow31" sourceRef="pz" targetRef="endevent1"></sequenceFlow>
- <sequenceFlow id="flow32" sourceRef="zysl" targetRef="exclusivegateway3"></sequenceFlow>
- <sequenceFlow id="flow33" name="通过" sourceRef="exclusivegateway5" targetRef="sh">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
- </sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_aqyssc-city">
- <bpmndi:BPMNPlane bpmnElement="aqyssc-city" id="BPMNPlane_aqyssc-city">
- <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
- <omgdc:Bounds height="35.0" width="35.0" x="20.0" y="143.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
- <omgdc:Bounds height="55.0" width="105.0" x="80.0" y="133.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
- <omgdc:Bounds height="55.0" width="105.0" x="208.0" y="133.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
- <omgdc:Bounds height="40.0" width="40.0" x="330.0" y="140.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="zysl" id="BPMNShape_zysl">
- <omgdc:Bounds height="55.0" width="105.0" x="400.0" y="133.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="918.0" y="390.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
- <omgdc:Bounds height="40.0" width="40.0" x="432.0" y="219.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sj" id="BPMNShape_sj">
- <omgdc:Bounds height="55.0" width="105.0" x="522.0" y="212.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
- <omgdc:Bounds height="55.0" width="105.0" x="777.0" y="133.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
- <omgdc:Bounds height="40.0" width="40.0" x="554.0" y="310.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="thsl" id="BPMNShape_thsl">
- <omgdc:Bounds height="55.0" width="105.0" x="650.0" y="303.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sh" id="BPMNShape_sh">
- <omgdc:Bounds height="55.0" width="105.0" x="1000.0" y="133.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
- <omgdc:Bounds height="40.0" width="40.0" x="915.0" y="140.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
- <omgdc:Bounds height="40.0" width="40.0" x="1032.0" y="219.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="pz" id="BPMNShape_pz">
- <omgdc:Bounds height="55.0" width="105.0" x="1000.0" y="303.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sjxg" id="BPMNShape_sjxg">
- <omgdc:Bounds height="55.0" width="105.0" x="777.0" y="303.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="zb" id="BPMNShape_zb">
- <omgdc:Bounds height="55.0" width="105.0" x="777.0" y="212.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
- <omgdi:waypoint x="55.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="80.0" y="160.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
- <omgdi:waypoint x="185.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="208.0" y="160.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
- <omgdi:waypoint x="313.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="330.0" y="160.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
- <omgdi:waypoint x="350.0" y="140.0"></omgdi:waypoint>
- <omgdi:waypoint x="350.0" y="77.0"></omgdi:waypoint>
- <omgdi:waypoint x="132.0" y="77.0"></omgdi:waypoint>
- <omgdi:waypoint x="132.0" y="133.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="-20.0" y="6.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
- <omgdi:waypoint x="370.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="400.0" y="160.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-15.0" y="-20.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
- <omgdi:waypoint x="452.0" y="259.0"></omgdi:waypoint>
- <omgdi:waypoint x="451.0" y="459.0"></omgdi:waypoint>
- <omgdi:waypoint x="935.0" y="459.0"></omgdi:waypoint>
- <omgdi:waypoint x="935.0" y="425.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="60.0" x="-147.0" y="-29.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
- <omgdi:waypoint x="472.0" y="239.0"></omgdi:waypoint>
- <omgdi:waypoint x="522.0" y="239.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-16.0" y="4.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
- <omgdi:waypoint x="452.0" y="219.0"></omgdi:waypoint>
- <omgdi:waypoint x="549.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="777.0" y="160.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="-20.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
- <omgdi:waypoint x="574.0" y="267.0"></omgdi:waypoint>
- <omgdi:waypoint x="574.0" y="310.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
- <omgdi:waypoint x="594.0" y="330.0"></omgdi:waypoint>
- <omgdi:waypoint x="650.0" y="330.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-19.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
- <omgdi:waypoint x="574.0" y="350.0"></omgdi:waypoint>
- <omgdi:waypoint x="574.0" y="407.0"></omgdi:waypoint>
- <omgdi:waypoint x="918.0" y="407.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-114.0" y="-17.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
- <omgdi:waypoint x="755.0" y="330.0"></omgdi:waypoint>
- <omgdi:waypoint x="777.0" y="330.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
- <omgdi:waypoint x="777.0" y="239.0"></omgdi:waypoint>
- <omgdi:waypoint x="627.0" y="239.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
- <omgdi:waypoint x="829.0" y="303.0"></omgdi:waypoint>
- <omgdi:waypoint x="829.0" y="267.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow24" id="BPMNEdge_flow24">
- <omgdi:waypoint x="882.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="915.0" y="160.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
- <omgdi:waypoint x="935.0" y="180.0"></omgdi:waypoint>
- <omgdi:waypoint x="935.0" y="390.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="5.0" y="-88.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
- <omgdi:waypoint x="1052.0" y="188.0"></omgdi:waypoint>
- <omgdi:waypoint x="1052.0" y="219.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
- <omgdi:waypoint x="1032.0" y="239.0"></omgdi:waypoint>
- <omgdi:waypoint x="973.0" y="239.0"></omgdi:waypoint>
- <omgdi:waypoint x="973.0" y="407.0"></omgdi:waypoint>
- <omgdi:waypoint x="953.0" y="407.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="-61.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
- <omgdi:waypoint x="1052.0" y="259.0"></omgdi:waypoint>
- <omgdi:waypoint x="1052.0" y="303.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="9.0" y="-15.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow31" id="BPMNEdge_flow31">
- <omgdi:waypoint x="1052.0" y="358.0"></omgdi:waypoint>
- <omgdi:waypoint x="1052.0" y="407.0"></omgdi:waypoint>
- <omgdi:waypoint x="953.0" y="407.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow32" id="BPMNEdge_flow32">
- <omgdi:waypoint x="452.0" y="188.0"></omgdi:waypoint>
- <omgdi:waypoint x="452.0" y="219.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow33" id="BPMNEdge_flow33">
- <omgdi:waypoint x="955.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="1000.0" y="160.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-7.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|