Skip to main content
Version: 8.8 (unreleased)

What's new in Camunda 8.8

Learn more about important changes in Camunda 8.8 when migrating from Camunda 8.7.

warning

This documentation page is a work in progress and may contain incomplete, placeholder, or evolving content. While the core concepts introduced in Camunda 8.8 are stable, details and sections here are actively being refined.

See release announcements, release notes, and the quality board for more detail on what's included in Camunda 8.8.

Introducing Camunda 8.8

Camunda 8.8 introduces fundamental changes and enhancements as part of our architecture streamlining initiative, unifying former isolated components such as Operate, Tasklist and identity management into one Orchestration Cluster component that serves a unified Orchestration Cluster API.

The simplest possible deployment now becomes running a single Java application or docker container of the Orchestration Cluster Application.

What's new/changedSummary
Orchestration ClusterThe Orchestration cluster (previously automation cluster) is now the core Camunda 8 component.
Identity, authentication, and authorizationIdentity is now...
APIs and SDKsNew and changed APIs and SDKs for interacting programmatically with the Orchestration cluster.
Camunda User TasksDeprecation of job-based user tasks, replaced by Camunda user tasks.
Camunda Process TestDeprecation of Zeebe Process Test, replaced by Camunda Process Test.
Data and storageExporters, etc.
Deployment and configurationUnified components, etc.

Orchestration Cluster

Administrator (DevOps)Developer

The Orchestration cluster (previously automation cluster) is now the core component of Camunda 8, powering the automation and orchestration of processes.

Diagram showing the orchestration cluster

Zeebe, Operate, and Tasklist

Zeebe, Operate, and Tasklist are consolidated into the Orchestration Cluster application.

Orchestration Cluster Identity

Identity for managing the integrated authentication and authorization.

Orchestration Cluster API

APIs for interacting with the Orchestration cluster programmatically.

Camunda user tasks

Administrator (DevOps)Developer

The Orchestration cluster (previously automation cluster) is now the core component of Camunda 8, powering the automation and orchestration of processes.

Camunda Process Test

Developer

Data and storage

Exporters

A new Camunda Exporter is introduced, bringing the importing and archiving logic of web components (Tasklist and Operate) closer to the distributed platform (Zeebe). This simplifies installation, enables scalability for the web applications, reduces latency when showing runtime and historical data, and reduces data duplication (resource consumption).