Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pme123/camundala
(Replaced) Doing Camunda with Scala.
https://github.com/pme123/camundala
bpmn camunda scala
Last synced: 2 months ago
JSON representation
(Replaced) Doing Camunda with Scala.
- Host: GitHub
- URL: https://github.com/pme123/camundala
- Owner: pme123
- License: mit
- Created: 2020-04-19T07:08:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T14:59:54.000Z (8 months ago)
- Last Synced: 2024-05-22T17:49:20.534Z (8 months ago)
- Topics: bpmn, camunda, scala
- Language: JavaScript
- Homepage: https://pme123.github.io/camundala/
- Size: 7.15 MB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
```
_/_/_/ _/ _/
_/ _/_/_/ _/_/_/ _/_/ _/ _/ _/_/_/ _/_/_/ _/_/_/ _/ _/_/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/_/_/ _/_/_/ _/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/_/_/ _/ _/_/_/
```[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
# Camundala — a new Way to develop Camunda BPMNs.
> Using the BPMN-Power of _**Camunda**_
and the Type safety of _**Scala**_ to develop BPMN Processes with a nice DSL.
## Why Camundala
* Domain Driven
* Typesafe
* Code Completion
* Composable on any Granularity
* Automatic Testing included
* 100% BPMN / Camunda compatibleI gave a talk at Camunda Camunda Summit 2022, check it out:
[Domain Driven Process Development](https://page.camunda.com/ccs2022-domaindrivenprocessdevelopment?hsLang=en)## State of the Project
This project is now divided in two Github Project:
- https://github.com/pme123/camundala (this Repo)
- Some features that are ready to be used in your Project.
- https://github.com/pme123/camundala-dsl
- Testing new Features and Ideas.So the first release is all about:
## Domain Driven Process Development
More infos will follow.## Examples
In this project you find two examples that uses the Features.
- [Twitter Example](05-examples/twitter/README.md)
- [Invoice Example](05-examples/invoice/README.md)# Development
## Update Dependencies
Use https://github.com/kitlangton/given
## Releasing
Just run `amm ./publish-release.sc VERSION`.## Local publish
`sbt publishLocal`