zhanghua
2024-11-26 c05d148bb0942e7424f8f72d377cc366a33a9e01
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?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:flowable="http://flowable.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.flowable.org/processdef" exporter="Flowable Open Source Modeler" exporterVersion="6.8.1">
  <process id="mytest" name="mytest" isExecutable="true">
    <startEvent id="sid-2B88E115-ED64-4D32-A093-21905A8483B5" flowable:formFieldValidation="true"></startEvent>
    <userTask id="sid-52037585-93EB-4EBA-8CBB-6214556A0A2F" name="提交审核" flowable:assignee="#{testUser}" flowable:formFieldValidation="true">
      <extensionElements>
        <modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
      </extensionElements>
    </userTask>
    <sequenceFlow id="sid-214047A3-771E-40D2-A835-13B127D336E8" sourceRef="sid-2B88E115-ED64-4D32-A093-21905A8483B5" targetRef="sid-52037585-93EB-4EBA-8CBB-6214556A0A2F"></sequenceFlow>
    <sequenceFlow id="sid-2F71C4D2-0515-4964-BB59-FA206DC62900" sourceRef="sid-52037585-93EB-4EBA-8CBB-6214556A0A2F" targetRef="sid-F59D55CF-E5C6-477C-9ED2-83774272663B"></sequenceFlow>
    <parallelGateway id="sid-F59D55CF-E5C6-477C-9ED2-83774272663B" name="领导审核"></parallelGateway>
    <userTask id="sid-9FAA3BCC-F09C-4BF6-B3D5-C0E08E793D5F" name="经理审核" flowable:assignee="#{shenpi2}" flowable:formFieldValidation="true">
      <extensionElements>
        <modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
      </extensionElements>
    </userTask>
    <sequenceFlow id="sid-E1EC25C2-4BFE-4001-937F-1DE84ED940BD" sourceRef="sid-F59D55CF-E5C6-477C-9ED2-83774272663B" targetRef="sid-9FAA3BCC-F09C-4BF6-B3D5-C0E08E793D5F"></sequenceFlow>
    <userTask id="sid-0E43E29B-4A78-4BE2-85F3-017612AB5DF1" name="领导审核" flowable:assignee="#{shenpi1}" flowable:formFieldValidation="true">
      <extensionElements>
        <modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
      </extensionElements>
    </userTask>
    <sequenceFlow id="sid-ED264B2E-436B-4946-AB56-08436AC8FF71" sourceRef="sid-0E43E29B-4A78-4BE2-85F3-017612AB5DF1" targetRef="sid-0B60481F-602F-48CF-8476-4BB848AB0882"></sequenceFlow>
    <parallelGateway id="sid-0B60481F-602F-48CF-8476-4BB848AB0882"></parallelGateway>
    <sequenceFlow id="sid-F79E008A-DCA4-418C-B2EE-157C66E47EE3" sourceRef="sid-9FAA3BCC-F09C-4BF6-B3D5-C0E08E793D5F" targetRef="sid-0B60481F-602F-48CF-8476-4BB848AB0882"></sequenceFlow>
    <userTask id="sid-80D317F8-65EB-4354-891C-09035A2299E8" name="总经理审批" flowable:assignee="#{shenpi3}" flowable:formFieldValidation="true">
      <extensionElements>
        <modeler:initiator-can-complete xmlns:modeler="http://flowable.org/modeler"><![CDATA[false]]></modeler:initiator-can-complete>
      </extensionElements>
    </userTask>
    <sequenceFlow id="sid-7E23B320-994F-4997-A2CD-8905D5E6ECB1" sourceRef="sid-0B60481F-602F-48CF-8476-4BB848AB0882" targetRef="sid-80D317F8-65EB-4354-891C-09035A2299E8"></sequenceFlow>
    <endEvent id="sid-68DB756C-7B0B-462A-A938-1161B9C0535B"></endEvent>
    <sequenceFlow id="sid-09DB9373-D96C-4333-98C9-E3AB1BBF4EB2" sourceRef="sid-80D317F8-65EB-4354-891C-09035A2299E8" targetRef="sid-68DB756C-7B0B-462A-A938-1161B9C0535B"></sequenceFlow>
    <sequenceFlow id="sid-BF19FACD-1B7A-4E15-8DE0-9E5F4E31237D" sourceRef="sid-F59D55CF-E5C6-477C-9ED2-83774272663B" targetRef="sid-0E43E29B-4A78-4BE2-85F3-017612AB5DF1"></sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_mytest">
    <bpmndi:BPMNPlane bpmnElement="mytest" id="BPMNPlane_mytest">
      <bpmndi:BPMNShape bpmnElement="sid-2B88E115-ED64-4D32-A093-21905A8483B5" id="BPMNShape_sid-2B88E115-ED64-4D32-A093-21905A8483B5">
        <omgdc:Bounds height="30.0" width="30.0" x="237.5" y="205.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-52037585-93EB-4EBA-8CBB-6214556A0A2F" id="BPMNShape_sid-52037585-93EB-4EBA-8CBB-6214556A0A2F">
        <omgdc:Bounds height="80.0" width="100.0" x="312.5" y="180.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-F59D55CF-E5C6-477C-9ED2-83774272663B" id="BPMNShape_sid-F59D55CF-E5C6-477C-9ED2-83774272663B">
        <omgdc:Bounds height="40.0" width="40.0" x="457.75" y="200.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-9FAA3BCC-F09C-4BF6-B3D5-C0E08E793D5F" id="BPMNShape_sid-9FAA3BCC-F09C-4BF6-B3D5-C0E08E793D5F">
        <omgdc:Bounds height="80.0" width="100.0" x="630.0" y="315.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-0E43E29B-4A78-4BE2-85F3-017612AB5DF1" id="BPMNShape_sid-0E43E29B-4A78-4BE2-85F3-017612AB5DF1">
        <omgdc:Bounds height="80.0" width="100.0" x="630.0" y="60.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-0B60481F-602F-48CF-8476-4BB848AB0882" id="BPMNShape_sid-0B60481F-602F-48CF-8476-4BB848AB0882">
        <omgdc:Bounds height="40.0" width="40.0" x="870.0" y="270.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-80D317F8-65EB-4354-891C-09035A2299E8" id="BPMNShape_sid-80D317F8-65EB-4354-891C-09035A2299E8">
        <omgdc:Bounds height="80.0" width="100.0" x="955.0" y="250.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-68DB756C-7B0B-462A-A938-1161B9C0535B" id="BPMNShape_sid-68DB756C-7B0B-462A-A938-1161B9C0535B">
        <omgdc:Bounds height="28.0" width="28.0" x="1100.0" y="276.0"></omgdc:Bounds>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-ED264B2E-436B-4946-AB56-08436AC8FF71" id="BPMNEdge_sid-ED264B2E-436B-4946-AB56-08436AC8FF71" flowable:sourceDockerX="50.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="20.5" flowable:targetDockerY="20.5">
        <omgdi:waypoint x="729.9499999999999" y="100.0"></omgdi:waypoint>
        <omgdi:waypoint x="890.5" y="100.0"></omgdi:waypoint>
        <omgdi:waypoint x="890.5" y="270.5"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-214047A3-771E-40D2-A835-13B127D336E8" id="BPMNEdge_sid-214047A3-771E-40D2-A835-13B127D336E8" flowable:sourceDockerX="15.0" flowable:sourceDockerY="15.0" flowable:targetDockerX="50.0" flowable:targetDockerY="40.0">
        <omgdi:waypoint x="267.4499984899576" y="220.0"></omgdi:waypoint>
        <omgdi:waypoint x="312.5" y="220.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-BF19FACD-1B7A-4E15-8DE0-9E5F4E31237D" id="BPMNEdge_sid-BF19FACD-1B7A-4E15-8DE0-9E5F4E31237D" flowable:sourceDockerX="20.5" flowable:sourceDockerY="20.5" flowable:targetDockerX="1.0" flowable:targetDockerY="40.0">
        <omgdi:waypoint x="478.25" y="200.5"></omgdi:waypoint>
        <omgdi:waypoint x="478.25" y="104.0"></omgdi:waypoint>
        <omgdi:waypoint x="629.9999999999997" y="100.02487725040916"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-F79E008A-DCA4-418C-B2EE-157C66E47EE3" id="BPMNEdge_sid-F79E008A-DCA4-418C-B2EE-157C66E47EE3" flowable:sourceDockerX="50.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="20.0" flowable:targetDockerY="20.0">
        <omgdi:waypoint x="729.9499999999999" y="355.0"></omgdi:waypoint>
        <omgdi:waypoint x="890.0" y="355.0"></omgdi:waypoint>
        <omgdi:waypoint x="890.0" y="309.9152927580894"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-2F71C4D2-0515-4964-BB59-FA206DC62900" id="BPMNEdge_sid-2F71C4D2-0515-4964-BB59-FA206DC62900" flowable:sourceDockerX="50.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="20.759493670886076" flowable:targetDockerY="20.5">
        <omgdi:waypoint x="412.44999999999243" y="220.21528410485826"></omgdi:waypoint>
        <omgdi:waypoint x="458.1623037724898" y="220.41230377249934"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-09DB9373-D96C-4333-98C9-E3AB1BBF4EB2" id="BPMNEdge_sid-09DB9373-D96C-4333-98C9-E3AB1BBF4EB2" flowable:sourceDockerX="50.0" flowable:sourceDockerY="40.0" flowable:targetDockerX="14.0" flowable:targetDockerY="14.0">
        <omgdi:waypoint x="1054.95" y="290.0"></omgdi:waypoint>
        <omgdi:waypoint x="1100.0" y="290.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-7E23B320-994F-4997-A2CD-8905D5E6ECB1" id="BPMNEdge_sid-7E23B320-994F-4997-A2CD-8905D5E6ECB1" flowable:sourceDockerX="20.5" flowable:sourceDockerY="20.5" flowable:targetDockerX="50.0" flowable:targetDockerY="40.0">
        <omgdi:waypoint x="909.5247370727432" y="290.4166666666667"></omgdi:waypoint>
        <omgdi:waypoint x="955.0" y="290.21812227074236"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-E1EC25C2-4BFE-4001-937F-1DE84ED940BD" id="BPMNEdge_sid-E1EC25C2-4BFE-4001-937F-1DE84ED940BD" flowable:sourceDockerX="20.5" flowable:sourceDockerY="20.5" flowable:targetDockerX="1.0" flowable:targetDockerY="40.0">
        <omgdi:waypoint x="478.25" y="239.44296062407133"></omgdi:waypoint>
        <omgdi:waypoint x="478.25" y="355.0"></omgdi:waypoint>
        <omgdi:waypoint x="630.0" y="355.0"></omgdi:waypoint>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>