This folder contains the data set used in the case study of the PhD dissertation of Bart Hompes named "Analyzing Process Performance".
The event log was generated from "CPN simulation model for event log generation". The simulation model is available at https://doi.org/10.4121/uuid:8aee9dc0-32f7-4020-9925-3d5aded12b6e. 

The event log was created using the performance scenario in "scenario.sml" and the simulation was ran 30 times to obtain the simulation performance statistics report, showing the simulation ran stable using these settings. 
These simulation results are included in this folder as well.

The generated event log is included as "event_log.csv".
It contains one calendar month of simulation time resulting in 31,255 recorded events.
The event log contains the following event properties, which correspond to the columns in the "event_log.csv" file.
- timestamp
- type
- instance
- model
- action
- Order ID
- Products
- Customer type
- Payment type
- Replenishment ID
- Product
- Amount
- Shipment ID
- Courier
- Number of orders


The event log was converted to XES format using ProM and the "Convert CSV to XES" plug-in. 
The resulting event log is included as "event_log.xes" and includes all events in a single trace.

Lastly, the event log was extended to include the artifact lifecycle XES extension (See https://www.tf-pm.org/resources/xes-standard/about-xes/standard-extensions/artifactlifecycle). 
The resulting event log is included as "event_log_lifecyle_moves.xes".

The folder contains the following files:
- "event_log.csv" (original simulated event log)
- "event_log.xes" (event log converted to XES format with a single trace)
- "event_log_lifecycle_moves.xes" (event log extended with artifact lifecycle XES extension)
- "CPN_Tools_simulation_output.zip" (simulation log files and performance statistics output of CPN Tools)


