Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:rule:overuse_terminate [2024-08-26 15:58] – created Anatoly Belaychuk | en:rule:overuse_terminate [2024-08-26 16:05] (current) – [Notes] Anatoly Belaychuk | ||
---|---|---|---|
Line 3: | Line 3: | ||
{{tag> | {{tag> | ||
- | 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 end, use the none end event instead. |
- | + | ||
- | Это же относится к завершающему событию-ошибке и эскалации. | + | |
+ | The same applies to the error and escalation end events. | ||
===== See also ===== | ===== See also ===== | ||