Skip to main content
Version: 8.8 (unreleased)

8.8 Release notes

These release notes identify the new features included in 8.8, including alpha feature releases.

8.8 minor

Scheduled release dateScheduled end of maintenanceChangelog(s)Release blogUpdate guide
14 October 202513 April 2027---

8.8.0-alpha1

Release dateChangelog(s)Blog
14 October 2025Release blog
note

Some features available in 8.8.0-alpha1 were originally released in 8.7.0 alphas. These features are longer planned for release in 8.7.0. For more information, see the Camunda 8.7 and 8.8 release update blog.

User task listeners SaaSSelf-ManagedModelerOperate

Task lifecycle management is enhanced with user task listeners, allowing users to react to specific user task lifecycle events.

  • Process designers can now model task listeners for different events, such as assigning and completing.
  • Developers can use the same job infrastructure to activate and complete task listener jobs.
  • Operations engineers can easily check details of active and completed task listeners within instances, and efficiently resolve task listener incidents.

This enhancement streamlines operations and ensures smoother incident handling, improving time to unblock process execution.

To learn more about this feature, see user task listeners.

Camunda 8 REST API Query API API

You can now use a single Query API in the Camunda 8 REST API to find process and decision data instead of using multiple component APIs.

For example, send a request to the Query decision definitions endpoint to search for decision definitions.

New Query API endpoints are added as follows:

  • Decision definitions
  • Decision instances
  • Decision requirements
  • Flownode instances
  • Incidents
  • Process definitions
  • Process instances
  • User tasks
  • Variables

To learn more about these endpoints, see the Camunda 8 REST API documentation.

Amazon OpenSearch Optimize support Self-ManagedOptimize

Camunda 8 Self-Managed now fully supports the use of Amazon OpenSearch with Optimize.

Process instance migration SaaSSelf-ManagedZeebe

Enhanced process instance migration allows you to solve problems with process definitions and use the latest process improvements.

You can now migrate the following:

  • Compensation boundary event subscriptions
  • Escalation boundary events
  • Escalation event subprocesses

To learn more about migration, see process instance migration.

Camunda Exporter Self-Managed

A new Camunda Exporter brings the importer and archiving logic of web components (Tasklist and Operate) closer to the distributed platform (Zeebe). The index schema is also being harmonized.

To learn more about this feature, see the Camunda Exporter documentation.

Backup and restore improvements Self-Managed

Camunda backups have been improved and made easier to use. The web application backups are now merged together under one endpoint.

Connector Runtime SaaSSelf-ManagedConnectors

Spring SDK and Camunda REST API Migration

The Connectors experience is enhanced with the migration from the Spring Zeebe to the Camunda REST API, and the removal of dependency on the Operate client.