123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?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="myProcess" name="My process" isExecutable="true">
- <startEvent id="startevent" name="开始"></startEvent>
- <endEvent id="endevent" name="结束"></endEvent>
- <userTask id="dzzpz" name="党总支批准"></userTask>
- <sequenceFlow id="flow1" name="提交申请" sourceRef="startevent" targetRef="dzzpz"></sequenceFlow>
- <serviceTask id="bgdzz" name="报告党总支" activiti:type="mail"></serviceTask>
- <serviceTask id="gs" name="公示" activiti:type="mail"></serviceTask>
- <parallelGateway id="parallelgateway1" name="Parallel Gateway"></parallelGateway>
- <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow3" name="是" sourceRef="exclusivegateway2" targetRef="parallelgateway1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 1}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow2" sourceRef="dzzpz" targetRef="exclusivegateway2"></sequenceFlow>
- <sequenceFlow id="flow4" name="否" sourceRef="exclusivegateway2" targetRef="endevent">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${condition == 0}]]></conditionExpression>
- </sequenceFlow>
- <parallelGateway id="parallelgateway2" name="Parallel Gateway"></parallelGateway>
- <sequenceFlow id="flow9" sourceRef="parallelgateway2" targetRef="endevent"></sequenceFlow>
- <sequenceFlow id="flow5" sourceRef="parallelgateway1" targetRef="bgdzz"></sequenceFlow>
- <sequenceFlow id="flow6" sourceRef="parallelgateway1" targetRef="gs"></sequenceFlow>
- <sequenceFlow id="flow7" sourceRef="bgdzz" targetRef="parallelgateway2"></sequenceFlow>
- <sequenceFlow id="flow8" sourceRef="gs" targetRef="parallelgateway2"></sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_myProcess">
- <bpmndi:BPMNPlane bpmnElement="myProcess" id="BPMNPlane_myProcess">
- <bpmndi:BPMNShape bpmnElement="startevent" id="BPMNShape_startevent">
- <omgdc:Bounds height="35.0" width="35.0" x="120.0" y="250.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent" id="BPMNShape_endevent">
- <omgdc:Bounds height="35.0" width="35.0" x="810.0" y="253.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="dzzpz" id="BPMNShape_dzzpz">
- <omgdc:Bounds height="72.0" width="105.0" x="230.0" y="231.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="bgdzz" id="BPMNShape_bgdzz">
- <omgdc:Bounds height="55.0" width="105.0" x="562.0" y="199.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="gs" id="BPMNShape_gs">
- <omgdc:Bounds height="55.0" width="105.0" x="562.0" y="284.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="parallelgateway1" id="BPMNShape_parallelgateway1">
- <omgdc:Bounds height="40.0" width="40.0" x="470.0" y="246.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="380.0" y="247.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="parallelgateway2" id="BPMNShape_parallelgateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="710.0" y="250.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
- <omgdi:waypoint x="155.0" y="267.0"></omgdi:waypoint>
- <omgdi:waypoint x="230.0" y="267.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="16.0" width="100.0" x="159.0" y="250.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
- <omgdi:waypoint x="420.0" y="267.0"></omgdi:waypoint>
- <omgdi:waypoint x="470.0" y="266.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="16.0" width="100.0" x="419.0" y="251.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
- <omgdi:waypoint x="335.0" y="267.0"></omgdi:waypoint>
- <omgdi:waypoint x="380.0" y="267.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
- <omgdi:waypoint x="400.0" y="287.0"></omgdi:waypoint>
- <omgdi:waypoint x="400.0" y="374.0"></omgdi:waypoint>
- <omgdi:waypoint x="611.0" y="374.0"></omgdi:waypoint>
- <omgdi:waypoint x="827.0" y="374.0"></omgdi:waypoint>
- <omgdi:waypoint x="827.0" y="288.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="16.0" width="100.0" x="420.0" y="337.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
- <omgdi:waypoint x="750.0" y="270.0"></omgdi:waypoint>
- <omgdi:waypoint x="810.0" y="270.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
- <omgdi:waypoint x="490.0" y="246.0"></omgdi:waypoint>
- <omgdi:waypoint x="490.0" y="226.0"></omgdi:waypoint>
- <omgdi:waypoint x="562.0" y="226.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
- <omgdi:waypoint x="490.0" y="286.0"></omgdi:waypoint>
- <omgdi:waypoint x="490.0" y="311.0"></omgdi:waypoint>
- <omgdi:waypoint x="562.0" y="311.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
- <omgdi:waypoint x="667.0" y="226.0"></omgdi:waypoint>
- <omgdi:waypoint x="730.0" y="226.0"></omgdi:waypoint>
- <omgdi:waypoint x="730.0" y="250.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
- <omgdi:waypoint x="667.0" y="311.0"></omgdi:waypoint>
- <omgdi:waypoint x="730.0" y="311.0"></omgdi:waypoint>
- <omgdi:waypoint x="730.0" y="290.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|