Skip to content

Support library to implement workers for Camunda Platform 7 and Camunda Platform 7

License

Notifications You must be signed in to change notification settings

holunda-io/camunda-bpm-worker

Repository files navigation

camunda-bpm-worker

incubating Build Status sponsored Maven Central

Motivation

Business applications shoould be more or less technology independent, or at least the separation of the business logic from the technical integration code should be provided. Clean architecture promotes this separation. Port and adapter architecture (also sometimes called hexagonal) and onion architecture styles combined together allows to focus on pure business functionality inside of the domain code, focus on main behavioural elements (use cases) in the application layer and finally perform the entire integration inside the infrastructure layer, separated into the driving (primary) and driven (secondary) adapter parts.

The application of the above mentioned principles in a process application has a major improvments to the readability and maintainability of the application. As applying it in several projects, it turned out that event the adapter layer (both dring and driven) used for integration with a process engine can be implemented in a reusable and verndor-independent way. This hides small differences of the API of different engines and allows for creation of business applications in which the choice of the engine can be done and reverted easily.

Purpose

This library provides an example implmentation of a vendor-independent workflow engine abstractions allowing to execute service and user activites. In addition it provides some sample implementations (currently for the Camunda Platform 7 and Camunda Platform 8).

Ideas

Main ideas were collected in a time span from October 2022 (CamundaCon 2022) till May 2023 (Camunda SUmmit 2023).

How to try out

Currently, we depend on an (unpublished) snapshot of Camunda BPM Data (1.6.0-SNAPSHOT), please check out both libs and build it locally.

About

Support library to implement workers for Camunda Platform 7 and Camunda Platform 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages