Chapter 4 Getting the Data

Size: px
Start display at page:

Download "Chapter 4 Getting the Data"

Transcription

1 Chapter 4 Getting the Data prof.dr.ir. Wil van der Aalst

2 Overview Chapter 1 Introduction Part I: Preliminaries Chapter 2 Process Modeling and Analysis Chapter 3 Data Mining Part II: From Event Logs to Process Models Chapter 4 Getting the Data Chapter 5 Process Discovery: An Introduction Chapter 6 Advanced Process Discovery Techniques Part III: Beyond Process Discovery Chapter 7 Conformance Checking Chapter 8 Mining Additional Perspectives Chapter 9 Operational Support Part IV: Putting Process Mining to Work Chapter 10 Tool Support Chapter 11 Analyzing Lasagna Processes Chapter 12 Analyzing Spaghetti Processes Part V: Reflection Chapter 13 Cartography and Navigation Chapter 14 Epilogue PAGE 1

3 Goal of process mining What really happened in the past? Why did it happen? What is likely to happen in the future? When and why do organizations and people deviate? How to control a process better? How to redesign a process to improve its performance? PAGE 2

4 Getting the data world business processes people machines components organizations models analyzes supports/ controls specifies configures implements analyzes software system records events, e.g., messages, transactions, etc. (process) model discovery conformance enhancement event logs PAGE 3

5 From heterogeneous data sources to process mining results Extract, Transform, and Load (ELT) optional data source ELT data source data source ELT ELT data warehouse coarse-grained scoping data source data source extract XES, MXML, or similar unfiltered event logs process mining discovery conformance enhancement filter filtered event logs (process) models answers fine-grained scoping PAGE 4

6 Example log A process consists of cases. A case consists of events such that each event relates to precisely one case. Events within a case are ordered. Events can have attributes. Examples of typical attribute names are activity, time, costs, and resource. PAGE 5

7 Another view process cases events attributes activity= register request time = :11.02 resource = Pete costs = activity= reject request time = :14.24 resource = Pete costs = activity= register request time = :11.32 resource = Mike costs = activity= pay compensation time = :12.05 resource = Ellen costs = activity= register request time = :11.32 resource = Pete costs = activity= pay compensation time = :10.45 resource = Ellen costs = PAGE 6

8 Standard transactional life-cycle model schedule assign reassign suspend start resume autoskip manualskip complete withdraw abort_activity abort_case successful termination unsuccessful termination PAGE 7

9 Five activity instances a: schedule assign start complete d: start complete b: c: schedule assign reassign start suspend resume complete start suspend resume suspend abort_activity e: complete schedule assign reassign suspend start resume autoskip manualskip complete withdraw abort_activity abort_case successful termination unsuccessful termination PAGE 8

10 Overlapping activity instances a: start start complete complete start start complete complete a: 6 hours 2 hours 5 hours 9 hours schedule assign reassign suspend start resume autoskip manualskip complete withdraw abort_activity abort_case successful termination unsuccessful termination PAGE 9

11 Using attributes social network showing how work flows from one person to another Pete Sara Sue Mike performance indicators per activity Ellen Sean Activity b Frequency: 456 Waiting time: /- 2.5 hours Service time: 1.2 +/- 0.5 hours Costs: 412 +/- 55 euros start A a register request control flow c1 c2 E b examine thoroughly A c examine casually A d check ticket c3 c4 role M e decide f M c5 reinitiate request A g pay compensation A h reject request Activity g Frequency: 311 Waiting time: /- 2.1 hours Service time: 0.5 +/- 0.2 hours Costs: 198 +/- 35 euros end Activity h Frequency: 407 Waiting time: 7.4 +/- 1.8 hours Service time: 1.1 +/- 0.3 hours Costs: 209 +/- 38 euros PAGE 10

12 XES (extensible Event Stream) See Adopted by the IEEE Task Force on Process Mining. Predecessor: MXML and SA-MXML. The format is supported by tools such as ProM (as of version 6), Nitro, XESame, and OpenXES. ProMimport supports MXML. PAGE 11

13 PAGE 12

14 XES (compatible with MXML) Event log consists of: traces (process instances) events Standard extensions: concept (for naming) lifecycle (for transactional properties) org (for the organizational perspective) time (for timestamps) semantic (for ontology references) PAGE 13

15 extensions loaded every trace has a name every event has a name and a transition start of trace (i.e. process instance) classifier = name + transition name of trace resource timestamp transition name of event (activity name) PAGE 14

16 end of trace (i.e. process instance) start of trace name of trace resource timestamp name of event (activity name) data associated to event PAGE 15

17 Challenges when extracting event logs Correlation: Events in an event log are grouped per case. This simple requirement can be quite challenging as it requires event correlation, i.e., events need to be related to each other. Timestamps: Events need to be ordered per case. Typical problems: only dates, different clocks, delayed logging. Snapshots. Cases may have a lifetime extending beyond the recorded period, e.g., a case was started before the beginning of the event log. Scoping. How to decide which tables to incorporate? Granularity: the events in the event log are at a different level of granularity than the activities relevant for end users. PAGE 16

18 Flattening reality into event logs Orderline Order OrderID : OrderID 1 1..* OrderLineID : OrderLineID OrderID : OrderID Customer : CustID Product : ProdID Amount : Euro NofItems : PosInt Created : DateTime TotalWeight : Weight Paid : DateTime Entered : DateTime Completed : DateTime BackOrdered : DateTime Secured : DateTime DelID : DelID 1..* 0..1 Attempt DelID : DelID 0..* 1 Delivery DelID : DelID When : DateTime DelAddress : Address Successful : Bool Contact : PhoneNo PAGE 17

19 Tables Orderline Order OrderID : OrderID 1 1..* OrderLineID : OrderLineID OrderID : OrderID Customer : CustID Product : ProdID Amount : Euro NofItems : PosInt Created : DateTime TotalWeight : Weight Paid : DateTime Entered : DateTime Completed : DateTime BackOrdered : DateTime Secured : DateTime DelID : DelID 1..* 0..1 Attempt DelID : DelID When : DateTime Successful : Bool 0..* 1 Delivery DelID : DelID DelAddress : Address Contact : PhoneNo PAGE 18

