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:start_event_naming [2024-08-26 17:52] – [✘ How NOT to] Anatoly Belaychuken:rule:start_event_naming [2024-08-26 20:34] (current) Anatoly Belaychuk
Line 1: Line 1:
-====== 0-TBD Start event name should answer the question "what happened?" ======+====== Start event name should answer the question "what happened?" ======
  
-{{tag>naming}}+{{tag>naming start_event}}
  
-{{en:underconstruction.png?nolink&200|}} +Event must be named as event, not as activity or condition.
- +
-Put rule description here+
  
 ===== ✔ How to ===== ===== ✔ How to =====
Line 63: Line 61:
 <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_1pkubye">   <process id="Process_1pkubye">
-    <startEvent id="Event_049uwl6" name="Service request received">+    <startEvent id="Event_049uwl6" name="Obtain service requests">
       <messageEventDefinition id="MessageEventDefinition_0j5ke6j" />       <messageEventDefinition id="MessageEventDefinition_0j5ke6j" />
     </startEvent>     </startEvent>
-    <startEvent id="Event_0eci8d0" name="Outside temperature dropped below zero">+    <startEvent id="Event_0eci8d0" name="Outside temperature is below zero">
       <conditionalEventDefinition id="ConditionalEventDefinition_0c60u07">       <conditionalEventDefinition id="ConditionalEventDefinition_0c60u07">
         <condition xsi:type="tFormalExpression" />         <condition xsi:type="tFormalExpression" />
       </conditionalEventDefinition>       </conditionalEventDefinition>
     </startEvent>     </startEvent>
-    <startEvent id="Event_0lfs7an" name="&#34;Mayday&#34; received">+    <startEvent id="Event_0lfs7an" name="Receive &#34;mayday&#34;">
       <signalEventDefinition id="SignalEventDefinition_13ytxy3" />       <signalEventDefinition id="SignalEventDefinition_13ytxy3" />
     </startEvent>     </startEvent>
-    <startEvent id="Event_03rulli" name="Got a product idea" />+    <startEvent id="Event_03rulli" name="Get a product idea" />
   </process>   </process>
   <bpmndi:BPMNDiagram id="BpmnDiagram_1">   <bpmndi:BPMNDiagram id="BpmnDiagram_1">
     <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1pkubye">     <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1pkubye">
 +      <bpmndi:BPMNShape id="Event_1ce02mi_di" bpmnElement="Event_049uwl6">
 +        <omgdc:Bounds x="312" y="82" width="36" height="36" />
 +        <bpmndi:BPMNLabel>
 +          <omgdc:Bounds x="291" y="125" width="78" height="27" />
 +        </bpmndi:BPMNLabel>
 +      </bpmndi:BPMNShape>
       <bpmndi:BPMNShape id="Event_1levnwe_di" bpmnElement="Event_0eci8d0">       <bpmndi:BPMNShape id="Event_1levnwe_di" bpmnElement="Event_0eci8d0">
         <omgdc:Bounds x="452" y="82" width="36" height="36" />         <omgdc:Bounds x="452" y="82" width="36" height="36" />
         <bpmndi:BPMNLabel>         <bpmndi:BPMNLabel>
-          <omgdc:Bounds x="433" y="125" width="74" height="53" />+          <omgdc:Bounds x="435" y="125" width="70" height="40" />
         </bpmndi:BPMNLabel>         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>       </bpmndi:BPMNShape>
Line 88: Line 92:
         <bpmndi:BPMNLabel>         <bpmndi:BPMNLabel>
           <omgdc:Bounds x="587" y="125" width="47" height="27" />           <omgdc:Bounds x="587" y="125" width="47" height="27" />
-        </bpmndi:BPMNLabel> 
-      </bpmndi:BPMNShape> 
-      <bpmndi:BPMNShape id="Event_1ce02mi_di" bpmnElement="Event_049uwl6"> 
-        <omgdc:Bounds x="312" y="82" width="36" height="36" /> 
-        <bpmndi:BPMNLabel> 
-          <omgdc:Bounds x="291" y="125" width="78" height="27" /> 
         </bpmndi:BPMNLabel>         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>       </bpmndi:BPMNShape>
Line 106: Line 104:
 </definitions> </definitions>
 </bpmnio> </bpmnio>
-===== Notes ===== 
- 
-Put extra comments here (this section is optional) 
  
 ===== Exceptions ===== ===== Exceptions =====
Line 135: Line 130:
 ===== See also ===== ===== See also =====
  
-Reference similar rules here (this section is optional) +  * [[end_event_naming]] 
 +  * [[intermediate_event_naming]]
 ===== Author(s) ===== ===== Author(s) =====
  
  --- //[[user:bell|Anatoly Belaychuk]] 2024-08-22 21:03//  --- //[[user:bell|Anatoly Belaychuk]] 2024-08-22 21:03//