Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sjefvanleeuwen/camunda-process-examples
- Owner: sjefvanleeuwen
- License: gpl-3.0
- Created: 2018-08-17T10:55:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T14:32:28.000Z (over 6 years ago)
- Last Synced: 2024-10-05T08:41:14.750Z (4 months ago)
- Topics: bmpn, camunda, cmmn, dmn, dotnet, dotnet-core, dotnet-framework, examples
- Language: C#
- Homepage:
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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