20 Order:91245 Order instance Activity: create order Timestamp: :08.12 Customer: John Amount: 100 Activity: pay order Timestamp: :13.45 Customer: John Amount: 100 Activity: complete order Timestamp: :11.33 Customer: John Amount: 100 OrderLine: Order OrderID : OrderID 1 1..* Orderline OrderLineID : OrderLineID OrderID : OrderID Activity: enter order line Timestamp: :08.13 OrderLineID: Product: iphone 4G NofItems: 1 TotalWeight: Activity: secure order line Timestamp: :08.55 OrderLineID: Product: iphone 4G NofItems: 1 TotalWeight: Customer : CustID Product : ProdID OrderLine: Amount : Euro Created : DateTime Paid : DateTime Completed : DateTime NofItems : PosInt TotalWeight : Weight Entered : DateTime BackOrdered : DateTime Activity: enter order line Timestamp: :08.14 OrderLineID: Product: ipod nano NofItems: 2 TotalWeight: DellID: Activity: create backorder Timestamp: :08.55 OrderLineID: Product: ipod nano NofItems: 2 TotalWeight: DellID: Activity: secure order line Timestamp: :09.06 OrderLineID: Product: ipod nano NofItems: 2 TotalWeight: DellID: Secured : DateTime DelID : DelID 1..* 0..1 OrderLine: Activity: enter order line Timestamp: :08.15 OrderLineID: Product: ipod classic NofItems: 1 TotalWeight: Activity: secure order line Timestamp: :10.06 OrderLineID: Product: ipod classic NofItems: 1 TotalWeight: Attempt DelID : DelID 0..* 1 Delivery DelID : DelID Delivery: When : DateTime DelAddress : Address Successful : Bool Contact : PhoneNo Attempt: Attempt: Attempt: Activity: delivery attempt Timestamp: :08.55 Successful: false DelAddress: 5513VJ-22a Contact: Activity: delivery attempt Timestamp: :09.12 Successful: false DelAddress: 5513VJ-22a Contact: Activity: delivery attempt Timestamp: :08.56 Successful: true DelAddress: 5513VJ-22a Contact: Delivery: Attempt: Activity: delivery attempt Timestamp: :08.43 DellID: Successful: true DelAddress: 5513XG-45 Contact: PAGE 19

21 Order:91245 Activity: create order Timestamp: :08.12 Customer: John Amount: 100 Activity: pay order Timestamp: :13.45 Customer: John Amount: 100 Activity: complete order Timestamp: :11.33 Customer: John Amount: 100 OrderLine: Activity: enter order line Timestamp: :08.13 OrderLineID: Product: iphone 4G NofItems: 1 TotalWeight: Activity: secure order line Timestamp: :08.55 OrderLineID: Product: iphone 4G NofItems: 1 TotalWeight: OrderLine: Activity: enter order line Timestamp: :08.14 OrderLineID: Product: ipod nano NofItems: 2 TotalWeight: DellID: Activity: create backorder Timestamp: :08.55 OrderLineID: Product: ipod nano NofItems: 2 TotalWeight: DellID: Activity: secure order line Timestamp: :09.06 OrderLineID: Product: ipod nano NofItems: 2 TotalWeight: DellID: OrderLine: Activity: enter order line Timestamp: :08.15 OrderLineID: Product: ipod classic NofItems: 1 TotalWeight: Activity: secure order line Timestamp: :10.06 OrderLineID: Product: ipod classic NofItems: 1 TotalWeight: Delivery: Attempt: Attempt: Attempt: Activity: delivery attempt Timestamp: :08.55 Successful: false DelAddress: 5513VJ-22a Contact: Activity: delivery attempt Timestamp: :09.12 Successful: false DelAddress: 5513VJ-22a Contact: Activity: delivery attempt Timestamp: :08.56 Successful: true DelAddress: 5513VJ-22a Contact: Delivery: Attempt: Activity: delivery attempt Timestamp: :08.43 DellID: Successful: true DelAddress: 5513XG-45 Contact: PAGE 20

22 Orderline Orderline instance Order OrderID : OrderID Customer : CustID Amount : Euro 1 1..* OrderLineID : OrderLineID OrderID : OrderID Product : ProdID NofItems : PosInt Created : DateTime TotalWeight : Weight Paid : DateTime Entered : DateTime Completed : DateTime BackOrdered : DateTime Secured : DateTime DelID : DelID 1..* OrderLine: Case id: Activity: enter order line Timestamp: :08.13 OrderLineID: Product: iphone 4G NofItems: 1 TotalWeight: Case id: Activity: secure order line Timestamp: :08.55 OrderLineID: Product: iphone 4G NofItems: 1 TotalWeight: Attempt DelID : DelID When : DateTime Successful : Bool 0..* Delivery DelID : DelID DelAddress : Address Contact : PhoneNo Order:91245 Case id: Activity: create order Timestamp: :08.12 Customer: John Amount: 100 Case id: Activity: pay order Timestamp: :13.45 Customer: John Amount: 100 Case id: Activity: complete order Timestamp: :11.33 Customer: John Amount: 100 Delivery: Attempt: Attempt: Attempt: Case id: Activity: delivery attempt Timestamp: :08.55 Successful: false DelAddress: 5513VJ-22a Contact: Case id: Activity: delivery attempt Timestamp: :09.12 Successful: false DelAddress: 5513VJ-22a Contact: Case id: Activity: delivery attempt Timestamp: :08.56 Successful: true DelAddress: 5513VJ-22a Contact: PAGE 21

23 Other examples The life cycles of reviewers, authors, papers, reviews, PC chairs, etc. The life cycles of job applications and vacancies. X-ray machine logs: machine, machine day, patient, treatment, routine, etc.? Therefore, the selection and scoping of instances is needed. Like making deciding on the elements to be put on map; there may be many maps covering partially overlapping areas. PAGE 22

