This React based web app demonstrates how a BPMN process model can be analyzed.
The web app was presented during a workshop for modelling BPMN process models held at the 36th JCNetworkdays in Würzburg, Germany. The presentation is available at /ressource
- Import BPMN process models
- Automatically get direct predecessors and successor flow nodes
- Automatically get incoming and outgoing data references (documents and data stores)
- Open a terminal
- Clone the repository
git clone https://github.com/tobiasseyffarth/bpmn-analyzer.git - Change directory
cd bpmn-analyzer - Install dependencies
npm install - Start BPMN Analyzer
npm run start - Open BPMN Analyzer in your preferred browser
- Firefox version -1 or Chrome version -1 (in both cases a desktop version is required)
- Git
- Node.JS >= 10.15
- Tobias Seyffarth