Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Camunda Platform 7 - The open source BPMN platform

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.camunda.bpm/camunda-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.camunda.bpm/camunda-parent) [![camunda manual latest](https://img.shields.io/badge/manual-latest-brown.svg)](https://docs.camunda.org/manual/latest/) [![License](https://img.shields.io/github/license/camunda/camunda-bpm-platform?color=blue&logo=apache)](https://github.com/camunda/camunda-bpm-platform/blob/master/LICENSE) [![Forum](https://img.shields.io/badge/forum-camunda-green)](https://forum.camunda.org/)
[![Maven Central Version](https://img.shields.io/maven-central/v/org.camunda.bpm/camunda-parent)](https://central.sonatype.com/artifact/org.camunda.bpm/camunda-parent) [![camunda manual latest](https://img.shields.io/badge/manual-7.24-brown.svg)](https://docs.camunda.org/manual/7.24/) [![License](https://img.shields.io/github/license/camunda/camunda-bpm-platform?color=blue&logo=apache)](https://github.com/camunda/camunda-bpm-platform/blob/master/LICENSE) [![Forum](https://img.shields.io/badge/forum-camunda-green)](https://forum.camunda.org/)

> [!Caution]
> Camunda 7 Community Edition will reach its **end of life by October 2025** and the Enterprise Edition will move into maintenance mode, receiving only maintenance improvements as well as bug and security fixes from that point forward. Looking ahead, [Camunda 8](https://github.com/camunda/camunda) is the successor to this project, so we strongly encourage you to explore it and contribute there instead.
> [!Caution]
> **Camunda 7 Community Edition (CE)** is **End of Life (EoL)**, and the Enterprise Edition entered long-term support, receiving only maintenance improvements as well as bug and security fixes. Looking ahead, [Camunda 8](https://github.com/camunda/camunda) is the successor to this product, so we strongly encourage you to explore it and contribute there instead. You can also read more about the timeline of [Camunda 7 Enterprise End of Life](https://camunda.com/blog/2025/02/camunda-7-enterprise-end-of-life-extension/) (EoL).

Camunda Platform 7 is a flexible framework for workflow and process automation. Its core is a native BPMN 2.0 process engine that runs inside the Java Virtual Machine. It can be embedded inside any Java application and any Runtime Container. It integrates with Java EE 6 and is a perfect match for the Spring Framework. On top of the process engine, you can choose from a stack of tools for human workflow management, operations and monitoring.

Expand Down