24 Extracting event logs Not just a syntactical issue. Different views are possible. Important: Selecting the right instance notion. Ordering of events. Selection of events. Proclets: the true fabric of real-life processes. PAGE 23

Chapter 12 Analyzing Spaghetti Processes

Chapter 12 Analyzing Spaghetti Processes Chapter 12 Analyzing Spaghetti Processes prof.dr.ir. Wil van der Aalst www.processmining.org Overview Chapter 1 Introduction Part I: Preliminaries Chapter 2 Process Modeling and Analysis Chapter 3 Data

More information

Process Mining Data Science in Action

Process Mining Data Science in Action Process Mining Data Science in Action Wil van der Aalst Scientific director of the DSC/e Dutch Data Science Summit, Eindhoven, 4-5-2014. Process Mining Data Science in Action https://www.coursera.org/course/procmin

More information

Process Mining. ^J Springer. Discovery, Conformance and Enhancement of Business Processes. Wil M.R van der Aalst Q UNIVERS1TAT.

Process Mining. ^J Springer. Discovery, Conformance and Enhancement of Business Processes. Wil M.R van der Aalst Q UNIVERS1TAT. Wil M.R van der Aalst Process Mining Discovery, Conformance and Enhancement of Business Processes Q UNIVERS1TAT m LIECHTENSTEIN Bibliothek ^J Springer Contents 1 Introduction I 1.1 Data Explosion I 1.2

More information

Using Process Mining to Bridge the Gap between BI and BPM

Using Process Mining to Bridge the Gap between BI and BPM Using Process Mining to Bridge the Gap between BI and BPM Wil van der alst Eindhoven University of Technology, The Netherlands Process mining techniques enable process-centric analytics through automated

More information

Data Science. Research Theme: Process Mining

Data Science. Research Theme: Process Mining Data Science Research Theme: Process Mining Process mining is a relatively young research discipline that sits between computational intelligence and data mining on the one hand and process modeling and

More information

Process Mining: Making Knowledge Discovery Process Centric

Process Mining: Making Knowledge Discovery Process Centric Process Mining: Making Knowledge Discovery Process Centric Wil van der alst Department of Mathematics and Computer Science Eindhoven University of Technology PO Box 513, 5600 MB, Eindhoven, The Netherlands

More information

Lluis Belanche + Alfredo Vellido. Intelligent Data Analysis and Data Mining. Data Analysis and Knowledge Discovery

Lluis Belanche + Alfredo Vellido. Intelligent Data Analysis and Data Mining. Data Analysis and Knowledge Discovery Lluis Belanche + Alfredo Vellido Intelligent Data Analysis and Data Mining or Data Analysis and Knowledge Discovery a.k.a. Data Mining II An insider s view Geoff Holmes: WEKA founder Process Mining

More information

Process Mining The influence of big data (and the internet of things) on the supply chain

Process Mining The influence of big data (and the internet of things) on the supply chain September 16, 2015 Process Mining The influence of big data (and the internet of things) on the supply chain Wil van der Aalst www.vdaalst.com @wvdaalst www.processmining.org http://www.engineersjournal.ie/factory-of-thefuture-will-see-merging-of-virtual-and-real-worlds/

More information

XES. Standard Definition. Where innovation starts. Den Dolech 2, 5612 AZ Eindhoven P.O. Box 513, 5600 MB Eindhoven The Netherlands www.tue.

XES. Standard Definition. Where innovation starts. Den Dolech 2, 5612 AZ Eindhoven P.O. Box 513, 5600 MB Eindhoven The Netherlands www.tue. Den Dolech 2, 5612 AZ Eindhoven P.O. Box 513, 5600 MB Eindhoven The Netherlands www.tue.nl Author Christian W. Günther and Eric Verbeek Date October 29, 2012 Version 1.4 XES Standard Definition Where innovation

More information

Eventifier: Extracting Process Execution Logs from Operational Databases

Eventifier: Extracting Process Execution Logs from Operational Databases Eventifier: Extracting Process Execution Logs from Operational Databases Carlos Rodríguez 1, Robert Engel 2, Galena Kostoska 1, Florian Daniel 1, Fabio Casati 1, and Marco Aimar 3 1 University of Trento,

More information

Relational XES: Data Management for Process Mining

Relational XES: Data Management for Process Mining Relational XES: Data Management for Process Mining B.F. van Dongen and Sh. Shabani Department of Mathematics and Computer Science, Eindhoven University of Technology, The Netherlands. B.F.v.Dongen, S.Shabaninejad@tue.nl

More information

EDIminer: A Toolset for Process Mining from EDI Messages

EDIminer: A Toolset for Process Mining from EDI Messages EDIminer: A Toolset for Process Mining from EDI Messages Robert Engel 1, R. P. Jagadeesh Chandra Bose 2, Christian Pichler 1, Marco Zapletal 1, and Hannes Werthner 1 1 Vienna University of Technology,

More information

Summary and Outlook. Business Process Intelligence Course Lecture 8. prof.dr.ir. Wil van der Aalst. www.processmining.org

Summary and Outlook. Business Process Intelligence Course Lecture 8. prof.dr.ir. Wil van der Aalst. www.processmining.org Business Process Intelligence Course Lecture 8 Summary and Outlook prof.dr.ir. Wil van der Aalst www.processmining.org Overview Chapter 1 Introduction Part I: Preliminaries Chapter 2 Process Modeling and

More information

Model Discovery from Motor Claim Process Using Process Mining Technique

Model Discovery from Motor Claim Process Using Process Mining Technique International Journal of Scientific and Research Publications, Volume 3, Issue 1, January 2013 1 Model Discovery from Motor Claim Process Using Process Mining Technique P.V.Kumaraguru *, Dr.S.P.Rajagopalan

More information

Data Science Betere processen en producten dankzij (Big) data. Wil van der Aalst www.vdaalst.com @wvdaalst www.processmining.org

Data Science Betere processen en producten dankzij (Big) data. Wil van der Aalst www.vdaalst.com @wvdaalst www.processmining.org Data Science Betere processen en producten dankzij (Big) data Wil van der Aalst www.vdaalst.com @wvdaalst www.processmining.org Data Science Center Eindhoven http://www.tue.nl/dsce/ DSC/e: Competences

