From 0b36e61f022dbcb00e35e589e1a00c0c9d1aa12c Mon Sep 17 00:00:00 2001 From: mesellings Date: Thu, 19 Dec 2024 08:58:33 +0000 Subject: [PATCH] Update 1822 --- docs/reference/release-notes/870.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/870.md b/docs/reference/release-notes/870.md index 505bb4d012..0117795063 100644 --- a/docs/reference/release-notes/870.md +++ b/docs/reference/release-notes/870.md @@ -119,7 +119,7 @@ The new Camunda version supports a new BPMN element: the ad-hoc subprocess. This ### Provide Task Listeners to unblock HTO use cases for Assigning and Completing Events The latest release enhances task lifecycle management, enabling users to react more effectively to various task lifecycle events with Task Listeners. -Now, process designers can effortlessly model task listeners for different events like assignment and complete. Developers can use the same job infrastructure to activate and complete task listener jobs. Operations engineers can easily check details of active and completed task listeners within instances, as well as efficiently resolve task listener incidents. This enhancement streamlines operations and ensures smoother handling of incidents, ultimately improving time to unblock process execution. +Now, process designers can effortlessly model task listeners for different events like `assigning` and `completing`. Developers can use the same job infrastructure to activate and complete task listener jobs. Operations engineers can easily check details of active and completed task listeners within instances, as well as efficiently resolve task listener incidents. This enhancement streamlines operations and ensures smoother handling of incidents, ultimately improving time to unblock process execution. ## 8.7.0-alpha2