sjefvanleeuwen / camunda-process-examples

Examples with the camunda process templates in .NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camunda Process Examples

Build Status codecov License: GPL v3

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
  2. Simple DMN Sample
  3. Discount ordering process (under construction)

Built With

  • VSCODE - The IDE used
  • DOCKER - Build, Ship, and Run Any App, Anywhere
  • CAMUNDA - 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

License

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

About

Examples with the camunda process templates in .NET Core

License:GNU General Public License v3.0


Languages

Language:C# 90.4%Language:Dockerfile 9.6%