bot-log-mining

Bot Log Mining: An Approach to Integrated Analysis in Robotic Process Automation and Process Mining

https://github.com/pandyke/bot-log-mining

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Bot Log Mining: An Approach to Integrated Analysis in Robotic Process Automation and Process Mining

Basic Info
  • Host: GitHub
  • Owner: pandyke
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 50.9 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Bot log mining: An approach to the integrated analysis of Robotic Process Automation and process mining

This repository contains the source code and online appendix for our paper 'Bot log mining: An approach to the integrated analysis of Robotic Process Automation and process mining'. For a more comprehensive overview of the approach we refer to the paper.

Installation

Execute the following commands to check out the repository, create a new Python virtual environment, and install the dependencies:

git clone https://github.com/pandyke/bot-log-mining python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Bot Log Parser

The file bot_log_parser.py parses bot logs into the XES process mining format. It uses several bot logs from the data folder and the resulting XES files are saved to the results folder. Depending on the use case and on the specific format of a bot log, different attribute values are needed as input and can be configured in the file. To run the file, execute the following command: python3 bot_log_parser.py

Log Merger

The file log_merger.py merges XES-parsed bot logs with corresponding business process event logs. It uses business process event logs from the data folder and XES-parsed bot logs from the results folder. The resulting merged logs are saved to the results folder. As input attributes the name of the connecting attribute in the business process event log as well as the name of the connecting attribute in the bot log are needed and can be configured in the file. To run the file, execute the following command: python3 log_merger.py

Measures

The file measures.py includes 12 measures that are specifically tailored to analyze merged bot and process event logs to enable an end-to-end analysis of RPA-enabled business processes. It uses a merged log from the results folder and outputs a directly-follows graph or a CSV file, depending on the selected measure. The output is saved to the results folder. The exact measure that should be executed as well as the exact merged log that the selected measure should be applied on can be defined at the end of the file. To run the file, execute the following command: python3 measures.py In the following an explanation of all 12 measures is provided that is based on the algorithms in the file measures.py: Alt text

Alt text

Owner

  • Login: pandyke
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Egger"
  given-names: "Andreas"
  orcid: "https://orcid.org/0000−0001−5580−4274"
title: "Bot log mining: An approach to the integrated analysis of Robotic Process Automation and process mining"
url: "https://github.com/pandyke/bot-log-mining"
preferred-citation:
  type: article
  authors:
  - family-names: "Egger"
    given-names: "Andreas"
    orcid: "https://orcid.org/0000−0001−5580−4274"
  - family-names: "ter Hofstede"
    given-names: "Arthur H.M."
    orcid: "https://orcid.org/0000-0002-2730-0201"
  - family-names: "Kratsch"
    given-names: "Wolfgang"
    orcid: "https://orcid.org/0000-0001-9815-0653"
  - family-names: "Leemans"
    given-names: "Sander J.J."
    orcid: "https://orcid.org/0000-0002-5201-7125"
  - family-names: "Röglinger"
    given-names: "Maximilian"
    orcid: "https://orcid.org/0000-0003-4743-4511"
  - family-names: "Wynn"
    given-names: "Moe T."
    orcid: "https://orcid.org/0000-0002-7205-8821"
  doi: "https://doi.org/10.1016/j.is.2024.102431"
  journal: "Information Systems"
  title: "Bot log mining: An approach to the integrated analysis of Robotic Process Automation and process mining"
  volume: 126
  year: 2024

GitHub Events

Total
Last Year