You can find here an extended version, or on arxiv https://arxiv.org/abs/2412.06653.
You can find here the BPI Challange results bpi_challange.zip
and aslo other evaluations that contains loops and complex patterns in other_eval.zip
This repository contains the bonitaminer.jar
executable. This guide provides instructions on how to execute Bonita Miner.
- Ensure you have Java 17 installed on your system. You can verify this by running:
java -version
- Confirm the JAR file is present and accessible.
To execute Bonita Miner, run the following command:
java -jar bonitaminer.jar <path-to-log-file>.xes <output-path>.bpmn
Replace <path-to-log-file>.xes
with the log file path, and <output-path>.bpmn
with the desired output file path.