Skip to content

Commit

Permalink
chore(readme): add badge for docs manual
Browse files Browse the repository at this point in the history
related to CAM-12584
  • Loading branch information
AshishMhrzn10 committed Oct 13, 2020
1 parent 2faaae9 commit 1199657
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
# Camunda BPM - The open source BPM 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)
[![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](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/)

camunda BPM platform is a flexible framework for workflow and process automation. It's 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 & monitoring.

* Web Site: https://www.camunda.org/
* Getting Started: https://docs.camunda.org/get-started/
* User Forum: https://forum.camunda.org/
* Issue Tracker: https://app.camunda.com/jira
* Contribution Guidelines: https://camunda.org/contribute/
* License: The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).

- Web Site: https://www.camunda.org/
- Getting Started: https://docs.camunda.org/get-started/
- User Forum: https://forum.camunda.org/
- Issue Tracker: https://app.camunda.com/jira
- Contribution Guidelines: https://camunda.org/contribute/
- License: The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).

## Components

camunda BPM platform provides a rich set of components centered around the BPM lifecycle.

#### Process Implementation and Execution
* camunda engine - The core component responsible for executing BPMN 2.0 processes.
* REST API - The REST API provides remote access to running processes.
* Spring, CDI integration - Programming model integration that allows developers to write Java Applications that interact with running processes.

- camunda engine - The core component responsible for executing BPMN 2.0 processes.
- REST API - The REST API provides remote access to running processes.
- Spring, CDI integration - Programming model integration that allows developers to write Java Applications that interact with running processes.

#### Process Design
* camunda modeler - A [standalone desktop application](https://github.com/camunda/camunda-modeler) that allows business users and developers to design & configure processes.

- camunda modeler - A [standalone desktop application](https://github.com/camunda/camunda-modeler) that allows business users and developers to design & configure processes.

#### Process Operations
* camunda engine - JMX and advanced Runtime Container Integration for process engine monitoring.
* camunda cockpit - Web application tool for process operations.
* camunda admin - Web application for managing users, groups, and their access permissions.

- camunda engine - JMX and advanced Runtime Container Integration for process engine monitoring.
- camunda cockpit - Web application tool for process operations.
- camunda admin - Web application for managing users, groups, and their access permissions.

#### Human Task Management
* camunda tasklist - Web application for managing and completing user tasks in the context of processes.

#### And there's more...
- camunda tasklist - Web application for managing and completing user tasks in the context of processes.

* [bpmn.io](https://bpmn.io/) - Toolkits for BPMN, CMMN, and DMN in JavaScript (rendering, modeling)
* [Community Extensions](https://docs.camunda.org/manual/7.5/introduction/extensions/) - Extensions on top of Camunda BPM provided and maintained by our great open source community
#### And there's more...

- [bpmn.io](https://bpmn.io/) - Toolkits for BPMN, CMMN, and DMN in JavaScript (rendering, modeling)
- [Community Extensions](https://docs.camunda.org/manual/7.5/introduction/extensions/) - Extensions on top of Camunda BPM provided and maintained by our great open source community

## A Framework

In contrast to other vendor BPM platforms, camunda BPM 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.

### Highly Integrable

Out of the box, camunda BPM provides infrastructure-level integration with Java EE Application Servers and Servlet Containers.

### Embeddable
Most 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.

Most 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.

## Contributing

Please see our [contribution guidelines](CONTRIBUTING.md).


## Tests

To run the tests in this repository, please see our [testing tips and tricks](TESTING.md).

0 comments on commit 1199657

Please sign in to comment.