Skip to content

Commit

Permalink
feat: add alpha availability hint to migration guide (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-konrad authored and theburi committed Jun 5, 2024
1 parent 5347119 commit ddba13d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ddba13d

Please sign in to comment.