{"id":13458567,"url":"https://github.com/camunda/camunda-bpm-platform","last_synced_at":"2025-05-12T05:19:08.235Z","repository":{"id":6190451,"uuid":"7420937","full_name":"camunda/camunda-bpm-platform","owner":"camunda","description":"C7 CE enters EOL in October 2025. Please check out C8 https://github.com/camunda/camunda – Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.","archived":false,"fork":false,"pushed_at":"2025-05-09T07:11:58.000Z","size":165142,"stargazers_count":4201,"open_issues_count":944,"forks_count":1610,"subscribers_count":169,"default_branch":"master","last_synced_at":"2025-05-12T02:43:21.562Z","etag":null,"topics":["bpm","bpmn","camunda-bpm-platform","camunda-engine","cmmn","dmn","java","process-engine","workflow"],"latest_commit_sha":null,"homepage":"https://camunda.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camunda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-01-03T10:10:31.000Z","updated_at":"2025-05-11T16:14:19.000Z","dependencies_parsed_at":"2023-10-27T09:29:52.227Z","dependency_job_id":"7e49851a-7380-4d5e-961b-177a299af36c","html_url":"https://github.com/camunda/camunda-bpm-platform","commit_stats":{"total_commits":19461,"total_committers":362,"mean_commits":53.75966850828729,"dds":0.923128307897847,"last_synced_commit":"5573dc9e6d486b233894dc968d976eac251495fc"},"previous_names":[],"tags_count":164,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-bpm-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-bpm-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-bpm-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camunda%2Fcamunda-bpm-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camunda","download_url":"https://codeload.github.com/camunda/camunda-bpm-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672696,"owners_count":21945480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpm","bpmn","camunda-bpm-platform","camunda-engine","cmmn","dmn","java","process-engine","workflow"],"created_at":"2024-07-31T09:00:53.960Z","updated_at":"2025-05-12T05:19:08.212Z","avatar_url":"https://github.com/camunda.png","language":"Java","funding_links":[],"categories":["Java","Orchestration","Recently Updated","Engines","Projects"],"sub_categories":["[May 10, 2025](/content/2025/05/10/README.md)","Workflow Engine"],"readme":"# Camunda Platform 7 - The open source BPMN platform\n\n[![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\u0026logo=apache)](https://github.com/camunda/camunda-bpm-platform/blob/master/LICENSE) [![Forum](https://img.shields.io/badge/forum-camunda-green)](https://forum.camunda.org/)\n\n\u003e [!Caution]  \n\u003e 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.\n\nCamunda 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.\n\n- Web Site: https://www.camunda.org/\n- Getting Started: https://docs.camunda.org/get-started/\n- User Forum: https://forum.camunda.org/\n- Issue Tracker: https://github.com/camunda/camunda-bpm-platform/issues\n- Contribution Guidelines: https://camunda.org/contribute/\n\n## Components\n\nCamunda Platform 7 provides a rich set of components centered around the BPM lifecycle.\n\n#### Process Implementation and Execution\n\n- Camunda Engine - The core component responsible for executing BPMN 2.0 processes.\n- REST API - The REST API provides remote access to running processes.\n- Spring, CDI Integration - Programming model integration that allows developers to write Java Applications that interact with running processes.\n\n#### Process Design\n\n- Camunda Modeler - A [standalone desktop application](https://github.com/camunda/camunda-modeler) that allows business users and developers to design \u0026 configure processes.\n\n#### Process Operations\n\n- Camunda Engine - JMX and advanced Runtime Container Integration for process engine monitoring.\n- Camunda Cockpit - Web application tool for process operations.\n- Camunda Admin - Web application for managing users, groups, and their access permissions.\n\n#### Human Task Management\n\n- Camunda Tasklist - Web application for managing and completing user tasks in the context of processes.\n\n#### And there's more...\n\n- [bpmn.io](https://bpmn.io/) - Toolkits for BPMN, CMMN, and DMN in JavaScript (rendering, modeling)\n- [Community Extensions](https://docs.camunda.org/manual/7.5/introduction/extensions/) - Extensions on top of Camunda Platform 7 provided and maintained by our great open source community\n\n## A Framework\n\nIn contrast to other vendor BPM platforms, Camunda Platform 7 strives to be highly integrable and embeddable. We seek to deliver a great experience to developers that want to use BPM technology in their projects.\n\n### Highly Integrable\n\nOut of the box, Camunda Platform 7 provides infrastructure-level integration with Java EE Application Servers and Servlet Containers.\n\n### Embeddable\n\nMost of the components that make up the platform can even be completely embedded inside an application. For instance, you can add the process engine and the REST API as a library to your application and assemble your custom BPM platform configuration.\n\n## Contributing\n\nPlease see our [contribution guidelines](CONTRIBUTING.md) for how to raise issues and how to contribute code to our project.\n\n## Tests\n\nTo run the tests in this repository, please see our [testing tips and tricks](TESTING.md).\n\n\n## License\n\nThe source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).\n\nCamunda Platform 7 uses and includes third-party dependencies published under various licenses. By downloading and using Camunda Platform 7 artifacts, you agree to their terms and conditions. Refer to https://docs.camunda.org/manual/latest/introduction/third-party-libraries/ for an overview of third-party libraries and particularly important third-party licenses we want to make you aware of.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamunda%2Fcamunda-bpm-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamunda%2Fcamunda-bpm-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamunda%2Fcamunda-bpm-platform/lists"}