Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjefvanleeuwen/camunda-process-examples

Examples with the camunda process templates in .NET Core
https://github.com/sjefvanleeuwen/camunda-process-examples

bmpn camunda cmmn dmn dotnet dotnet-core dotnet-framework examples

Last synced: about 2 months ago
JSON representation

Examples with the camunda process templates in .NET Core

Awesome Lists containing this project

README

        

# Camunda Process Examples
[![Build Status](https://www.travis-ci.com/sjefvanleeuwen/camunda-process-examples.svg?branch=master)](https://www.travis-ci.com/sjefvanleeuwen/camunda-process-examples)
[![codecov](https://codecov.io/gh/sjefvanleeuwen/openxml-document-generator/branch/master/graph/badge.svg)](https://codecov.io/gh/sjefvanleeuwen/openxml-document-generator)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

These examples are based of from dotnet template over at: https://github.com/sjefvanleeuwen/camunda-process-template

## Setup camunda using docker
```
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest
```

You can model processes using camunda modeler available at: https://camunda.com/download/modeler/

## Available Samples
1. [Quiz example](quiz/readme.md)
2. [Simple DMN Sample](basic-dmn/readme.md)
3. Discount ordering process (under construction)

## Built With

* [VSCODE](https://code.visualstudio.com/) - The IDE used
* [DOCKER](https://www.docker.com/) - Build, Ship, and Run Any App, Anywhere
* [CAMUNDA](https://www.camunda.com) - Open source platform for workflow and decision automation that brings business users and software developers together.

## Contributing

Pull requests are accepted

## Authors

* **Sjef van Leeuwen** - *Initial work* - [github](https://github.com/sjefvanleeuwen)

## License

This project is licensed under the GPL-V3 License - see the [LICENSE.md](LICENSE.md) file for details