12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">
- <process id="zcsg" name="资产申购" isExecutable="true">
- <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
- <userTask id="txgz" name="填写购置申请单" activiti:assignee="${applyUserId}"></userTask>
- <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="txgz"></sequenceFlow>
- <userTask id="ksldsh" name="科室领导审核"></userTask>
- <userTask id="cwbmsh" name="财务部门审核"></userTask>
- <sequenceFlow id="flow11" sourceRef="ksldsh" targetRef="cwbmsh"></sequenceFlow>
- <sequenceFlow id="flow16" sourceRef="txgz" targetRef="ksldsh"></sequenceFlow>
- <userTask id="zcbmsh" name="资产部门审核"></userTask>
- <sequenceFlow id="flow19" sourceRef="cwbmsh" targetRef="zcbmsh"></sequenceFlow>
- <userTask id="jldsp" name="局领导审批"></userTask>
- <sequenceFlow id="flow20" sourceRef="zcbmsh" targetRef="jldsp"></sequenceFlow>
- <endEvent id="endevent1" name="End"></endEvent>
- <sequenceFlow id="flow21" sourceRef="jldsp" targetRef="endevent1"></sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_zcsg">
- <bpmndi:BPMNPlane bpmnElement="zcsg" id="BPMNPlane_zcsg">
- <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="12.0" y="170.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="txgz" id="BPMNShape_txgz">
- <omgdc:Bounds height="55.0" width="105.0" x="92.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="ksldsh" id="BPMNShape_ksldsh">
- <omgdc:Bounds height="55.0" width="105.0" x="260.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="cwbmsh" id="BPMNShape_cwbmsh">
- <omgdc:Bounds height="55.0" width="105.0" x="420.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="zcbmsh" id="BPMNShape_zcbmsh">
- <omgdc:Bounds height="55.0" width="105.0" x="570.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="jldsp" id="BPMNShape_jldsp">
- <omgdc:Bounds height="55.0" width="105.0" x="720.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="870.0" y="170.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
- <omgdi:waypoint x="47.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="92.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
- <omgdi:waypoint x="365.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="420.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
- <omgdi:waypoint x="197.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="260.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
- <omgdi:waypoint x="525.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="570.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
- <omgdi:waypoint x="675.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="720.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
- <omgdi:waypoint x="825.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="870.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|