More information

DRAFT. Standard Definition. Extensible Event Stream. Christian W. Günther Fluxicon Process Laboratories christian@fluxicon.com

DRAFT. Standard Definition. Extensible Event Stream. Christian W. Günther Fluxicon Process Laboratories christian@fluxicon.com Extensible Event Stream Standard Definition Christian W. Günther Fluxicon Process Laboratories christian@fluxicon.com XES Version: 1.0 Revision: 1 November 25, 2009 DRAFT Introduction Event logs, as they

More information

Process Mining and Visual Analytics: Breathing Life into Business Process Models

Process Mining and Visual Analytics: Breathing Life into Business Process Models Process Mining and Visual Analytics: Breathing Life into Business Process Models Wil M.P. van der Aalst 1, Massimiliano de Leoni 1, and Arthur H.M. ter Hofstede 1,2 1 Eindhoven University of Technology,

More information

Business Process Measurement in small enterprises after the installation of an ERP software.

Business Process Measurement in small enterprises after the installation of an ERP software. Business Process Measurement in small enterprises after the installation of an ERP software. Stefano Siccardi and Claudia Sebastiani CQ Creativiquadrati snc, via Tadino 60, Milano, Italy http://www.creativiquadrati.it

More information

Business Intelligence and Process Modelling

Business Intelligence and Process Modelling Business Intelligence and Process Modelling F.W. Takes Universiteit Leiden Lecture 7: Network Analytics & Process Modelling Introduction BIPM Lecture 7: Network Analytics & Process Modelling Introduction

More information

BUsiness process mining, or process mining in a short

BUsiness process mining, or process mining in a short , July 2-4, 2014, London, U.K. A Process Mining Approach in Software Development and Testing Process: A Case Study Rabia Saylam, Ozgur Koray Sahingoz Abstract Process mining is a relatively new and emerging

More information

Process Mining. Data science in action

Process Mining. Data science in action Process Mining. Data science in action Julia Rudnitckaia Brno, University of Technology, Faculty of Information Technology, irudnickaia@fit.vutbr.cz 1 Abstract. At last decades people have to accumulate

More information

ProM 6 Exercises. J.C.A.M. (Joos) Buijs and J.J.C.L. (Jan) Vogelaar {j.c.a.m.buijs,j.j.c.l.vogelaar}@tue.nl. August 2010

ProM 6 Exercises. J.C.A.M. (Joos) Buijs and J.J.C.L. (Jan) Vogelaar {j.c.a.m.buijs,j.j.c.l.vogelaar}@tue.nl. August 2010 ProM 6 Exercises J.C.A.M. (Joos) Buijs and J.J.C.L. (Jan) Vogelaar {j.c.a.m.buijs,j.j.c.l.vogelaar}@tue.nl August 2010 The exercises provided in this section are meant to become more familiar with ProM

More information

Process Mining and Network Analysis

Process Mining and Network Analysis Towards Comprehensive Support for Organizational Mining Minseok Song and Wil M.P. van der Aalst Eindhoven University of Technology P.O.Box 513, NL-5600 MB, Eindhoven, The Netherlands. {m.s.song, w.m.p.v.d.aalst}@tue.nl

More information

Process Mining Tools: A Comparative Analysis

Process Mining Tools: A Comparative Analysis EINDHOVEN UNIVERSITY OF TECHNOLOGY Department of Mathematics and Computer Science Process Mining Tools: A Comparative Analysis Irina-Maria Ailenei in partial fulfillment of the requirements for the degree

More information

Process Modelling from Insurance Event Log

Process Modelling from Insurance Event Log Process Modelling from Insurance Event Log P.V. Kumaraguru Research scholar, Dr.M.G.R Educational and Research Institute University Chennai- 600 095 India Dr. S.P. Rajagopalan Professor Emeritus, Dr. M.G.R

More information

Dotted Chart and Control-Flow Analysis for a Loan Application Process

Dotted Chart and Control-Flow Analysis for a Loan Application Process Dotted Chart and Control-Flow Analysis for a Loan Application Process Thomas Molka 1,2, Wasif Gilani 1 and Xiao-Jun Zeng 2 Business Intelligence Practice, SAP Research, Belfast, UK The University of Manchester,

More information

Developer Guide. Christian W. Günther christian@fluxicon.com. Library version: 1.0 RC7 Revision: 7

Developer Guide. Christian W. Günther christian@fluxicon.com. Library version: 1.0 RC7 Revision: 7 Developer Guide Christian W. Günther christian@fluxicon.com Library version: 1.0 RC7 Revision: 7 November 14, 2009 The XES Meta-model Introduction Event logs, as they occur in practice and research, can

More information

The ProM framework: A new era in process mining tool support

The ProM framework: A new era in process mining tool support The ProM framework: A new era in process mining tool support B.F. van Dongen, A.K.A. de Medeiros, H.M.W. Verbeek, A.J.M.M. Weijters, and W.M.P. van der Aalst Department of Technology Management, Eindhoven

More information

Feature. Applications of Business Process Analytics and Mining for Internal Control. World

Feature. Applications of Business Process Analytics and Mining for Internal Control. World Feature Filip Caron is a doctoral researcher in the Department of Decision Sciences and Information Management, Information Systems Group, at the Katholieke Universiteit Leuven (Flanders, Belgium). Jan

More information

Process Mining for Electronic Data Interchange

Process Mining for Electronic Data Interchange Process Mining for Electronic Data Interchange R. Engel 1, W. Krathu 1, C. Pichler 2, W. M. P. van der Aalst 3, H. Werthner 1, and M. Zapletal 1 1 Vienna University of Technology, Austria Institute for

More information

Process Mining Manifesto

Process Mining Manifesto Process Mining Manifesto manifesto is a "public declaration of principles and intentions" by a group of people. This manifesto is written by members and supporters of the IEEE Task Force on Process Mining.

More information

