From 932a4380af7c3528531c91622b4e970ccc3a0436 Mon Sep 17 00:00:00 2001 From: Tobias Conz <71005504+toco-cam@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:00:09 +0200 Subject: [PATCH] Update user-task-analytics.md (#4037) * Update user-task-analytics.md * backport --------- Co-authored-by: Christina Ausley --- .../userguide/process-analysis/user-task-analytics.md | 2 +- .../userguide/process-analysis/user-task-analytics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optimize/components/userguide/process-analysis/user-task-analytics.md b/optimize/components/userguide/process-analysis/user-task-analytics.md index d3744d91de..10911b005b 100644 --- a/optimize/components/userguide/process-analysis/user-task-analytics.md +++ b/optimize/components/userguide/process-analysis/user-task-analytics.md @@ -56,7 +56,7 @@ To evaluate user tasks, the following features are available in the report build :::warning Known limitations - Currently, user task analytics can be used only with assigned or unassigned time. We are working on analyzing net-work time. -- This will not work with Tasklist and custom task applications that implement the complete [Camunda Tasklist Lifecycle]($docs$/apis-tools/frontend-development/task-applications/introduction-to-task-applications/). +- This will only work with Tasklist and custom task applications implementing the complete [Camunda Tasklist Lifecycle]($docs$/apis-tools/frontend-development/task-applications/introduction-to-task-applications/). - User task analytics only work correctly if all user tasks in a process are of type `Zeebe user task`. The `Job worker` user type does not contain task lifecycle information and is therefore not displayed in the view `User tasks` view. ::: diff --git a/optimize_versioned_docs/version-3.13.0/components/userguide/process-analysis/user-task-analytics.md b/optimize_versioned_docs/version-3.13.0/components/userguide/process-analysis/user-task-analytics.md index d3744d91de..10911b005b 100644 --- a/optimize_versioned_docs/version-3.13.0/components/userguide/process-analysis/user-task-analytics.md +++ b/optimize_versioned_docs/version-3.13.0/components/userguide/process-analysis/user-task-analytics.md @@ -56,7 +56,7 @@ To evaluate user tasks, the following features are available in the report build :::warning Known limitations - Currently, user task analytics can be used only with assigned or unassigned time. We are working on analyzing net-work time. -- This will not work with Tasklist and custom task applications that implement the complete [Camunda Tasklist Lifecycle]($docs$/apis-tools/frontend-development/task-applications/introduction-to-task-applications/). +- This will only work with Tasklist and custom task applications implementing the complete [Camunda Tasklist Lifecycle]($docs$/apis-tools/frontend-development/task-applications/introduction-to-task-applications/). - User task analytics only work correctly if all user tasks in a process are of type `Zeebe user task`. The `Job worker` user type does not contain task lifecycle information and is therefore not displayed in the view `User tasks` view. :::