Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:rule:overuse_terminate [2024-08-26 15:58] – [Don't overuse terminate event] Anatoly Belaychuken:rule:overuse_terminate [2024-08-26 16:05] (current) – [Notes] Anatoly Belaychuk
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 =====