Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:rule:end_event_naming [2024-08-26 16:59] – [Edit diagram] Anatoly Belaychuken:rule:end_event_naming [2024-11-27 15:27] (current) Anatoly Belaychuk
Line 1: Line 1:
-====== 0-TBD End event name should answer the question "how did it end?"  ======+====== End event name should answer the question "how did the case end?"  ======
  
-{{tag>naming}}+{{tag>naming end_event}}
  
-{{en:underconstruction.png?nolink&200|}} +End event shows the resulting status of the process.
- +
-Put rule description here+
  
 ===== ✔ How to ===== ===== ✔ How to =====
Line 39: Line 37:
       </bpmndi:BPMNShape>       </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="Event_1oja95n_di" bpmnElement="Event_1oja95n">       <bpmndi:BPMNShape id="Event_1oja95n_di" bpmnElement="Event_1oja95n">
-        <omgdc:Bounds x="702" y="82" width="36" height="36" />+        <omgdc:Bounds x="712" y="82" width="36" height="36" />
         <bpmndi:BPMNLabel>         <bpmndi:BPMNLabel>
-          <omgdc:Bounds x="681" y="125" width="78" height="27" />+          <omgdc:Bounds x="691" y="125" width="78" height="27" />
         </bpmndi:BPMNLabel>         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>       </bpmndi:BPMNShape>
Line 51: Line 49:
 ===== ✘ How NOT to ===== ===== ✘ How NOT to =====
  
-Put antipattern (BPMN diagrams) here+<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: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_0r2wcf4"> 
 +    <endEvent id="Event_1af9tdh" name="Completing order" /> 
 +    <endEvent id="Event_095eop8" name="Order status &#34;complete&#34;" /> 
 +  </process> 
 +  <bpmndi:BPMNDiagram id="BpmnDiagram_1"> 
 +    <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_0r2wcf4"> 
 +      <bpmndi:BPMNShape id="Event_1af9tdh_di" bpmnElement="Event_1af9tdh"> 
 +        <omgdc:Bounds x="282" y="82" width="36" height="36" /> 
 +        <bpmndi:BPMNLabel> 
 +          <omgdc:Bounds x="258" y="125" width="86" height="14" /> 
 +        </bpmndi:BPMNLabel> 
 +      </bpmndi:BPMNShape> 
 +      <bpmndi:BPMNShape id="Event_095eop8_di" bpmnElement="Event_095eop8"> 
 +        <omgdc:Bounds x="422" y="82" width="36" height="36" /> 
 +        <bpmndi:BPMNLabel> 
 +          <omgdc:Bounds x="409" y="125" width="62" height="27" /> 
 +        </bpmndi:BPMNLabel> 
 +      </bpmndi:BPMNShape> 
 +    </bpmndi:BPMNPlane> 
 +  </bpmndi:BPMNDiagram> 
 +</definitions> 
 +</bpmnio>
  
 ===== Notes ===== ===== Notes =====
  
-Put extra comments here (this section is optional) +Condsider a summary table for a process in the format "status - quantity". 
- +What you would like to see in the "status" column is what end event names should be.
-===== Exceptions ===== +
- +
-Specify exceptions to the rule above, if any+
  
 ===== See also ===== ===== See also =====
  
-Reference similar rules here (this section is optional)+  * [[start_event_naming]] 
 +  * [[intermediate_event_naming]]
  
 ===== Author(s) ===== ===== Author(s) =====