Skip to content

Commit

Permalink
docs: improve user task listeners concept page in response to review …
Browse files Browse the repository at this point in the history
…comments

Co-authored-by: Ana Vinogradova <[email protected]>
  • Loading branch information
ce-dmelnych and ana-vinogradova-camunda committed Jan 2, 2025
1 parent f81367c commit 1f6555a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/components/concepts/user-task-listeners.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
id: user-task-listeners
title: "User task listeners"
description: "User task listeners allow users to react to specific user task lifecycle events by executing custom logic."
description: "User task listeners allow users to react to specific user task lifecycle events by executing custom Java code, enabling dynamic handling of user tasks."
---

A user task listener (UTL) allows users to react to specific user task lifecycle events by executing custom logic.
A user task listener allows users to react to specific user task lifecycle events by executing custom Java code, enabling dynamic handling of user tasks.

## About user task listeners

Expand Down Expand Up @@ -159,7 +159,7 @@ If a user task listener job fails or its expression evaluation raises an inciden

There are two types of incidents for task listeners:

- **Expression evaluation failure**: Raised when a property expression (e.g., `type`) fails to evaluate.
- **Expression evaluation failure**: Raised when a property expression (for example, `type`) fails to evaluate.
- **Job failure**: Raised when a user task listener job exhausts all retries.

## Limitations
Expand Down

0 comments on commit 1f6555a

Please sign in to comment.