Java Clean Architecture Masterclass

Java Clean Architecture Masterclass28-29 May

Join

Camunda 8 orchestrates complex business processes that span people, systems, and devices

Maven Central

Camunda 8 delivers scalable, on-demand process automation as a service. Camunda 8 is combined with powerful execution engines for BPMN processes and DMN decisions, and paired with tools for collaborative modeling, operations, and analytics.

This repository contains the Orchestration cluster components of Camunda 8 and Optimize:

In addition, the Camunda 8 stack also includes:

Using Camunda 8, you can:

Learn more at camunda.com.

Status

To learn more about what we're currently working on, check the GitHub issues and the latest commits.

Documentation

This repository includes comprehensive documentation in the docs/ directory. The content is served via a Docusaurus site located in monorepo-docs-site/.

Running the Documentation Site

cd monorepo-docs-site
npm install
npm start

The documentation site will be available at http://localhost:3000/camunda/.

Adding Documentation

  1. Add new markdown files to the docs/ directory
  2. Update the sidebar configuration in monorepo-docs-site/sidebars.js to include your new documentation file in the appropriate array position. For example:
// in monorepo-docs-site/sidebars.js
module.exports = {
  docs: [
    'introduction',
    'getting-started',
    // add your new doc ID here
    'your-doc-id',
  ],
};

For more details, see the documentation site README.

Contributing

Read the Contributions Guide.

Code of Conduct

This project adheres to the Camunda Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior as soon as possible.

Release Lifecycle

Please refer to our Release Policy to learn about our release cadence, maintenance periods, etc.

License

Zeebe, Operate, and Tasklist source files are made available under the Camunda License Version 1.0 except for the parts listed below, which are made available under the Apache License, Version 2.0. See individual source files for details.

Available under the Apache License, Version 2.0:

Clarification on gRPC Code Generation

The Zeebe Gateway Protocol (API) as published in the gateway-protocol is licensed under the Camunda License 1.0. Using gRPC tooling to generate stubs for the protocol does not constitute creating a derivative work under the Camunda License 1.0 and no licensing restrictions are imposed on the resulting stub code by the Camunda License 1.0.

Join libs.tech

...and unlock some superpowers

GitHub

We won't share your data with anyone else.