Process Mining and the ProM Framework: An Exploratory Survey - Extended report

Process Mining and the ProM Framework: An Exploratory Survey - Extended report Process Mining and the ProM Framework: An Exploratory Survey - Extended report Jan Claes and Geert Poels Department of Management Information Science and Operations Management, Faculty of Economics and

More information

Title: Basic Concepts and Technologies for Business Process Management

Title: Basic Concepts and Technologies for Business Process Management Title: Basic Concepts and Technologies for Business Process Management Presenter: prof.dr. Manfred Reichert The economic success of an enterprise more and more depends on its ability to flexibly and quickly

More information

Analysis of Service Level Agreements using Process Mining techniques

Analysis of Service Level Agreements using Process Mining techniques Analysis of Service Level Agreements using Process Mining techniques CHRISTIAN MAGER University of Applied Sciences Wuerzburg-Schweinfurt Process Mining offers powerful methods to extract knowledge from

More information

Workflow Simulation for Operational Decision Support

Workflow Simulation for Operational Decision Support Workflow Simulation for Operational Decision Support A. Rozinat 1, M. T. Wynn 2, W. M. P. van der Aalst 1,2, A. H. M. ter Hofstede 2, and C. J. Fidge 2 1 Information Systems Group, Eindhoven University

More information

BPIC 2014: Insights from the Analysis of Rabobank Service Desk Processes

BPIC 2014: Insights from the Analysis of Rabobank Service Desk Processes BPIC 2014: Insights from the Analysis of Rabobank Service Desk Processes Bruna Christina P. Brandão, Guilherme Neves Lopes, Pedro Henrique P. Richetti Department of Applied Informatics - Federal University

More information

Nirikshan: Process Mining Software Repositories to Identify Inefficiencies, Imperfections, and Enhance Existing Process Capabilities

Nirikshan: Process Mining Software Repositories to Identify Inefficiencies, Imperfections, and Enhance Existing Process Capabilities Nirikshan: Process Mining Software Repositories to Identify Inefficiencies, Imperfections, and Enhance Existing Process Capabilities Monika Gupta monikag@iiitd.ac.in PhD Advisor: Dr. Ashish Sureka Industry

More information

The Open University s repository of research publications and other research outputs

The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Semantic process mining tools: core building blocks Conference Item How to cite: de Medeiros, Ana

More information

Process Mining and Fraud Detection

Process Mining and Fraud Detection Process Mining and Fraud Detection A case study on the theoretical and practical value of using process mining for the detection of fraudulent behavior in the procurement process Masters of Science Thesis

More information

Discovering Social Networks from Event Logs

Discovering Social Networks from Event Logs Discovering Social Networks from Event Logs Wil M.P. van der Aalst 1,HajoA.Reijers 1, Minseok Song 2,1 1 Department of Technology Management, Eindhoven University of Technology, P.O.Box 513, NL-5600 MB,

More information

Supporting the BPM lifecycle with FileNet

Supporting the BPM lifecycle with FileNet Supporting the BPM lifecycle with FileNet Mariska Netjes Hajo A. Reijers Wil. M.P. van der Aalst Outline Introduction Evaluation approach Evaluation of FileNet Conclusions Business Process Management Supporting

More information

Using Trace Clustering for Configurable Process Discovery Explained by Event Log Data

Using Trace Clustering for Configurable Process Discovery Explained by Event Log Data Master of Business Information Systems, Department of Mathematics and Computer Science Using Trace Clustering for Configurable Process Discovery Explained by Event Log Data Master Thesis Author: ing. Y.P.J.M.

More information

Modeling and Analysis of Incoming Raw Materials Business Process: A Process Mining Approach

Modeling and Analysis of Incoming Raw Materials Business Process: A Process Mining Approach Modeling and Analysis of Incoming Raw Materials Business Process: A Process Mining Approach Mahendrawathi Er*, Hanim Maria Astuti, Dita Pramitasari Information Systems Department, Faculty of Information

More information

SecSy: A Security-oriented Tool for Synthesizing Process Event Logs

SecSy: A Security-oriented Tool for Synthesizing Process Event Logs SecSy: A Security-oriented Tool for Synthesizing Process Event Logs Thomas Stocker and Rafael Accorsi University of Freiburg, Germany {stocker,accorsi}@iig.uni-freiburg.de Abstract. SecSy is a highly flexible

More information

Implementing Heuristic Miner for Different Types of Event Logs

Implementing Heuristic Miner for Different Types of Event Logs Implementing Heuristic Miner for Different Types of Event Logs Angelina Prima Kurniati 1, GunturPrabawa Kusuma 2, GedeAgungAry Wisudiawan 3 1,3 School of Compuing, Telkom University, Indonesia. 2 School

More information

Merging Event Logs with Many to Many Relationships

Merging Event Logs with Many to Many Relationships Merging vent Logs with Many to Many Relationships Lihi Raichelson and Pnina Soffer Department of Information Systems, University of Haifa, Haifa 31905, Israel LihiRaOs@gmail.com, Spnina@is.haifa.ac.il

More information

Analyzing a TCP/IP-Protocol with Process Mining Techniques

Analyzing a TCP/IP-Protocol with Process Mining Techniques Analyzing a TCP/IP-Protocol with Process Mining Techniques Christian Wakup 1 and Jörg Desel 2 1 rubecon information technologies GmbH, Germany 2 Fakultät für Mathematik und Informatik, FernUniversität

More information

Business Process Modeling

Business Process Modeling Business Process Concepts Process Mining Kelly Rosa Braghetto Instituto de Matemática e Estatística Universidade de São Paulo kellyrb@ime.usp.br January 30, 2009 1 / 41 Business Process Concepts Process

More information

How To Create A Data Science System

How To Create A Data Science System Enhance Collaboration and Data Sharing for Faster Decisions and Improved Mission Outcome Richard Breakiron Senior Director, Cyber Solutions Rbreakiron@vion.com Office: 571-353-6127 / Cell: 803-443-8002

More information

Wanna Improve Process Mining Results?

