Next revision | Previous revision |
en:rule:end_event_naming [2024-08-22 20:59] – created Anatoly Belaychuk | en:rule:end_event_naming [2024-11-27 15:27] (current) – Anatoly Belaychuk |
---|
====== 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 ===== |
| |
Put patterns (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="Order fulfilled" /> |
| <endEvent id="Event_095eop8" name="Order completed late" /> |
| <endEvent id="Event_1kocenr" name="Order not completed" /> |
| <endEvent id="Event_1oja95n" name="Order cancelled by customer" /> |
| </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="267" y="125" width="66" 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="399" y="125" width="82" 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:BPMNShape> |
| </bpmndi:BPMNPlane> |
| </bpmndi:BPMNDiagram> |
| </definitions> |
| </bpmnio> |
| |
===== ✘ 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 "complete"" /> |
| </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) ===== |