Skip to content

Commit d4465cd

Browse files
committed
修改了 测试类中部分流程的发布校验状态
1 parent 0f8cf84 commit d4465cd

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_SVFsoM7PEeCP2qZt0MbnYg" name="bpmndiagram">
3-
<collaboration id="_SVFsoc7PEeCP2qZt0MbnYg">
4-
<participant id="_SVFsos7PEeCP2qZt0MbnYg" name="Internal" processRef="_SVNocM7PEeCP2qZt0MbnYg"/>
5-
</collaboration>
6-
<process id="bpmndiagramTest" name="流程图形定义测试">
7-
<startEvent id="StartEvent1" name="开始">
8-
<outgoing>SequenceFlow1</outgoing>
9-
</startEvent>
10-
<sequenceFlow id="SequenceFlow1" name="测试线条" sourceRef="StartEvent1" targetRef="EndEvent1">
11-
<documentation id="_b6zpsM7PEeCP2qZt0MbnYg"></documentation>
12-
</sequenceFlow>
13-
<endEvent id="EndEvent1" name="结束">
14-
<incoming>SequenceFlow1</incoming>
15-
</endEvent>
16-
</process>
17-
<bpmndi:BPMNDiagram id="_Zn2IkM7PEeCP2qZt0MbnYg">
18-
<bpmndi:BPMNPlane id="_Zn2Ikc7PEeCP2qZt0MbnYg" bpmnElement="_SVNocM7PEeCP2qZt0MbnYg">
19-
<bpmndi:BPMNShape id="_VLIssM7PEeCP2qZt0MbnYg" bpmnElement="StartEvent1">
20-
<dc:Bounds height="51.0" width="36.0" x="134.0" y="213.0"/>
21-
</bpmndi:BPMNShape>
22-
<bpmndi:BPMNShape id="_YZ5HsM7PEeCP2qZt0MbnYg" bpmnElement="EndEvent1">
23-
<dc:Bounds height="51.0" width="36.0" x="420.0" y="197.0"/>
24-
</bpmndi:BPMNShape>
25-
<bpmndi:BPMNEdge id="_ZM7uMc7PEeCP2qZt0MbnYg" bpmnElement="SequenceFlow1" sourceElement="_VLIssM7PEeCP2qZt0MbnYg" targetElement="_YZ5HsM7PEeCP2qZt0MbnYg">
26-
<di:waypoint xsi:type="dc:Point" x="170.0" y="231.0"/>
27-
<di:waypoint xsi:type="dc:Point" x="420.0" y="215.0"/>
28-
</bpmndi:BPMNEdge>
29-
</bpmndi:BPMNPlane>
30-
</bpmndi:BPMNDiagram>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:fixflow="http://www.founderfix.com/fixflow" id="_SVFsoM7PEeCP2qZt0MbnYg" name="bpmndiagram">
3+
<collaboration id="_SVFsoc7PEeCP2qZt0MbnYg">
4+
<participant id="_SVFsos7PEeCP2qZt0MbnYg" name="Internal" processRef="_SVNocM7PEeCP2qZt0MbnYg"/>
5+
</collaboration>
6+
<process id="bpmndiagramTest" fixflow:verification="false" name="流程图形定义测试">
7+
<startEvent id="StartEvent1" name="开始">
8+
<outgoing>SequenceFlow1</outgoing>
9+
</startEvent>
10+
<sequenceFlow id="SequenceFlow1" name="测试线条" sourceRef="StartEvent1" targetRef="EndEvent1">
11+
<documentation id="_b6zpsM7PEeCP2qZt0MbnYg"/>
12+
</sequenceFlow>
13+
<endEvent id="EndEvent1" name="结束">
14+
<incoming>SequenceFlow1</incoming>
15+
</endEvent>
16+
</process>
17+
<bpmndi:BPMNDiagram id="_Zn2IkM7PEeCP2qZt0MbnYg">
18+
<bpmndi:BPMNPlane id="_Zn2Ikc7PEeCP2qZt0MbnYg" bpmnElement="_SVNocM7PEeCP2qZt0MbnYg">
19+
<bpmndi:BPMNShape id="_VLIssM7PEeCP2qZt0MbnYg" bpmnElement="StartEvent1">
20+
<dc:Bounds height="51.0" width="36.0" x="134.0" y="213.0"/>
21+
</bpmndi:BPMNShape>
22+
<bpmndi:BPMNShape id="_YZ5HsM7PEeCP2qZt0MbnYg" bpmnElement="EndEvent1">
23+
<dc:Bounds height="51.0" width="36.0" x="420.0" y="197.0"/>
24+
</bpmndi:BPMNShape>
25+
<bpmndi:BPMNEdge id="_ZM7uMc7PEeCP2qZt0MbnYg" bpmnElement="SequenceFlow1" sourceElement="_VLIssM7PEeCP2qZt0MbnYg" targetElement="_YZ5HsM7PEeCP2qZt0MbnYg">
26+
<di:waypoint xsi:type="dc:Point" x="170.0" y="231.0"/>
27+
<di:waypoint xsi:type="dc:Point" x="420.0" y="215.0"/>
28+
</bpmndi:BPMNEdge>
29+
</bpmndi:BPMNPlane>
30+
</bpmndi:BPMNDiagram>
3131
</definitions>

