Camunda Automation Platform 7.22 Released!

What’s new in Camunda 7.22!

Read more in the release blog post!

Important: Camunda 7 CE will EOL (end of life) in October 2025 with a final release (v7.24) happening on Oct 14, 2025. For more information about C7CE EOL, click here; for more information about C7EE support, click here.

Our latest release of Camunda 7 focuses on iterative feature improvements to the Developer and Operator experience. We also upgraded supported environments to the latest version to ensure the long-term maintainability of Camunda 7, and allow for continued support until 2027 and extended support agreements until 2030.

Tomcat 10

Besides Tomcat 9, the supported environments are extended with Tomcat 10 (10.1.25). Tomcat 10 is the first version that supports Jakarta 10 and the new Jakarta namespace.

Camunda Run Spring Security OAuth2 integration

Camunda-provided docker image with minimal customization to enable SSO integration.

Query Historic Task Instances by root process instance ID

Developers can now query historic task instances while filtering on root process instance ID, which means they can now retrieve all task instances triggered by one particular process with a single API call.

Camunda Docker image JDBC driver versions can be overridden

Users can now build their own docker images and use custom MySQL and PostgreSQL JDBC driver versions thanks to the newly introduced build arguments POSTGRESQL_VERSION and MYSQL_VERSION.

Task API is extended with taskState field

You can now easily track the task’s state (Created, Updated, Completed, etc.) with our Java and REST API, for both runtime and historical tasks.

HTTP Connector—HTTP response error handling

By default, the HTTP Connector does not handle 4XX and 5XX related response errors during HTTP calls. With this update, users can now enable the handling of these errors without additional scripting.

Environment updates

See all environment updates in the Camunda Docs.

4 Likes