From ddba13d90505b7c4268cf40d8f68d9b4130b4920 Mon Sep 17 00:00:00 2001 From: Christian Konrad <56470362+christian-konrad@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:38:33 +0100 Subject: [PATCH] feat: add alpha availability hint to migration guide (#3459) --- .../tasklist-api-rest/migrate-to-zeebe-user-tasks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/apis-tools/tasklist-api-rest/migrate-to-zeebe-user-tasks.md b/docs/apis-tools/tasklist-api-rest/migrate-to-zeebe-user-tasks.md index ffc42ed1f2..1691e0a2c9 100644 --- a/docs/apis-tools/tasklist-api-rest/migrate-to-zeebe-user-tasks.md +++ b/docs/apis-tools/tasklist-api-rest/migrate-to-zeebe-user-tasks.md @@ -28,6 +28,10 @@ In this guide, you will learn: - How to estimate the impact on a project. - The steps you need to take for a successful migration without interrupting your operations. +:::info +The [Zeebe-based user task implementation](/components/modeler/bpmn/user-tasks/user-tasks.md) is not yet supported in the user interface in version 8.5-alpha2, and ignored in search result sets. However, they can be accessed via the API. To use the Tasklist user interface, use the [job worker-based implementation](/components/modeler/bpmn/user-tasks/user-tasks.md#job-worker-implementation). +::: + ## Decide on your migration path Zeebe user tasks require migration of the user tasks in both your diagrams and the task API.