123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- <?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-province" name="建设项目安全条件审查-省级" isExecutable="true">
- <startEvent id="start" name="Start"></startEvent>
- <userTask id="sl" name="wf.sl" activiti:candidateGroups="${role_sl}"></userTask>
- <sequenceFlow id="flow1" sourceRef="start" targetRef="sl"></sequenceFlow>
- <userTask id="zlsc" name="wf.zlsc" activiti:candidateGroups="${role_zlsc}"></userTask>
- <sequenceFlow id="flow2" sourceRef="sl" targetRef="zlsc"></sequenceFlow>
- <userTask id="zj" name="wf.zj" activiti:candidateGroups="${role_zj}"></userTask>
- <userTask id="sjxg1" name="wf.sjxg" activiti:assignee="${admin_tb}"></userTask>
- <sequenceFlow id="flow6" sourceRef="sjxg1" targetRef="zlsc"></sequenceFlow>
- <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow7" sourceRef="zj" targetRef="exclusivegateway2"></sequenceFlow>
- <userTask id="sjxg2" name="wf.sjxg" activiti:assignee="${admin_tb}"></userTask>
- <sequenceFlow id="flow8" name="不通过" sourceRef="exclusivegateway2" targetRef="sjxg2">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zj}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow9" sourceRef="sjxg2" targetRef="zj"></sequenceFlow>
- <userTask id="fjsp" name="wf.fjsp" activiti:candidateGroups="${role_fjsp}"></userTask>
- <sequenceFlow id="flow10" name="通过" sourceRef="exclusivegateway2" targetRef="fjsp">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zj}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="zjsp" name="wf.zjsp" activiti:candidateGroups="${role_zjsp}"></userTask>
- <sequenceFlow id="flow11" name="通过" sourceRef="exclusivegateway3" targetRef="zjsp">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_fjsp}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow12" sourceRef="fjsp" targetRef="exclusivegateway3"></sequenceFlow>
- <endEvent id="endevent1" name="End"></endEvent>
- <sequenceFlow id="flow13" name="不通过" sourceRef="exclusivegateway3" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_fjsp}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow15" sourceRef="zjsp" targetRef="endevent1"></sequenceFlow>
- <userTask id="kssc" name="wf.kssc" activiti:candidateGroups="${role_kssc}"></userTask>
- <exclusiveGateway id="exclusivegateway5" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow22" sourceRef="kssc" targetRef="exclusivegateway5"></sequenceFlow>
- <sequenceFlow id="flow23" name="通过" sourceRef="exclusivegateway5" targetRef="zj">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_kssc}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway6" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow26" sourceRef="zlsc" targetRef="exclusivegateway6"></sequenceFlow>
- <sequenceFlow id="flow27" name="不通过" sourceRef="exclusivegateway6" targetRef="sjxg1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zlsc}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow28" name="通过" sourceRef="exclusivegateway6" targetRef="kssc">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zlsc}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow29" name="不通过" sourceRef="exclusivegateway5" targetRef="zlsc">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_kssc}]]></conditionExpression>
- </sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_jsxmaqtjsc-province">
- <bpmndi:BPMNPlane bpmnElement="jsxmaqtjsc-province" id="BPMNPlane_jsxmaqtjsc-province">
- <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
- <omgdc:Bounds height="35.0" width="35.0" x="-280.0" y="110.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sl" id="BPMNShape_sl">
- <omgdc:Bounds height="55.0" width="105.0" x="-180.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="zlsc" id="BPMNShape_zlsc">
- <omgdc:Bounds height="55.0" width="105.0" x="-10.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="zj" id="BPMNShape_zj">
- <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sjxg1" id="BPMNShape_sjxg1">
- <omgdc:Bounds height="55.0" width="105.0" x="95.0" y="190.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="570.0" y="107.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sjxg2" id="BPMNShape_sjxg2">
- <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="190.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="fjsp" id="BPMNShape_fjsp">
- <omgdc:Bounds height="55.0" width="105.0" x="643.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="zjsp" id="BPMNShape_zjsp">
- <omgdc:Bounds height="55.0" width="105.0" x="840.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
- <omgdc:Bounds height="40.0" width="40.0" x="771.0" y="107.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="875.0" y="200.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="usertask6" id="BPMNShape_usertask6">
- <omgdc:Bounds height="55.0" width="105.0" x="205.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway5" id="BPMNShape_exclusivegateway5">
- <omgdc:Bounds height="40.0" width="40.0" x="342.0" y="107.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway6" id="BPMNShape_exclusivegateway6">
- <omgdc:Bounds height="40.0" width="40.0" x="127.0" y="107.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="kssc" id="BPMNShape_kssc">
- <omgdc:Bounds height="55.0" width="105.0" x="205.0" y="100.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
- <omgdi:waypoint x="-245.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="-180.0" y="127.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
- <omgdi:waypoint x="-75.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="-10.0" y="127.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
- <omgdi:waypoint x="95.0" y="217.0"></omgdi:waypoint>
- <omgdi:waypoint x="42.0" y="218.0"></omgdi:waypoint>
- <omgdi:waypoint x="42.0" y="155.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
- <omgdi:waypoint x="525.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="570.0" y="127.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
- <omgdi:waypoint x="590.0" y="147.0"></omgdi:waypoint>
- <omgdi:waypoint x="590.0" y="217.0"></omgdi:waypoint>
- <omgdi:waypoint x="525.0" y="217.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="-47.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
- <omgdi:waypoint x="525.0" y="217.0"></omgdi:waypoint>
- <omgdi:waypoint x="472.0" y="189.0"></omgdi:waypoint>
- <omgdi:waypoint x="472.0" y="155.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
- <omgdi:waypoint x="610.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="643.0" y="127.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-10.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
- <omgdi:waypoint x="811.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="840.0" y="127.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-14.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
- <omgdi:waypoint x="748.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="771.0" y="127.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
- <omgdi:waypoint x="791.0" y="147.0"></omgdi:waypoint>
- <omgdi:waypoint x="791.0" y="217.0"></omgdi:waypoint>
- <omgdi:waypoint x="875.0" y="217.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="2.0" y="-49.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
- <omgdi:waypoint x="892.0" y="155.0"></omgdi:waypoint>
- <omgdi:waypoint x="892.0" y="200.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
- <omgdi:waypoint x="310.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="342.0" y="127.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
- <omgdi:waypoint x="382.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="420.0" y="127.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-11.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow26" id="BPMNEdge_flow26">
- <omgdi:waypoint x="95.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="127.0" y="127.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow27" id="BPMNEdge_flow27">
- <omgdi:waypoint x="147.0" y="147.0"></omgdi:waypoint>
- <omgdi:waypoint x="147.0" y="190.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="0.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow28" id="BPMNEdge_flow28">
- <omgdi:waypoint x="167.0" y="127.0"></omgdi:waypoint>
- <omgdi:waypoint x="205.0" y="127.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="flow29" id="BPMNEdge_flow29">
- <omgdi:waypoint x="362.0" y="107.0"></omgdi:waypoint>
- <omgdi:waypoint x="361.0" y="42.0"></omgdi:waypoint>
- <omgdi:waypoint x="206.0" y="42.0"></omgdi:waypoint>
- <omgdi:waypoint x="40.0" y="42.0"></omgdi:waypoint>
- <omgdi:waypoint x="42.0" y="100.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="0.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|