Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:rule:subprocess_naming [2024-08-27 20:15] – [✘ How NOT to] Anatoly Belaychuk | en:rule:subprocess_naming [2024-08-27 20:30] (current) – [Notes] Anatoly Belaychuk | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
{{tag> | {{tag> | ||
- | {{en: | + | Name subprocesses as processes, not as tasks. |
- | + | ||
- | Short description. | + | |
===== ✔ How to ===== | ===== ✔ How to ===== | ||
Line 428: | Line 425: | ||
===== Notes ===== | ===== Notes ===== | ||
- | * Extra comments | + | A subprocess has similarities to a task (both are actions within a process) and a process (both contain a flow of activities), |
- | + | but //Hiring subprocess// | |
- | ===== Exceptions ===== | + | |
- | + | ||
- | * Exceptions, if any | + | |
===== See also ===== | ===== See also ===== | ||
- | * References to similar rules (optional) | + | * [[process_naming]] |
+ | * [[task_naming]] | ||
===== Author(s) ===== | ===== Author(s) ===== | ||
- | Signature | + | --- // |