Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| en:rule:overuse_terminate [2024-08-26 15:58] – [Don't overuse terminate event] Anatoly Belaychuk | en: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 end, use the none end event instead. |
| - | + | ||
| - | Это же относится к завершающему событию-ошибке и эскалации. | + | |
| + | The same applies to the error and escalation end events. | ||
| ===== See also ===== | ===== See also ===== | ||