fuliqi
2024-02-19 dd81058589bad62f173d9e2663f71c69776d9205
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
<?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/processdef">
  <process id="test123" name="test" isExecutable="true">
    <documentation>test666</documentation>
    <startEvent id="startEvent1"></startEvent>
    <userTask id="sid-EE3BEEF8-26CD-410A-B3C4-5179659D6B84" name="人事审批" activiti:assignee="${assign1}">
      <extensionElements>
        <modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
      </extensionElements>
    </userTask>
    <userTask id="sid-0DA86C78-5256-4C0B-86EE-AFEBCE167F35" name="经理审批" activiti:assignee="${assign2}">
      <extensionElements>
        <modeler:initiator-can-complete xmlns:modeler="http://activiti.com/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
      </extensionElements>
    </userTask>
    <sequenceFlow id="sid-3377FFB1-3D86-4778-9466-27DED3485F8D" sourceRef="sid-EE3BEEF8-26CD-410A-B3C4-5179659D6B84" targetRef="sid-0DA86C78-5256-4C0B-86EE-AFEBCE167F35"></sequenceFlow>
    <endEvent id="sid-B6484F16-D3D2-4D39-8E79-96ABE0752D42"></endEvent>
    <sequenceFlow id="sid-3A4D33A7-FF3C-488F-8C7A-04E5BF01A79F" sourceRef="startEvent1" targetRef="sid-EE3BEEF8-26CD-410A-B3C4-5179659D6B84"></sequenceFlow>
    <sequenceFlow id="sid-36650CA7-B2C2-4DE8-BD6B-2696C6CDFB3A" sourceRef="sid-0DA86C78-5256-4C0B-86EE-AFEBCE167F35" targetRef="sid-B6484F16-D3D2-4D39-8E79-96ABE0752D42"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_test123">
    <bpmndi:BPMNPlane bpmnElement="test123" id="BPMNPlane_test123">
      <bpmndi:BPMNShape bpmnElement="startEvent1" id="BPMNShape_startEvent1">
        <omgdc:Bounds height="30.0" width="30.0" x="100.0" y="163.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-EE3BEEF8-26CD-410A-B3C4-5179659D6B84" id="BPMNShape_sid-EE3BEEF8-26CD-410A-B3C4-5179659D6B84">
        <omgdc:Bounds height="80.0" width="100.0" x="175.0" y="138.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-0DA86C78-5256-4C0B-86EE-AFEBCE167F35" id="BPMNShape_sid-0DA86C78-5256-4C0B-86EE-AFEBCE167F35">
        <omgdc:Bounds height="80.0" width="100.0" x="320.0" y="138.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-B6484F16-D3D2-4D39-8E79-96ABE0752D42" id="BPMNShape_sid-B6484F16-D3D2-4D39-8E79-96ABE0752D42">
        <omgdc:Bounds height="28.0" width="28.0" x="465.0" y="164.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-3A4D33A7-FF3C-488F-8C7A-04E5BF01A79F" id="BPMNEdge_sid-3A4D33A7-FF3C-488F-8C7A-04E5BF01A79F">
        <omgdi:waypoint x="130.0" y="178.0"></omgdi:waypoint>
        <omgdi:waypoint x="175.0" y="178.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-3377FFB1-3D86-4778-9466-27DED3485F8D" id="BPMNEdge_sid-3377FFB1-3D86-4778-9466-27DED3485F8D">
        <omgdi:waypoint x="275.0" y="178.0"></omgdi:waypoint>
        <omgdi:waypoint x="320.0" y="178.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-36650CA7-B2C2-4DE8-BD6B-2696C6CDFB3A" id="BPMNEdge_sid-36650CA7-B2C2-4DE8-BD6B-2696C6CDFB3A">
        <omgdi:waypoint x="420.0" y="178.0"></omgdi:waypoint>
        <omgdi:waypoint x="465.0" y="178.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>