The repository contains source code for JBPM business process management platform.
The project was created within the course PV207: Business Process Management at the Faculty of Informatics, Masaryk University.
The full project analysis is available in FOLT_analysis.pdf and contains mission and vision, (fictional) organisation structure, goals and objectives including KPI/KRIs, process descriptions and BPMN diagrams, and implementation description.
The idea behind this is to design a platform for delivering soon-to-expire food from supermarkets to the end customers. Any unsold food should be cooked in the restaurant.
- Ondřej Dacer
- Michael Koudela
- Peter Šípoš
Important note: default branch must be master, not main
- git clone https://github.com/peter-sipos/FOLT.git (locally, the first person uses git init)
- cd FOLT
- create a namespace FOLT in jbpm
- import project -> paste https://github.com/peter-sipos/FOLT.git (no authentication info needed)
- git remote add business-central ssh://wbadmin@localhost:8001/FOLT/FOLT
- do changes in jbpm platform (do not forget to click on save)
- locally: git checkout "branch-name"
- git pull business-central "branch-name" (password wbadmin)
- git push origin "branch-name"
- locally: git checkout "branch-name"
- git pull origin "branch-name"
- git push business-central "branch-name" (password wbadmin)