/tukss2021-project4-intro

TuKSS2021 Group Project #4 Intro: Building an ERP with BPMN & Workflow Engines

Building an ERP with BPMN & Workflow Engines

TuKSS2021 Group Project #4 Intro

Get to know the technologies used in this project:

  • Install the Camunda Platform (the open-source workflow engine, we recommend using Docker) & the Camunda modeler: https://camunda.com/download/
  • Follow the Camunda Quick Start guide: https://docs.camunda.org/get-started/quick-start/
  • We recommend you follow the examples using JavaScript and NodeJS in the Quick Start Guide
  • Note any observations you make along the way (feedback for the Camunda folks)
  • Join the Camunda University Slack, search the Camunda Forum or ask the teaching team in case of questions.
  • Adapt the example to a small custom workflow that is relevant for you (and adapt the worker script). Maybe some data can be fetched from a remote API?
  • Publish the BPMN diagram and the worker code together with your notes in a separate folder in a forked repository and open a Pull Request to this repository with your changes

Tips: