Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:rule:overuse_terminate [2024-08-26 15:58] – created Anatoly Belaychuken:rule:overuse_terminate [2024-08-26 16:05] (current) – [Notes] Anatoly Belaychuk
Line 3: Line 3:
 {{tag>terminate_event error_event}} {{tag>terminate_event error_event}}
  
-Don't use the terminate event if none end event suffices.+Don't use the terminate event if the none end event suffices.
  
 ===== ✔ How to ===== ===== ✔ How to =====
Line 271: Line 271:
 ===== Notes ===== ===== Notes =====
  
-Используйте событие-останов, если в процессе есть несколько параллельных маршрутов и вам необходимо остановить их все.+Use the terminate event if there are several parallel paths and you need to stop them all.
  
-Не используйте событие-остановчтобы выделить нежелательный вариант завершения процесса, используйте для этого простое конечное событие. +Don't use terminate the terminate event if you need to highlight the unwanted process enduse the none end event instead.
- +
-Это же относится к завершающему событию-ошибке и эскалации.+
  
 +The same applies to the error and escalation end events.
 ===== See also ===== ===== See also =====