Следующая версия | Предыдущая версия |
ru:rule:overuse_terminate [2024-08-26 15:23] – создано Anatoly Belaychuk | ru:rule:overuse_terminate [2024-08-26 16:07] (текущий) – Anatoly Belaychuk |
---|
====== 0-TBD Не используйте событие-останов без необходимости ====== | ====== Не используйте событие-останов без необходимости ====== |
| |
{{tag>событие-останов событие-ошибка}} | {{tag>событие-останов событие-ошибка}} |
| |
{{:ru:v_razrabotke.png?nolink&200|}} | |
| |
Не используйте событие-останов там, где достаточно простого конечного события. | Не используйте событие-останов там, где достаточно простого конечного события. |
<bpmnio type="bpmn"> | <bpmnio type="bpmn"> |
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> |
<definitions | <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> |
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" | <process id="Process_1mnvr6z"> |
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" | <startEvent id="Event_062fnsl"> |
xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" | <outgoing>Flow_0laf4kl</outgoing> |
xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" | </startEvent> |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | <task id="Activity_13ogizk"> |
id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" | <incoming>Flow_0laf4kl</incoming> |
targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> | <outgoing>Flow_0c4f1tp</outgoing> |
<collaboration id="Collaboration_1oh70al"> | </task> |
<participant id="Participant_1r8g02m" name="Тут паттерны (диаграммы) | <sequenceFlow id="Flow_0laf4kl" sourceRef="Event_062fnsl" targetRef="Activity_13ogizk" /> |
" processRef="Process_1" /> | <exclusiveGateway id="Gateway_0gdgtem"> |
</collaboration> | <incoming>Flow_0c4f1tp</incoming> |
<process id="Process_1" isExecutable="false"> | <outgoing>Flow_0xm926u</outgoing> |
<startEvent id="StartEvent_1" name="Start"> | <outgoing>Flow_0vhr6d8</outgoing> |
<outgoing>SequenceFlow_1</outgoing> | </exclusiveGateway> |
</startEvent> | <sequenceFlow id="Flow_0c4f1tp" sourceRef="Activity_13ogizk" targetRef="Gateway_0gdgtem" /> |
<task id="Task_1" name="Do Something"> | <endEvent id="Event_0kcmbud" name="Успех"> |
<incoming>SequenceFlow_1</incoming> | <incoming>Flow_0xm926u</incoming> |
<incoming>SequenceFlow_121ul2c</incoming> | </endEvent> |
<incoming>SequenceFlow_0nuwads</incoming> | <sequenceFlow id="Flow_0xm926u" sourceRef="Gateway_0gdgtem" targetRef="Event_0kcmbud" /> |
<outgoing>SequenceFlow_2</outgoing> | <endEvent id="Event_1c8sy6y" name="Неудача"> |
</task> | <incoming>Flow_0vhr6d8</incoming> |
<exclusiveGateway id="ExclusiveGateway_1" name="Result OK" gatewayDirection="Diverging"> | </endEvent> |
<incoming>SequenceFlow_2</incoming> | <sequenceFlow id="Flow_0vhr6d8" sourceRef="Gateway_0gdgtem" targetRef="Event_1c8sy6y" /> |
<outgoing>SequenceFlow_0snv4kp</outgoing> | </process> |
<outgoing>SequenceFlow_0nuwads</outgoing> | <bpmndi:BPMNDiagram id="BpmnDiagram_1"> |
</exclusiveGateway> | <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1mnvr6z"> |
<task id="Task_17knw8l" name="Monitor"> | <bpmndi:BPMNShape id="Event_062fnsl_di" bpmnElement="Event_062fnsl"> |
<outgoing>SequenceFlow_121ul2c</outgoing> | <omgdc:Bounds x="192" y="132" width="36" height="36" /> |
</task> | </bpmndi:BPMNShape> |
<endEvent id="EndEvent_0oj7l6x" name="End"> | <bpmndi:BPMNShape id="Activity_13ogizk_di" bpmnElement="Activity_13ogizk"> |
<incoming>SequenceFlow_0snv4kp</incoming> | <omgdc:Bounds x="280" y="110" width="100" height="80" /> |
</endEvent> | </bpmndi:BPMNShape> |
<sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="Task_1" /> | <bpmndi:BPMNShape id="Gateway_0gdgtem_di" bpmnElement="Gateway_0gdgtem" isMarkerVisible="true"> |
<sequenceFlow id="SequenceFlow_121ul2c" sourceRef="Task_17knw8l" targetRef="Task_1" /> | <omgdc:Bounds x="425" y="125" width="50" height="50" /> |
<sequenceFlow id="SequenceFlow_0nuwads" name="No" sourceRef="ExclusiveGateway_1" targetRef="Task_1" /> | </bpmndi:BPMNShape> |
<sequenceFlow id="SequenceFlow_2" sourceRef="Task_1" targetRef="ExclusiveGateway_1" /> | <bpmndi:BPMNShape id="Event_0kcmbud_di" bpmnElement="Event_0kcmbud"> |
<sequenceFlow id="SequenceFlow_0snv4kp" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_0oj7l6x" /> | <omgdc:Bounds x="522" y="132" width="36" height="36" /> |
</process> | <bpmndi:BPMNLabel> |
<bpmndi:BPMNDiagram id="BpmnDiagram_1"> | <omgdc:Bounds x="519" y="175" width="43" height="14" /> |
<bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Collaboration_1oh70al"> | </bpmndi:BPMNLabel> |
<bpmndi:BPMNShape id="Participant_1r8g02m_di" bpmnElement="Participant_1r8g02m"> | </bpmndi:BPMNShape> |
<omgdc:Bounds x="104" y="78" width="668" height="297" /> | <bpmndi:BPMNShape id="Event_1c8sy6y_di" bpmnElement="Event_1c8sy6y"> |
</bpmndi:BPMNShape> | <omgdc:Bounds x="432" y="242" width="36" height="36" /> |
<bpmndi:BPMNShape id="StartEvent_1_gui" bpmnElement="StartEvent_1"> | <bpmndi:BPMNLabel> |
<omgdc:Bounds x="242" y="187" width="30" height="30" /> | <omgdc:Bounds x="433" y="285" width="34" height="14" /> |
<bpmndi:BPMNLabel> | </bpmndi:BPMNLabel> |
<omgdc:Bounds x="212" y="219" width="90" height="22" /> | </bpmndi:BPMNShape> |
</bpmndi:BPMNLabel> | <bpmndi:BPMNEdge id="Flow_0laf4kl_di" bpmnElement="Flow_0laf4kl"> |
</bpmndi:BPMNShape> | <omgdi:waypoint x="228" y="150" /> |
<bpmndi:BPMNShape id="Task_1_gui" bpmnElement="Task_1"> | <omgdi:waypoint x="280" y="150" /> |
<omgdc:Bounds x="340" y="162" width="100" height="80" /> | </bpmndi:BPMNEdge> |
<bpmndi:BPMNLabel> | <bpmndi:BPMNEdge id="Flow_0c4f1tp_di" bpmnElement="Flow_0c4f1tp"> |
<omgdc:Bounds x="118.85714721679688" y="47" width="82.28570556640625" height="12" /> | <omgdi:waypoint x="380" y="150" /> |
</bpmndi:BPMNLabel> | <omgdi:waypoint x="425" y="150" /> |
</bpmndi:BPMNShape> | </bpmndi:BPMNEdge> |
<bpmndi:BPMNShape id="ExclusiveGateway_1_gui" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> | <bpmndi:BPMNEdge id="Flow_0xm926u_di" bpmnElement="Flow_0xm926u"> |
<omgdc:Bounds x="508" y="182" width="40" height="40" /> | <omgdi:waypoint x="475" y="150" /> |
<bpmndi:BPMNLabel> | <omgdi:waypoint x="522" y="150" /> |
<omgdc:Bounds x="483" y="234" width="90" height="24" /> | </bpmndi:BPMNEdge> |
</bpmndi:BPMNLabel> | <bpmndi:BPMNEdge id="Flow_0vhr6d8_di" bpmnElement="Flow_0vhr6d8"> |
</bpmndi:BPMNShape> | <omgdi:waypoint x="450" y="175" /> |
<bpmndi:BPMNShape id="Task_17knw8l_di" bpmnElement="Task_17knw8l"> | <omgdi:waypoint x="450" y="242" /> |
<omgdc:Bounds x="340" y="275" width="100" height="80" /> | </bpmndi:BPMNEdge> |
</bpmndi:BPMNShape> | </bpmndi:BPMNPlane> |
<bpmndi:BPMNShape id="EndEvent_0oj7l6x_di" bpmnElement="EndEvent_0oj7l6x"> | </bpmndi:BPMNDiagram> |
<omgdc:Bounds x="648" y="184" width="36" height="36" /> | </definitions> |
<bpmndi:BPMNLabel> | </bpmnio> |
<omgdc:Bounds x="621" y="220" width="90" height="20" /> | |
</bpmndi:BPMNLabel> | <bpmnio type="bpmn"> |
</bpmndi:BPMNShape> | <?xml version="1.0" encoding="UTF-8"?> |
<bpmndi:BPMNEdge id="SequenceFlow_1_gui" bpmnElement="SequenceFlow_1"> | <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> |
<omgdi:waypoint xsi:type="omgdc:Point" x="272" y="202" /> | <process id="Process_1mnvr6z"> |
<omgdi:waypoint xsi:type="omgdc:Point" x="340" y="202" /> | <startEvent id="Event_062fnsl"> |
<bpmndi:BPMNLabel> | <outgoing>Flow_0laf4kl</outgoing> |
<omgdc:Bounds x="225" y="140" width="90" height="20" /> | </startEvent> |
</bpmndi:BPMNLabel> | <task id="Activity_13ogizk"> |
</bpmndi:BPMNEdge> | <incoming>Flow_11xqc2f</incoming> |
<bpmndi:BPMNEdge id="SequenceFlow_121ul2c_di" bpmnElement="SequenceFlow_121ul2c"> | <outgoing>Flow_0c4f1tp</outgoing> |
<omgdi:waypoint xsi:type="omgdc:Point" x="390" y="275" /> | </task> |
<omgdi:waypoint xsi:type="omgdc:Point" x="390" y="242" /> | <sequenceFlow id="Flow_0laf4kl" sourceRef="Event_062fnsl" targetRef="Gateway_0o0i012" /> |
<bpmndi:BPMNLabel> | <exclusiveGateway id="Gateway_0gdgtem"> |
<omgdc:Bounds x="358" y="273" width="90" height="20" /> | <incoming>Flow_0c4f1tp</incoming> |
</bpmndi:BPMNLabel> | <outgoing>Flow_0xm926u</outgoing> |
</bpmndi:BPMNEdge> | <outgoing>Flow_0vhr6d8</outgoing> |
<bpmndi:BPMNEdge id="SequenceFlow_0nuwads_di" bpmnElement="SequenceFlow_0nuwads"> | </exclusiveGateway> |
<omgdi:waypoint xsi:type="omgdc:Point" x="528" y="182" /> | <sequenceFlow id="Flow_0c4f1tp" sourceRef="Activity_13ogizk" targetRef="Gateway_0gdgtem" /> |
<omgdi:waypoint xsi:type="omgdc:Point" x="528" y="110" /> | <endEvent id="Event_0kcmbud" name="Успех"> |
<omgdi:waypoint xsi:type="omgdc:Point" x="390" y="110" /> | <incoming>Flow_0m2ab2h</incoming> |
<omgdi:waypoint xsi:type="omgdc:Point" x="390" y="162" /> | </endEvent> |
<bpmndi:BPMNLabel> | <sequenceFlow id="Flow_0xm926u" sourceRef="Gateway_0gdgtem" targetRef="Gateway_13q3qbe" /> |
<omgdc:Bounds x="495" y="140" width="90" height="20" /> | <sequenceFlow id="Flow_0vhr6d8" sourceRef="Gateway_0gdgtem" targetRef="Event_1c8sy6y" /> |
</bpmndi:BPMNLabel> | <sequenceFlow id="Flow_11xqc2f" sourceRef="Gateway_0o0i012" targetRef="Activity_13ogizk" /> |
</bpmndi:BPMNEdge> | <parallelGateway id="Gateway_0o0i012"> |
<bpmndi:BPMNEdge id="SequenceFlow_2_di" bpmnElement="SequenceFlow_2"> | <incoming>Flow_0laf4kl</incoming> |
<omgdi:waypoint xsi:type="omgdc:Point" x="440" y="202" /> | <outgoing>Flow_11xqc2f</outgoing> |
<omgdi:waypoint xsi:type="omgdc:Point" x="508" y="202" /> | <outgoing>Flow_1m0unux</outgoing> |
<bpmndi:BPMNLabel> | </parallelGateway> |
<omgdc:Bounds x="433" y="192" width="90" height="20" /> | <sequenceFlow id="Flow_0m2ab2h" sourceRef="Gateway_13q3qbe" targetRef="Event_0kcmbud" /> |
</bpmndi:BPMNLabel> | <parallelGateway id="Gateway_13q3qbe"> |
</bpmndi:BPMNEdge> | <incoming>Flow_0xm926u</incoming> |
<bpmndi:BPMNEdge id="SequenceFlow_0snv4kp_di" bpmnElement="SequenceFlow_0snv4kp"> | <incoming>Flow_036wbwm</incoming> |
<omgdi:waypoint xsi:type="omgdc:Point" x="548" y="202" /> | <outgoing>Flow_0m2ab2h</outgoing> |
<omgdi:waypoint xsi:type="omgdc:Point" x="648" y="202" /> | </parallelGateway> |
<bpmndi:BPMNLabel> | <task id="Activity_11ucvm8"> |
<omgdc:Bounds x="550" y="183" width="90" height="20" /> | <incoming>Flow_1m0unux</incoming> |
</bpmndi:BPMNLabel> | <outgoing>Flow_036wbwm</outgoing> |
</bpmndi:BPMNEdge> | </task> |
</bpmndi:BPMNPlane> | <sequenceFlow id="Flow_1m0unux" sourceRef="Gateway_0o0i012" targetRef="Activity_11ucvm8" /> |
</bpmndi:BPMNDiagram> | <sequenceFlow id="Flow_036wbwm" sourceRef="Activity_11ucvm8" targetRef="Gateway_13q3qbe" /> |
| <endEvent id="Event_1c8sy6y" name="Неудача"> |
| <incoming>Flow_0vhr6d8</incoming> |
| <terminateEventDefinition id="TerminateEventDefinition_0vp3xnz" /> |
| </endEvent> |
| </process> |
| <bpmndi:BPMNDiagram id="BpmnDiagram_1"> |
| <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1mnvr6z"> |
| <bpmndi:BPMNShape id="Activity_13ogizk_di" bpmnElement="Activity_13ogizk"> |
| <omgdc:Bounds x="280" y="110" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Gateway_0gdgtem_di" bpmnElement="Gateway_0gdgtem" isMarkerVisible="true"> |
| <omgdc:Bounds x="425" y="125" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Event_062fnsl_di" bpmnElement="Event_062fnsl"> |
| <omgdc:Bounds x="92" y="132" width="36" height="36" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Gateway_0fie132_di" bpmnElement="Gateway_0o0i012"> |
| <omgdc:Bounds x="175" y="125" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Event_0kcmbud_di" bpmnElement="Event_0kcmbud"> |
| <omgdc:Bounds x="612" y="132" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <omgdc:Bounds x="609" y="175" width="43" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Gateway_02x0kaa_di" bpmnElement="Gateway_13q3qbe"> |
| <omgdc:Bounds x="515" y="125" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Activity_11ucvm8_di" bpmnElement="Activity_11ucvm8"> |
| <omgdc:Bounds x="280" y="-20" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Event_100ufd8_di" bpmnElement="Event_1c8sy6y"> |
| <omgdc:Bounds x="432" y="242" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <omgdc:Bounds x="433" y="285" width="34" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="Flow_0laf4kl_di" bpmnElement="Flow_0laf4kl"> |
| <omgdi:waypoint x="128" y="150" /> |
| <omgdi:waypoint x="175" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0c4f1tp_di" bpmnElement="Flow_0c4f1tp"> |
| <omgdi:waypoint x="380" y="150" /> |
| <omgdi:waypoint x="425" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0xm926u_di" bpmnElement="Flow_0xm926u"> |
| <omgdi:waypoint x="475" y="150" /> |
| <omgdi:waypoint x="515" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0vhr6d8_di" bpmnElement="Flow_0vhr6d8"> |
| <omgdi:waypoint x="450" y="175" /> |
| <omgdi:waypoint x="450" y="242" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_11xqc2f_di" bpmnElement="Flow_11xqc2f"> |
| <omgdi:waypoint x="225" y="150" /> |
| <omgdi:waypoint x="280" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0m2ab2h_di" bpmnElement="Flow_0m2ab2h"> |
| <omgdi:waypoint x="565" y="150" /> |
| <omgdi:waypoint x="612" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_1m0unux_di" bpmnElement="Flow_1m0unux"> |
| <omgdi:waypoint x="200" y="125" /> |
| <omgdi:waypoint x="200" y="20" /> |
| <omgdi:waypoint x="280" y="20" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_036wbwm_di" bpmnElement="Flow_036wbwm"> |
| <omgdi:waypoint x="380" y="20" /> |
| <omgdi:waypoint x="540" y="20" /> |
| <omgdi:waypoint x="540" y="125" /> |
| </bpmndi:BPMNEdge> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
</definitions> | </definitions> |
</bpmnio> | </bpmnio> |
===== ✘ Как НЕ надо ===== | ===== ✘ Как НЕ надо ===== |
| |
Тут антипаттерны (диаграммы) | <bpmnio type="bpmn"> |
| <?xml version="1.0" encoding="UTF-8"?> |
| <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="http://bpmn.io" exporterVersion="0.10.1"> |
| <process id="Process_1mnvr6z"> |
| <startEvent id="Event_062fnsl"> |
| <outgoing>Flow_0laf4kl</outgoing> |
| </startEvent> |
| <task id="Activity_13ogizk"> |
| <incoming>Flow_0laf4kl</incoming> |
| <outgoing>Flow_0c4f1tp</outgoing> |
| </task> |
| <sequenceFlow id="Flow_0laf4kl" sourceRef="Event_062fnsl" targetRef="Activity_13ogizk" /> |
| <exclusiveGateway id="Gateway_0gdgtem"> |
| <incoming>Flow_0c4f1tp</incoming> |
| <outgoing>Flow_0xm926u</outgoing> |
| <outgoing>Flow_0vhr6d8</outgoing> |
| </exclusiveGateway> |
| <sequenceFlow id="Flow_0c4f1tp" sourceRef="Activity_13ogizk" targetRef="Gateway_0gdgtem" /> |
| <endEvent id="Event_0kcmbud" name="Успех"> |
| <incoming>Flow_0xm926u</incoming> |
| </endEvent> |
| <sequenceFlow id="Flow_0xm926u" sourceRef="Gateway_0gdgtem" targetRef="Event_0kcmbud" /> |
| <sequenceFlow id="Flow_0vhr6d8" sourceRef="Gateway_0gdgtem" targetRef="Event_1c8sy6y" /> |
| <endEvent id="Event_1c8sy6y" name="Неудача"> |
| <incoming>Flow_0vhr6d8</incoming> |
| <terminateEventDefinition id="TerminateEventDefinition_1ym5qs7" /> |
| </endEvent> |
| </process> |
| <bpmndi:BPMNDiagram id="BpmnDiagram_1"> |
| <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1mnvr6z"> |
| <bpmndi:BPMNShape id="Event_062fnsl_di" bpmnElement="Event_062fnsl"> |
| <omgdc:Bounds x="192" y="132" width="36" height="36" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Activity_13ogizk_di" bpmnElement="Activity_13ogizk"> |
| <omgdc:Bounds x="280" y="110" width="100" height="80" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Gateway_0gdgtem_di" bpmnElement="Gateway_0gdgtem" isMarkerVisible="true"> |
| <omgdc:Bounds x="425" y="125" width="50" height="50" /> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Event_0kcmbud_di" bpmnElement="Event_0kcmbud"> |
| <omgdc:Bounds x="522" y="132" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <omgdc:Bounds x="519" y="175" width="43" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNShape id="Event_1yaj2bb_di" bpmnElement="Event_1c8sy6y"> |
| <omgdc:Bounds x="432" y="242" width="36" height="36" /> |
| <bpmndi:BPMNLabel> |
| <omgdc:Bounds x="433" y="285" width="34" height="14" /> |
| </bpmndi:BPMNLabel> |
| </bpmndi:BPMNShape> |
| <bpmndi:BPMNEdge id="Flow_0laf4kl_di" bpmnElement="Flow_0laf4kl"> |
| <omgdi:waypoint x="228" y="150" /> |
| <omgdi:waypoint x="280" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0c4f1tp_di" bpmnElement="Flow_0c4f1tp"> |
| <omgdi:waypoint x="380" y="150" /> |
| <omgdi:waypoint x="425" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0xm926u_di" bpmnElement="Flow_0xm926u"> |
| <omgdi:waypoint x="475" y="150" /> |
| <omgdi:waypoint x="522" y="150" /> |
| </bpmndi:BPMNEdge> |
| <bpmndi:BPMNEdge id="Flow_0vhr6d8_di" bpmnElement="Flow_0vhr6d8"> |
| <omgdi:waypoint x="450" y="175" /> |
| <omgdi:waypoint x="450" y="242" /> |
| </bpmndi:BPMNEdge> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
| </definitions> |
| </bpmnio> |
| |
===== Примечания ===== | ===== Примечания ===== |