| Next revision | Previous revision |
| en:rule:task_naming [2024-08-22 21:32] – created Anatoly Belaychuk | en:rule:task_naming [2024-08-26 16:53] (current) – [Task name should answer the question "what should we do?"] Anatoly Belaychuk |
|---|
| ====== 0-TBD Task name should answer the question "what should we do?" ====== | ====== Task name should answer the question "what should we do?" ====== |
| |
| {{tag>naming}} | {{tag>naming task}} |
| | |
| {{en:underconstruction.png?nolink&200|}} | |
| | |
| Put rule description here | |
| |
| | Use template //verb noun//. |
| ===== ✔ 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_1a15nod"> |
| | <task id="Activity_1p92x2t" name="Prepare invoice" /> |
| | </process> |
| | <bpmndi:BPMNDiagram id="BpmnDiagram_1"> |
| | <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1a15nod"> |
| | <bpmndi:BPMNShape id="Activity_13ivzax_di" bpmnElement="Activity_1p92x2t"> |
| | <omgdc:Bounds x="240" y="100" width="100" height="80" /> |
| | </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"?> |
| ===== Notes ===== | <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_1a15nod"> |
| Put extra comments here (this section is optional) | <task id="Activity_0w8bt2n" name="Invoice prepared" /> |
| | <task id="Activity_1p92x2t" name="Invoice preparation" /> |
| ===== Exceptions ===== | </process> |
| | <bpmndi:BPMNDiagram id="BpmnDiagram_1"> |
| Specify exceptions to the rule above, if any | <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1a15nod"> |
| | <bpmndi:BPMNShape id="Activity_0w8bt2n_di" bpmnElement="Activity_0w8bt2n"> |
| | <omgdc:Bounds x="460" y="103" width="100" height="80" /> |
| | <bpmndi:BPMNLabel /> |
| | </bpmndi:BPMNShape> |
| | <bpmndi:BPMNShape id="Activity_0uav6cv_di" bpmnElement="Activity_1p92x2t"> |
| | <omgdc:Bounds x="280" y="103" width="100" height="80" /> |
| | </bpmndi:BPMNShape> |
| | </bpmndi:BPMNPlane> |
| | </bpmndi:BPMNDiagram> |
| | </definitions> |
| | </bpmnio> |
| |
| ===== See also ===== | ===== See also ===== |
| |
| Reference similar rules here (this section is optional) | * [[process_naming]] |
| | * [[subprocess_naming]] |
| ===== Author(s) ===== | ===== Author(s) ===== |
| |
| Put signature here | --- //[[user:bell|Anatoly Belaychuk]] 2024-08-26 16:43// |