From a56777cf71f5d48d6ce88e47e0f7fe214650356e Mon Sep 17 00:00:00 2001 From: mesellings Date: Wed, 4 Sep 2024 11:36:02 +0100 Subject: [PATCH] TW edit: Removed superfluous sentence --- docs/components/concepts/execution-listeners.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/components/concepts/execution-listeners.md b/docs/components/concepts/execution-listeners.md index c41befb4b03..2be378c28ad 100644 --- a/docs/components/concepts/execution-listeners.md +++ b/docs/components/concepts/execution-listeners.md @@ -89,8 +89,6 @@ End listeners are invoked after applying the variable output mappings and before During execution listener processing, issues can arise that lead to [incidents](/components/concepts/incidents.md). For example, these incidents can occur due to job execution failures or problems during expression evaluation. -The system handles these situations as follows: - ### Job execution failure If an execution listener job fails (for example, if an external service is unavailable), it is retried according to the `retries` property.