Wanna Improve Process Mining Results? Wanna Improve Process Mining Results? It s High Time We Consider Data Quality Issues Seriously R.P. Jagadeesh Chandra Bose, Ronny S. Mans and Wil M.P. van der Aalst Department of Mathematics and Computer

More information

Business process measurement - data mining. enn@cc.ttu.ee

Business process measurement - data mining. enn@cc.ttu.ee Business process measurement - data mining. enn@cc.ttu.ee Business process measurement Balanced scorecard Process mining - ProM Äriprotsessi konteksti perspektiiv Clear & measurable goals Effective solutions

More information

Conformance Checking of Interacting Processes With Overlapping Instances

Conformance Checking of Interacting Processes With Overlapping Instances Conformance Checking of Interacting Processes With Overlapping Instances Dirk Fahland, Massimiliano de Leoni, Boudewijn F. van Dongen, and Wil M.P. van der Aalst Eindhoven University of Technology, The

More information

Process Mining and Monitoring Processes and Services: Workshop Report

Process Mining and Monitoring Processes and Services: Workshop Report Process Mining and Monitoring Processes and Services: Workshop Report Wil van der Aalst (editor) Eindhoven University of Technology, P.O.Box 513, NL-5600 MB, Eindhoven, The Netherlands. w.m.p.v.d.aalst@tm.tue.nl

More information

Using Event Logs to Derive Role Engineering Artifacts

Using Event Logs to Derive Role Engineering Artifacts Using Logs to Derive Role Engineering Artifacts Abstract Process-aware information systems are used to execute business processes to reach the operational goals of an organization. In this context, access

More information

Trace Clustering in Process Mining

Trace Clustering in Process Mining Trace Clustering in Process Mining M. Song, C.W. Günther, and W.M.P. van der Aalst Eindhoven University of Technology P.O.Box 513, NL-5600 MB, Eindhoven, The Netherlands. {m.s.song,c.w.gunther,w.m.p.v.d.aalst}@tue.nl

More information

BIS 3106: Business Process Management. Lecture Two: Modelling the Control-flow Perspective

BIS 3106: Business Process Management. Lecture Two: Modelling the Control-flow Perspective BIS 3106: Business Process Management Lecture Two: Modelling the Control-flow Perspective Makerere University School of Computing and Informatics Technology Department of Computer Science SEM I 2015/2016

More information

Generation of a Set of Event Logs with Noise

Generation of a Set of Event Logs with Noise Generation of a Set of Event Logs with Noise Ivan Shugurov International Laboratory of Process-Aware Information Systems National Research University Higher School of Economics 33 Kirpichnaya Str., Moscow,

More information

Online Compliance Monitoring of Service Landscapes

Online Compliance Monitoring of Service Landscapes Online Compliance Monitoring of Service Landscapes J.M.E.M. van der Werf 1 and H.M.W. Verbeek 2 1 Department of Information and Computing Science, Utrecht University, The Netherlands J.M.E.M.vanderWerf@UU.nl

More information

Life-Cycle Support for Staff Assignment Rules in Process-Aware Information Systems

Life-Cycle Support for Staff Assignment Rules in Process-Aware Information Systems Life-Cycle Support for Staff Assignment Rules in Process-Aware Information Systems Stefanie Rinderle-Ma 1,2 and Wil M.P. van der Aalst 2 1 Department Databases and Information Systems, Faculty of Engineering

More information

Mercy Health System. St. Louis, MO. Process Mining of Clinical Workflows for Quality and Process Improvement

Mercy Health System. St. Louis, MO. Process Mining of Clinical Workflows for Quality and Process Improvement Mercy Health System St. Louis, MO Process Mining of Clinical Workflows for Quality and Process Improvement Paul Helmering, Executive Director, Enterprise Architecture Pete Harrison, Data Analyst, Mercy

More information

Handling Big(ger) Logs: Connecting ProM 6 to Apache Hadoop

Handling Big(ger) Logs: Connecting ProM 6 to Apache Hadoop Handling Big(ger) Logs: Connecting ProM 6 to Apache Hadoop Sergio Hernández 1, S.J. van Zelst 2, Joaquín Ezpeleta 1, and Wil M.P. van der Aalst 2 1 Department of Computer Science and Systems Engineering

More information

EMailAnalyzer: An E-Mail Mining Plug-in for the ProM Framework

EMailAnalyzer: An E-Mail Mining Plug-in for the ProM Framework EMailAnalyzer: An E-Mail Mining Plug-in for the ProM Framework Wil M.P. van der Aalst 1 and Andriy Nikolov 2 1 Department of Information Systems, Eindhoven University of Technology, P.O. Box 513, NL-5600

More information

ProM 6 Tutorial. H.M.W. (Eric) Verbeek mailto:h.m.w.verbeek@tue.nl R. P. Jagadeesh Chandra Bose mailto:j.c.b.rantham.prabhakara@tue.

ProM 6 Tutorial. H.M.W. (Eric) Verbeek mailto:h.m.w.verbeek@tue.nl R. P. Jagadeesh Chandra Bose mailto:j.c.b.rantham.prabhakara@tue. ProM 6 Tutorial H.M.W. (Eric) Verbeek mailto:h.m.w.verbeek@tue.nl R. P. Jagadeesh Chandra Bose mailto:j.c.b.rantham.prabhakara@tue.nl August 2010 1 Introduction This document shows how to use ProM 6 to

More information

EVENT LOG STANDARDS IN BPM DOMAIN

EVENT LOG STANDARDS IN BPM DOMAIN INFORMATION SYSTEMS IN MANAGEMENT Information Systems in Management (2012) Vol. 1 (4) 293 304 EVENT LOG STANDARDS IN BPM DOMAIN BEATA GONTAR, ZBIGNIEW GONTAR Department of Computer Science, Management

More information

Business Monitoring Framework for Process Discovery with Real-Life Logs

Business Monitoring Framework for Process Discovery with Real-Life Logs Business Monitoring Framework for Process Discovery with Real-Life Logs Mari Abe and Michiharu Kudo IBM Research Tokyo 5-6-52 Toyosu, Koto-ku, Tokyo, Japan {maria, kudo}@jp.ibm.com Abstract. Business analysis

