Skip to main content
Version: 8.8 (unreleased)

Tasklist API versions

Tasklist can be used in two modes: V1 (legacy) and V2:

Camunda recommend using V2 for all new projects and migrating existing applications from V1.

Tasklist based on V2 API

Tasklist V2 uses the Orchestration Cluster API, providing a more robust and performant experience.

Key benefits of using V2 include:

Migration from V1 to V2

Before migrating to Tasklist V2 API, review the features exclusive to the deprecated V1 API.

caution

The following features are only available in Tasklist API V1 and are not supported in V2:

  • Job worker-based user tasks
  • Draft variables
  • User task access restrictions (currently not supported; see authorization-based access control for interim access management)
  • Public start forms
  • Advanced process filtering (currently limited to search by process definition ID)
  • Task context description

Ensure your application does not rely on these features before upgrading to the V2 API.

Deprecation timeline

The Tasklist V1 API follows a phased deprecation schedule:

VersionStatus
Camunda 8.8V2 API is the default and recommended option. V1 API is deprecated but remains available via configuration.
Camunda 8.9V1 API remains deprecated and is not recommended for new implementations.
Camunda 8.10V1 API is removed. V2 API is the only available option.
info

The Tasklist V1 UI mode will remain available until Camunda 8.10, allowing time for migration during the deprecation period.

Candidate groups and users

In Tasklist V2, specifying candidate groups and candidate users in BPMN process definitions currently has no effect on task visibility or assignment.

If you need to restrict task visibility based on candidate users and groups, use user task access restrictions with Tasklist V1 mode, or use authorization-based access control for fine-grained access management in V2.

Switching between V1 and V2 modes

SaaS configuration

In Camunda 8 SaaS, Tasklist V2 mode is enabled by default starting with version 8.8. The mode cannot be changed via Console UI for SaaS clusters.

Self-Managed configuration

For Self-Managed installations, you can configure the Tasklist mode using an environment variable:

CAMUNDA_TASKLIST_V2_MODE_ENABLED=false

Set this variable to false to continue using Tasklist V1 mode during the migration period. By default, this is set to true in Camunda 8.8+.

tip

For detailed configuration options, including YAML configuration, see the Tasklist configuration guide.

User task access restrictions

User task access restrictions are only supported when using the Tasklist V1 API and are currently not supported in V2.

In Tasklist V2, use authorization-based access control to manage user permissions and task visibility instead.