Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.17 KB

PDPA-DBNO_reactCamunda: A further experiment on having a React front-end with Camunda

Based upon work from @mengwong on the visual language of legal obligations as AndOr trees.

It hasn't been built for deployment.

Description

Camunda got big bucks from seed funding recently and it got people excited about BPMN & DMN again.

Here's an example of how to connect a front-end powered by the React ecosystem with Camunda as a REPL-like enviroment.

Requires

  • Yarn
  • Camunda Plaform Run (I used the docker version, it'll probably work with any other version too)
  • Camunda Modeler

Setup

After installing Camunda Platform Run & Camunda Modeler, start your platform instance.

Open eventDriven.bpmn and investment-strategy.dmn with Camunda Modeler and deploy them.

Upon successful deployment of the BPMN process & DRD diagram,

  1. cd to resources and run node worker.js
  2. cd to project root and run yarn start.

react-scripts should take care of the rest.