More information

Process Mining Online Assessment Data

Process Mining Online Assessment Data Process Mining Online Assessment Data Mykola Pechenizkiy, Nikola Trčka, Ekaterina Vasilyeva, Wil van der Aalst, Paul De Bra {m.pechenizkiy, e.vasilyeva, n.trcka, w.m.p.v.d.aalst}@tue.nl, debra@win.tue.nl

More information

Translating Message Sequence Charts to other Process Languages using Process Mining

Translating Message Sequence Charts to other Process Languages using Process Mining Translating Message Sequence Charts to other Process Languages using Process Mining Kristian Bisgaard Lassen 1, Boudewijn F. van Dongen 2, and Wil M.P. van der Aalst 2 1 Department of Computer Science,

More information

Dept. of IT in Vel Tech Dr. RR & Dr. SR Technical University, INDIA. Dept. of Computer Science, Rashtriya Sanskrit Vidyapeetha, INDIA

Dept. of IT in Vel Tech Dr. RR & Dr. SR Technical University, INDIA. Dept. of Computer Science, Rashtriya Sanskrit Vidyapeetha, INDIA ISSN : 2229-4333(Print) ISSN : 0976-8491(Online) Analysis of Workflow and Process Mining in Dyeing Processing System 1 Saravanan. M.S, 2 Dr Rama Sree.R.J 1 Dept. of IT in Vel Tech Dr. RR & Dr. SR Technical

More information

Combination of Process Mining and Simulation Techniques for Business Process Redesign: A Methodological Approach

Combination of Process Mining and Simulation Techniques for Business Process Redesign: A Methodological Approach Combination of Process Mining and Simulation Techniques for Business Process Redesign: A Methodological Approach Santiago Aguirre, Carlos Parra, and Jorge Alvarado Industrial Engineering Department, Pontificia

More information

An Introduction to Business Process Modeling

An Introduction to Business Process Modeling An Introduction to Business Process Modeling Alejandro Vaisman Department of Computer & Decision Engineering (CoDE) Université Libre de Bruxelles avaisman@ulb.ac.be Outline (part 1) Motivation Introduction

More information

3TU.BSR: Big Software on the Run

3TU.BSR: Big Software on the Run Summary Millions of lines of code - written in different languages by different people at different times, and operating on a variety of platforms - drive the systems performing key processes in our society.

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION 1.1 Research Motivation In today s modern digital environment with or without our notice we are leaving our digital footprints in various data repositories through our daily activities,

More information

Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis

Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis Verifying Business Processes Extracted from E-Commerce Systems Using Dynamic Analysis Derek Foo 1, Jin Guo 2 and Ying Zou 1 Department of Electrical and Computer Engineering 1 School of Computing 2 Queen

More information

HONE: Correlating Host activities to Network communications to produce insight

HONE: Correlating Host activities to Network communications to produce insight HONE: Correlating Host activities to Network communications to produce insight GLENN A. FINK, PH.D. Senior Scientist, Secure Cyber Systems SEAN STORY, PMP Project Manager, Software Engineering & Architectures

More information

Process Analysis and Organizational Mining in Production Automation Systems Engineering

Process Analysis and Organizational Mining in Production Automation Systems Engineering Process Analysis and Organizational Mining in Production Automation Systems Engineering Wikan Danar Sunindyo Thomas Moser Dietmar Winkler Stefan Biffl Christian Doppler Laboratory for Software Engineering

More information

Audits. Email Alerts. Procedure

Audits. Email Alerts. Procedure You can generate access and activity audits for your organization s Cisco ScanCenter account. You can also configure email alerts to notify you of failed Cisco ScanCenter login attempts. You must have

More information

Configuring IBM WebSphere Monitor for Process Mining

Configuring IBM WebSphere Monitor for Process Mining Configuring IBM WebSphere Monitor for Process Mining H.M.W. Verbeek and W.M.P. van der Aalst Technische Universiteit Eindhoven Department of Mathematics and Computer Science P.O. Box 513, 5600 MB Eindhoven,

More information

Process Mining: A Two-Step Approach using Transition Systems and Regions

Process Mining: A Two-Step Approach using Transition Systems and Regions Process Mining: Two-Step pproach using Transition Systems and Regions Wil M.P. van der alst 1, V. Rubin 2,1,.F. van ongen 1,. Kindler 2, and.w. Günther 1 1 indhoven University of Technology, indhoven,

More information

Process Mining in Big Data Scenario

Process Mining in Big Data Scenario Process Mining in Big Data Scenario Antonia Azzini, Ernesto Damiani SESAR Lab - Dipartimento di Informatica Università degli Studi di Milano, Italy antonia.azzini,ernesto.damiani@unimi.it Abstract. In

More information

Case Based Model to enhance aircraft fleet management and equipment performance

Case Based Model to enhance aircraft fleet management and equipment performance Case Based Model to enhance aircraft fleet management and equipment performance A. BEN ZAKOUR (a), E. RANDRIA (b) (a) University of Bordeaux, France (LaBRI) 2MoRO Solutions Bidart, France, asma.ben-zakour@2moro.fr

More information

An Ontology-based Framework for Enriching Event-log Data

An Ontology-based Framework for Enriching Event-log Data An Ontology-based Framework for Enriching Event-log Data Thanh Tran Thi Kim, Hannes Werthner e-commerce group Institute of Software Technology and Interactive Systems, Vienna, Austria Email: kimthanh@ec.tuwien.ac.at,

More information

Big Data. Fast Forward. Putting data to productive use

Big Data. Fast Forward. Putting data to productive use Big Data Putting data to productive use Fast Forward What is big data, and why should you care? Get familiar with big data terminology, technologies, and techniques. Getting started with big data to realize

More information

Process Mining in Healthcare: Data Challenges when Answering Frequently Posed Questions

Process Mining in Healthcare: Data Challenges when Answering Frequently Posed Questions Process Mining in Healthcare: Data Challenges when Answering Frequently Posed Questions R.S. Mans 1, W.M.P. van der Aalst 1, R.J.B. Vanwersch 1, A.J. Moleman 2 1 Department of Information Systems, Eindhoven

