Coder Social home page Coder Social logo

camunda-demo's Introduction

Prerequisites (for bpmn diagrams inspection)

Start the Camunda Platform Runtime (spring boot application)

  • execute mvn clean install (root directory)
  • run engine application
java -jar engine/target/engine-1.0.0-SNAPSHOT.jar
  • run worker application
java -jar client/target/spring-charge-card-worker-0.0.1-SNAPSHOT.jar
  • for bpm inspection import the bpmn diagrams into the modeller
engine\src\main\resources\payment-retrieval.bpmn
engine\src\main\resources\loan-granting.bpmn
  • in order to trigger the payment-approval process execute the following curl:
curl --location --request POST 'http://localhost:8080/engine-rest/process-definition/key/payment-retrieval/start' \
--header 'Content-Type: application/json' \
--data-raw '{
    "variables": {
        "amount": {
            "value": 6666,
            "type": "long"
        },
        "item": {
            "value": "efe9f59c-ba28-11eb-8529-0242ac130003"
        },
        "sid": {
            "value": "S-1-5-21-1085031214-1563985344-725345543"
        },
        "token": {
            "value": "e250cdd4-ba28-11eb-8529-0242ac130003"
        }
    }
}'

BPMN sample#2

dmn tables:
image

execute both applications and proceed to http://localhost:8080/camunda/app/cockpit/default/#/processes observe the console output

DMN sample

dmn tables:
image

  • create decision evaluation process:

image

  • provide input:

image

  • view results:

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.