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 17:01] – [✘ How NOT to] 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 55: Line 53:
 <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"> <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">   <process id="Process_0r2wcf4">
-    <endEvent id="Event_1af9tdh" name="Order fulfilled" /> +    <endEvent id="Event_1af9tdh" name="Completing order" /> 
-    <endEvent id="Event_095eop8" name="Order completed late" /> +    <endEvent id="Event_095eop8" name="Order status &#34;complete&#34;" />
-    <endEvent id="Event_1kocenr" name="Order not completed" /> +
-    <endEvent id="Event_1oja95n" name="Order cancelled by customer" />+
   </process>   </process>
   <bpmndi:BPMNDiagram id="BpmnDiagram_1">   <bpmndi:BPMNDiagram id="BpmnDiagram_1">
Line 65: Line 61:
         <omgdc:Bounds x="282" y="82" width="36" height="36" />         <omgdc:Bounds x="282" y="82" width="36" height="36" />
         <bpmndi:BPMNLabel>         <bpmndi:BPMNLabel>
-          <omgdc:Bounds x="267" y="125" width="66" height="14" />+          <omgdc:Bounds x="258" y="125" width="86" height="14" />
         </bpmndi:BPMNLabel>         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>       </bpmndi:BPMNShape>
Line 71: Line 67:
         <omgdc:Bounds x="422" y="82" width="36" height="36" />         <omgdc:Bounds x="422" y="82" width="36" height="36" />
         <bpmndi:BPMNLabel>         <bpmndi:BPMNLabel>
-          <omgdc:Bounds x="399" y="125" width="82" height="27" /> +          <omgdc:Bounds x="409" y="125" width="62" height="27" />
-        </bpmndi:BPMNLabel> +
-      </bpmndi:BPMNShape> +
-      <bpmndi:BPMNShape id="Event_1kocenr_di" bpmnElement="Event_1kocenr"> +
-        <omgdc:Bounds x="562" y="82" width="36" height="36" /> +
-        <bpmndi:BPMNLabel> +
-          <omgdc:Bounds x="555" y="125" width="51" height="27" /> +
-        </bpmndi:BPMNLabel> +
-      </bpmndi:BPMNShape> +
-      <bpmndi:BPMNShape id="Event_1oja95n_di" bpmnElement="Event_1oja95n"> +
-        <omgdc:Bounds x="712" y="82" width="36" height="36" /> +
-        <bpmndi:BPMNLabel> +
-          <omgdc:Bounds x="691" y="125" width="78" height="27" />+
         </bpmndi:BPMNLabel>         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>       </bpmndi:BPMNShape>
Line 93: Line 77:
 ===== 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) =====