More information

Predicting Deadline Transgressions Using Event Logs

Predicting Deadline Transgressions Using Event Logs Predicting Deadline Transgressions Using Event Logs Anastasiia Pika 1, Wil M. P. van der Aalst 2,1, Colin J. Fidge 1, Arthur H. M. ter Hofstede 1,2, and Moe T. Wynn 1 1 Queensland University of Technology,

More information

Using Semantic Lifting for improving Process Mining: a Data Loss Prevention System case study

Using Semantic Lifting for improving Process Mining: a Data Loss Prevention System case study Using Semantic Lifting for improving Process Mining: a Data Loss Prevention System case study Antonia Azzini, Chiara Braghin, Ernesto Damiani, Francesco Zavatarelli Dipartimento di Informatica Università

More information

ProM Framework Tutorial

ProM Framework Tutorial ProM Framework Tutorial Authors: Ana Karla Alves de Medeiros (a.k.medeiros@.tue.nl) A.J.M.M. (Ton) Weijters (a.j.m.m.weijters@tue.nl) Technische Universiteit Eindhoven Eindhoven, The Netherlands February

More information

Process Mining in Information Technology Incident Management: A Case Study at Volvo Belgium

Process Mining in Information Technology Incident Management: A Case Study at Volvo Belgium Process Mining in Information Technology Incident Management: A Case Study at Volvo Belgium Arjel D. Bautista, Syed M. Kumail Akbar, Anthony Alvarez, Tom Metzger, Marshall Louis Reaves CKM Advisors, 711

More information

Decision Mining in Business Processes

Decision Mining in Business Processes Decision Mining in Business Processes A. Rozinat and W.M.P. van der Aalst Department of Technology Management, Eindhoven University of Technology P.O. Box 513, NL-5600 MB, Eindhoven, The Netherlands {a.rozinat,w.m.p.v.d.aalst}@tm.tue.nl

More information

Data Mining. 1 Introduction 2 Data Mining methods. Alfred Holl Data Mining 1

Data Mining. 1 Introduction 2 Data Mining methods. Alfred Holl Data Mining 1 Data Mining 1 Introduction 2 Data Mining methods Alfred Holl Data Mining 1 1 Introduction 1.1 Motivation 1.2 Goals and problems 1.3 Definitions 1.4 Roots 1.5 Data Mining process 1.6 Epistemological constraints

More information

Extracting Event Data from Databases to Unleash Process Mining

Extracting Event Data from Databases to Unleash Process Mining Extracting Event Data from Databases to Unleash Process Mining Wil M.P. van der Aalst Architecture of Information Systems, Eindhoven University of Technology, P.O. Box 53, NL-5600 MB, Eindhoven, The Netherlands.

More information

Mining Inter-Organizational Business Process Models from EDI Messages: A Case Study from the Automotive Sector

Mining Inter-Organizational Business Process Models from EDI Messages: A Case Study from the Automotive Sector Mining Inter-Organizational Business Process Models from EDI Messages: A Case Study from the Automotive Sector Robert Engel 1, Wil van der Aalst 2, Marco Zapletal 1, Christian Pichler 1, and Hannes Werthner

More information

Investigating Clinical Care Pathways Correlated with Outcomes

Investigating Clinical Care Pathways Correlated with Outcomes Investigating Clinical Care Pathways Correlated with Outcomes Geetika T. Lakshmanan, Szabolcs Rozsnyai, Fei Wang IBM T. J. Watson Research Center, NY, USA August 2013 Outline Care Pathways Typical Challenges

More information

Methods for the specification and verification of business processes MPB (6 cfu, 295AA)

Methods for the specification and verification of business processes MPB (6 cfu, 295AA) Methods for the specification and verification of business processes MPB (6 cfu, 295AA) Roberto Bruni http://www.di.unipi.it/~bruni 24 - Process Mining 1 Object We overview the key principles of process

More information

Profiling Event Logs to Configure Risk Indicators for Process Delays

Profiling Event Logs to Configure Risk Indicators for Process Delays Profiling Event Logs to Configure Risk Indicators for Process Delays Anastasiia Pika 1, Wil M. P. van der Aalst 2,1, Colin J. Fidge 1, Arthur H. M. ter Hofstede 1,2, and Moe T. Wynn 1 1 Queensland University

More information

business process mining

business process mining This article was downloaded by: [Mario Piattini] On: 11 July 2011, At: 02:29 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Facilitating Business Process Discovery using Email Analysis

Facilitating Business Process Discovery using Email Analysis Facilitating Business Process Discovery using Email Analysis Matin Mavaddat Matin.Mavaddat@live.uwe.ac.uk Stewart Green Stewart.Green Ian Beeson Ian.Beeson Jin Sa Jin.Sa Abstract Extracting business process

More information

Process simulation. Enn Õunapuu enn.ounapuu@ttu.ee

Process simulation. Enn Õunapuu enn.ounapuu@ttu.ee Process simulation Enn Õunapuu enn.ounapuu@ttu.ee Content Problem How? Example Simulation Definition Modeling and simulation functionality allows for preexecution what-if modeling and simulation. Postexecution

More information

SMART DIAGNOSTICS AFTER-SALES SERVICE TODAY

SMART DIAGNOSTICS AFTER-SALES SERVICE TODAY SMART DIAGNOSTICS AFTER-SALES SERVICE TODAY DIAGNOSTIC LIFECYCLE AFTER-SALES SERVICE TODAY Today s dynamic global markets have become increasingly complex. Companies must deal with major challenges in

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft

More information

Towards Cross-Organizational Process Mining in Collections of Process Models and their Executions

Towards Cross-Organizational Process Mining in Collections of Process Models and their Executions Towards Cross-Organizational Process Mining in Collections of Process Models and their Executions J.C.A.M. Buijs, B.F. van Dongen, W.M.P. van der Aalst Department of Mathematics and Computer Science, Eindhoven

More information