Blame view

service-common/src/main/resources/processes/complaint.bpmn 3.85 KB
88e030b7   王彪总   init project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" 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" xmlns:tns="http://www.activiti.org/test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" expressionLanguage="http://www.w3.org/1999/XPath" id="m1572751069159" name="" targetNamespace="http://www.activiti.org/test" typeLanguage="http://www.w3.org/2001/XMLSchema">
    <process id="complaint" isClosed="false" isExecutable="true" name="complaint" processType="None">
      <startEvent id="_2" name="StartEvent"/>
      <userTask activiti:exclusive="true" id="_3" name="complaitDealUser">
        <extensionElements>
          <activiti:taskListener class="com.java110.common.activity.complaint.ComplaintUserListener" event="create"/>
          <activiti:taskListener class="com.java110.common.activity.FreshActHiTaskInstAssigneeListener" event="complete"/>
        </extensionElements>
      </userTask>
      <endEvent id="_4" name="EndEvent"/>
      <sequenceFlow id="_6" sourceRef="_3" targetRef="_4"/>
      <userTask activiti:assignee="${userId}" activiti:exclusive="true" id="_7" name="complaint"/>
      <sequenceFlow id="_8" sourceRef="_2" targetRef="_7"/>
      <sequenceFlow id="_9" sourceRef="_7" targetRef="_3"/>
    </process>
    <bpmndi:BPMNDiagram documentation="background=#FFFFFF;count=1;horizontalcount=1;orientation=0;width=842.4;height=1195.2;imageableWidth=832.4;imageableHeight=1185.2;imageableX=5.0;imageableY=5.0" id="Diagram-_1" name="New Diagram">
      <bpmndi:BPMNPlane bpmnElement="complaint">
        <bpmndi:BPMNShape bpmnElement="_2" id="Shape-_2">
          <omgdc:Bounds height="32.0" width="32.0" x="360.0" y="85.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNShape>
        <bpmndi:BPMNShape bpmnElement="_3" id="Shape-_3">
          <omgdc:Bounds height="55.0" width="150.0" x="305.0" y="325.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="55.0" width="150.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNShape>
        <bpmndi:BPMNShape bpmnElement="_4" id="Shape-_4">
          <omgdc:Bounds height="32.0" width="32.0" x="380.0" y="460.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="32.0" width="32.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNShape>
        <bpmndi:BPMNShape bpmnElement="_7" id="Shape-_7">
          <omgdc:Bounds height="55.0" width="85.0" x="340.0" y="185.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="55.0" width="85.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNShape>
        <bpmndi:BPMNEdge bpmnElement="_6" id="BPMNEdge__6" sourceElement="_3" targetElement="_4">
          <omgdi:waypoint x="396.0" y="380.0"/>
          <omgdi:waypoint x="396.0" y="460.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNEdge>
        <bpmndi:BPMNEdge bpmnElement="_8" id="BPMNEdge__8" sourceElement="_2" targetElement="_7">
          <omgdi:waypoint x="376.0" y="117.0"/>
          <omgdi:waypoint x="376.0" y="185.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNEdge>
        <bpmndi:BPMNEdge bpmnElement="_9" id="BPMNEdge__9" sourceElement="_7" targetElement="_3">
          <omgdi:waypoint x="382.5" y="240.0"/>
          <omgdi:waypoint x="382.5" y="325.0"/>
          <bpmndi:BPMNLabel>
            <omgdc:Bounds height="0.0" width="0.0" x="0.0" y="0.0"/>
          </bpmndi:BPMNLabel>
        </bpmndi:BPMNEdge>
      </bpmndi:BPMNPlane>
    </bpmndi:BPMNDiagram>
  </definitions>