123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?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="MEMBER_APPROVAL" name="会员入会审批" isExecutable="true">
- <documentation>{service:"itim-project-service",business:"baseMemberApply",viewName:"membershipProfile"}</documentation>
- <startEvent id="startevent1" name="Start"></startEvent>
- <userTask id="usertask2" name="初步审核" activiti:assignee="${assignee}" activiti:candidateUsers="${candidateUsers}">
- <documentation>{"btns": "4,5","4":{"nextTaskName":"合作组织审议"},"5":{"nextTaskName":"申请人修改"}}</documentation>
- <extensionElements>
- <activiti:taskListener event="complete" class="com.xlkh.cloud.platform.listener.SyncStatusListener"></activiti:taskListener>
- </extensionElements>
- </userTask>
- <userTask id="usertask1" name="申请人修改" activiti:assignee="${startUserId}">
- <documentation>{"btns": "6,7","edit": "true","7":{"nextTaskName":"初步审核","approver":"mutil","group":"MEMBER.GROUP.APPROVE.APPLY"}}</documentation>
- <extensionElements>
- <activiti:taskListener event="complete" class="com.xlkh.cloud.platform.listener.SyncStatusListener"></activiti:taskListener>
- </extensionElements>
- </userTask>
- <sequenceFlow id="flow2" sourceRef="startevent1" targetRef="usertask2"></sequenceFlow>
- <userTask id="usertask5" name="合作组织审议" activiti:assignee="${assignee}" activiti:candidateUsers="${candidateUsers}">
- <documentation>{"btns": "3,4,5","3": {"approver":"none"},"4": {"approver":"none"},"5":{"nextTaskName":"初步审核"}}</documentation>
- <extensionElements>
- <activiti:taskListener event="complete" class="com.xlkh.cloud.platform.listener.SyncStatusListener"></activiti:taskListener>
- </extensionElements>
- </userTask>
- <endEvent id="endevent1" name="End"></endEvent>
- <endEvent id="endevent2" name="End"></endEvent>
- <sequenceFlow id="flow9" name="通过" sourceRef="usertask5" targetRef="endevent2">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved==4}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow10" name="不通过" sourceRef="usertask5" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved==3}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow18" name="审批驳回" sourceRef="usertask2" targetRef="usertask1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved==5}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow19" sourceRef="usertask1" targetRef="exclusivegateway1"></sequenceFlow>
- <sequenceFlow id="flow20" name="重新提交" sourceRef="exclusivegateway1" targetRef="usertask2">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved == 7}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow21" name="取消申请" sourceRef="exclusivegateway1" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved == 6}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow22" name="通过" sourceRef="usertask2" targetRef="usertask5">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved==4}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow23" name="审批驳回" sourceRef="usertask5" targetRef="usertask2">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${approved==5}]]></conditionExpression>
- </sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_MEMBER_APPROVAL">
- <bpmndi:BPMNPlane bpmnElement="MEMBER_APPROVAL" id="BPMNPlane_MEMBER_APPROVAL">
- <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="120.0" y="302.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="usertask2" id="BPMNShape_usertask2">
- <omgdc:Bounds height="55.0" width="105.0" x="220.0" y="292.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="usertask1" id="BPMNShape_usertask1">
- <omgdc:Bounds height="55.0" width="105.0" x="501.0" y="467.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="usertask5" id="BPMNShape_usertask5">
- <omgdc:Bounds height="55.0" width="105.0" x="710.0" y="292.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="880.0" y="420.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
- <omgdc:Bounds height="35.0" width="35.0" x="880.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
- <omgdc:Bounds height="40.0" width="40.0" x="533.0" y="560.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
- <omgdi:waypoint x="155.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="220.0" y="319.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
- <omgdi:waypoint x="815.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="897.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="897.0" y="195.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="100.0" x="864.0" y="250.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
- <omgdi:waypoint x="815.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="897.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="897.0" y="420.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="858.0" y="372.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow18" id="BPMNEdge_flow18">
- <omgdi:waypoint x="325.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="553.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="553.0" y="397.0"></omgdi:waypoint>
- <omgdi:waypoint x="553.0" y="467.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="48.0" x="500.0" y="385.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow19" id="BPMNEdge_flow19">
- <omgdi:waypoint x="553.0" y="522.0"></omgdi:waypoint>
- <omgdi:waypoint x="553.0" y="560.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
- <omgdi:waypoint x="533.0" y="580.0"></omgdi:waypoint>
- <omgdi:waypoint x="272.0" y="579.0"></omgdi:waypoint>
- <omgdi:waypoint x="272.0" y="347.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="48.0" x="361.0" y="561.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
- <omgdi:waypoint x="573.0" y="580.0"></omgdi:waypoint>
- <omgdi:waypoint x="897.0" y="579.0"></omgdi:waypoint>
- <omgdi:waypoint x="897.0" y="455.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="48.0" x="766.0" y="561.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
- <omgdi:waypoint x="325.0" y="319.0"></omgdi:waypoint>
- <omgdi:waypoint x="710.0" y="319.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="604.0" y="302.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
- <omgdi:waypoint x="762.0" y="292.0"></omgdi:waypoint>
- <omgdi:waypoint x="762.0" y="216.0"></omgdi:waypoint>
- <omgdi:waypoint x="272.0" y="216.0"></omgdi:waypoint>
- <omgdi:waypoint x="272.0" y="292.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="48.0" x="504.0" y="195.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|