fixflow-test/src/resources/com/founder/fix/fixflow/test/bpmn/subprocess/SubProcessTest.bpmn

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:fixflow="http://www.founderfix.com/fixflow" id="Definitions_1" targetNamespace="http://www.founderfix.com">
3-
<bpmn2:process id="SubProcessTest" fixflow:verification="true" fixflow:dbid="SubProcessTest:1:fd939fb9-a377-4878-8e66-da7056e72c16" name="内部子流程测试流程">
3+
<bpmn2:process id="SubProcessTest" fixflow:verification="false" fixflow:dbid="SubProcessTest:1:fd939fb9-a377-4878-8e66-da7056e72c16" name="内部子流程测试流程">
44
<bpmn2:extensionElements>
55
<fixflow:taskSubject id="TaskSubject_1">
66
<fixflow:expression xsi:type="fixflow:Expression" id="Expression_1" name="&quot;内部子流程测试流程&quot;">&quot;内部子流程测试流程&quot;</fixflow:expression>
@@ -97,6 +97,9 @@
9797
</bpmn2:process>
9898
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default 流程定义">
9999
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SubProcessTest">
100+
<bpmndi:BPMNShape id="BPMNShape_SubProcess_1" bpmnElement="SubProcess_1" isExpanded="true">
101+
<dc:Bounds height="260.0" width="378.0" x="88.0" y="151.0"/>
102+
</bpmndi:BPMNShape>
100103
<bpmndi:BPMNShape id="BPMNShape_1">
101104
<dc:Bounds height="36.0" width="36.0" x="100.0" y="100.0"/>
102105
</bpmndi:BPMNShape>
@@ -109,15 +112,27 @@
109112
<bpmndi:BPMNShape id="BPMNShape_EndEvent_1" bpmnElement="EndEvent_1">
110113
<dc:Bounds height="36.0" width="36.0" x="548.0" y="363.0"/>
111114
</bpmndi:BPMNShape>
115+
<bpmndi:BPMNShape id="BPMNShape_StartEvent_1" bpmnElement="StartEvent_2">
116+
<dc:Bounds height="36.0" width="36.0" x="110.0" y="203.0"/>
117+
</bpmndi:BPMNShape>
118+
<bpmndi:BPMNShape id="BPMNShape_UserTask_2" bpmnElement="UserTask_2">
119+
<dc:Bounds height="50.0" width="110.0" x="210.0" y="196.0"/>
120+
</bpmndi:BPMNShape>
121+
<bpmndi:BPMNShape id="BPMNShape_UserTask_3" bpmnElement="UserTask_3">
122+
<dc:Bounds height="50.0" width="110.0" x="210.0" y="277.0"/>
123+
</bpmndi:BPMNShape>
124+
<bpmndi:BPMNShape id="BPMNShape_EndEvent_2" bpmnElement="EndEvent_2">
125+
<dc:Bounds height="36.0" width="36.0" x="370.0" y="284.0"/>
126+
</bpmndi:BPMNShape>
127+
<bpmndi:BPMNShape id="BPMNShape_UserTask_4" bpmnElement="UserTask_4">
128+
<dc:Bounds height="50.0" width="110.0" x="511.0" y="256.0"/>
129+
</bpmndi:BPMNShape>
112130
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="BPMNShape_StartEvent_2" targetElement="BPMNShape_UserTask_1">
113131
<di:waypoint xsi:type="dc:Point" x="98.0" y="75.0"/>
114132
<di:waypoint xsi:type="dc:Point" x="153.0" y="75.0"/>
115133
<di:waypoint xsi:type="dc:Point" x="153.0" y="75.0"/>
116134
<di:waypoint xsi:type="dc:Point" x="222.0" y="75.0"/>
117135
</bpmndi:BPMNEdge>
118-
<bpmndi:BPMNShape id="BPMNShape_SubProcess_1" bpmnElement="SubProcess_1" isExpanded="true">
119-
<dc:Bounds height="260.0" width="378.0" x="88.0" y="151.0"/>
120-
</bpmndi:BPMNShape>
121136
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="BPMNShape_UserTask_1" targetElement="BPMNShape_SubProcess_1">
122137
<di:waypoint xsi:type="dc:Point" x="277.0" y="100.0"/>
123138
<di:waypoint xsi:type="dc:Point" x="277.0" y="122.0"/>
@@ -130,18 +145,6 @@
130145
<di:waypoint xsi:type="dc:Point" x="486.0" y="281.0"/>
131146
<di:waypoint xsi:type="dc:Point" x="511.0" y="281.0"/>
132147
</bpmndi:BPMNEdge>
133-
<bpmndi:BPMNShape id="BPMNShape_StartEvent_1" bpmnElement="StartEvent_2">
134-
<dc:Bounds height="36.0" width="36.0" x="110.0" y="203.0"/>
135-
</bpmndi:BPMNShape>
136-
<bpmndi:BPMNShape id="BPMNShape_UserTask_2" bpmnElement="UserTask_2">
137-
<dc:Bounds height="50.0" width="110.0" x="210.0" y="196.0"/>
138-
</bpmndi:BPMNShape>
139-
<bpmndi:BPMNShape id="BPMNShape_UserTask_3" bpmnElement="UserTask_3">
140-
<dc:Bounds height="50.0" width="110.0" x="210.0" y="277.0"/>
141-
</bpmndi:BPMNShape>
142-
<bpmndi:BPMNShape id="BPMNShape_EndEvent_2" bpmnElement="EndEvent_2">
143-
<dc:Bounds height="36.0" width="36.0" x="370.0" y="284.0"/>
144-
</bpmndi:BPMNShape>
145148
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="BPMNShape_StartEvent_1" targetElement="BPMNShape_UserTask_2">
146149
<di:waypoint xsi:type="dc:Point" x="146.0" y="221.0"/>
147150
<di:waypoint xsi:type="dc:Point" x="174.0" y="221.0"/>
@@ -160,9 +163,6 @@
160163
<di:waypoint xsi:type="dc:Point" x="342.0" y="302.0"/>
161164
<di:waypoint xsi:type="dc:Point" x="370.0" y="302.0"/>
162165
</bpmndi:BPMNEdge>
163-
<bpmndi:BPMNShape id="BPMNShape_UserTask_4" bpmnElement="UserTask_4">
164-
<dc:Bounds height="50.0" width="110.0" x="511.0" y="256.0"/>
165-
</bpmndi:BPMNShape>
166166
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="BPMNShape_UserTask_4" targetElement="BPMNShape_EndEvent_1">
167167
<di:waypoint xsi:type="dc:Point" x="566.0" y="306.0"/>
168168
<di:waypoint xsi:type="dc:Point" x="566.0" y="331.0"/>

0 commit comments

Comments
 (0)