<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Stage-based Business Process Mining</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hoang Nguyen</string-name>
          <email>huanghuy.nguyen@hdr.qut.edu.au</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Queensland University of Technology</institution>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Supervisors: Marcello La Rosa</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Tartu</institution>
          ,
          <country country="EE">Estonia</country>
        </aff>
      </contrib-group>
      <fpage>161</fpage>
      <lpage>169</lpage>
      <abstract>
        <p>Evidence-based BPM has gained signi cant momentum in recent years, thanks to the widespread adoption of enterprise systems that store detailed business process execution data in event logs. Techniques for analyzing business processes using event logs are termed \process mining" techniques. Their objective is to aid business analysts in improving business processes by learning knowledge from massive data. To date, techniques for process mining abound. For example, one can measure processing time and waiting time, diagnose process delays and quality issues, and replay an entire event log over a process model discovered from the log itself. However, these techniques often su er from limited applicability, particularly when used on top of unpredictable processes such as patient treatment processes in healthcare as opposed to predictable processes such as a car manufacturing process. They failed to extract a highly t process model, awkward in measuring process performance, and inaccurate in predictive monitoring. In addition, they are confused at how to divide the problem into sub-problems for better solutions. This research aims at designing a novel set of techniques based on a notion of business process stages which can improve over existing process mining techniques.</p>
      </abstract>
      <kwd-group>
        <kwd>Business process management</kwd>
        <kwd>process mining</kwd>
        <kwd>multistage</kwd>
        <kwd>stage-based</kwd>
        <kwd>decomposition</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Process Mining [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] was initiated from the eld of Business Process Management
that oversees and improves human work in organizations [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Therefore, Process
Mining also concerns with common tasks in BPM such as process performance
analysis, conformance checking and root cause analysis. However, di ering from
the social science branch of BPM concerning interviews, workshops and surveys
for data collection, Process Mining focuses on analysing large and rich business
process data (called event logs) available in enterprise IT systems in order to
extract useful knowledge [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Process Mining thus is a bridge between BPM and
data mining.
      </p>
      <p>
        Like data mining, process mining techniques exploit data features (or
variables) in event logs to learn useful knowledge for process improvement. These
techniques fall into a number of categories. Process discovery [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] is to derive
process models from event logs. Conformance checking [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] is to align an event
log with a process model to verify whether the process execution complies with
the process design. Performance analysis [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] is to measure process performance
metrics to identify bottlenecks. Deviance mining [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is to derive business rules
from event logs that can explain the root cause of positive or negative deviants.
Predictive monitoring [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] aims at building predictive models that allow one to
make forecasts of process performance. Finally, comparative analysis [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is to
contrast process variants and extract distinguishing behaviors. From another
perspective, these techniques fall into two themes: structural analysis and
behavioral analysis. In structural analysis, the purpose is to search for a structure
from event logs that highly represents the process, e.g. process models, which
can help to do performance analysis, conformance checking and serve as a basis
for process re-engineering. In behavioral analysis, the purpose is to search for a
set of behaviors (e.g. activity patterns) that are strongly correlated with a
target variable, e.g. long case duration. Behavioral analysis is common in deviance
mining and predictive monitoring based on trained classi ers such as decision
trees [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], random forests [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], and neural networks [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In addition, some works
also regard process models as a source of generalized behaviors for descriptive
analysis [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        Thus far, the main challenge to process mining is that many event logs exhibit
a highly complex feature space. For example, real-life event logs can be found
on the Business Process Intelligence web site from 2011 to 20171. Notably, they
are often knowledge-intensive processes [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] such as patient treatment, insurance
claim handling, IT incident handling, and loan application assessment. Their
feature space often includes, but not limited to, activities, humans, data payload,
process context [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] and timestamps. Three main challenges of this feature space
are the heterogeneity of case context, the decomposition into sub-processes, and
the variability of data features. Di erent case contexts exist because process
cases, e.g. customer orders or patients, are often prioritized based on di erent
types, e.g. low-value and high-value cases, and processed di erently. Mixing case
contexts therefore can create greater variation in data features, thus makes it
more di cult for process structural analysis. Sub-processes often exist and could
be in sequence, in parallel or overlap. They are interrelated but fairly
independent. Ignoring these sub-processes in one analysis might be the cause of
inaccurate models. Moreover, the inherent variability of data features in business
environment is a challenge to frequent feature mining for business processes.
In many cases, it is the combination of these three challenges that creates a
very heterogeneous feature space. Consequently, the current problems faced by
process mining are scalability and accuracy. For example, process discovery
techniques struggle with ill-structured processes [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Mining human-readable rules
from event logs remains an issue [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The error rate of predictive monitoring
remains remarkably high [
        <xref ref-type="bibr" rid="ref11 ref15">15, 11</xref>
        ].
      </p>
      <p>
        Various process mining techniques have been proposed to deal with the above
complex feature space. A common approach is based on decomposition of event
logs into clusters, thus able to work with clusters (i.e. a higher abstraction level)
instead of individual events. It is also known as divide and conquer approach
which has been implemented for process discovery [16{20], conformance
checking [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], performance analysis [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], deviance mining [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], and predictive
monitoring [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Decomposition can be horizontal (i.e. by cases) or vertical (i.e. by
activities). However, although scalability has been improved, the accuracy issue
remains [
        <xref ref-type="bibr" rid="ref11 ref18 ref19 ref23">18, 19, 23, 11</xref>
        ]. Proposed techniques seem to be ad hoc while they only
work with some speci c datasets and struggle with others. There are several
reasons learned from empirical results. For structural analysis, the proposed
decompositions may underrepresent the real process structure [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. Thus, when the
1 www.win.tue.nl/bpi/doku.php?id=2017:challenge
models are tested against the logs, the result has low tness and precision [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
For behavioral analysis, despite the use of decomposition and strong classi ers,
the accuracy could be a ected due to the limited coverage of the process feature
space, e.g. when a classi cation model contains only control- ow features but
many process cases are driven by resources and context [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ].
      </p>
      <p>
        From the above background, this research proposes a novel process mining
approach based on a notion of business process stages. Semantically, stages are
a common way that humans use to divide their work into manageable parts. A
stage thus is also a sub-process. For example, an outpatient treatment process
involves stages such as reception, diagnosis, medication, and consultation. Stages
have also been observed in BPM research and real datasets, including patient
treatment[
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], IT service delivery[
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], government agency processes [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], bank
loan application [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], and product development [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. Traditionally, process stages
have been studied in di erent disciplines. For example, in manufacturing it is
known through the state space model for fault diagnosis [
        <xref ref-type="bibr" rid="ref29 ref30">29, 30</xref>
        ]. In patient ow
research, it is called compartment model [31{33]. In product development, it
is known as the stage-gate model [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. Recently, stage-based analysis has been
studied in process mining for inter-organizational comparative analysis but only
on a manual basis [
        <xref ref-type="bibr" rid="ref35 ref9">9, 35</xref>
        ]. Continuing this stream, this research aims to develop
stage-based techniques for knowledge-intensive processes taking advantage of
event logs and foundational techniques of process mining.
      </p>
      <p>
        The intuition here is that stages can help to improve process mining
techniques. Intuitively, data features within the same stages tend to exhibit stronger
relationship than those from di erent stages; thus, stage-based techniques could
produce better result than those applied to the whole process. For example,
stages could provide a vertical decomposition of event logs (i.e. by stages) in
order to improve the quality of process models. The rst question is how to discover
stages from event logs that mimic the actual stage decomposition. Once stages
have been correctly discovered, they can be used to discover process models by
stages instead of one at model for the whole log. Another application of stages
is to measure ow performance [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]. This kind of performance is of particular
interest in service organizations such as hospitals, product development and IT
services because they are concerned with how smooth cases are pulled through
the organizations. Since a stage decomposition consists of adjacent stages, each
is a fairly independent queueing system, it is thus allowed to measure ow of
cases (i.e. queuing items) based on queuing measures computed from event logs,
e.g. arrival rate, departure rate, and length of queue. In addition, in predictive
monitoring, it could be more accurate to build classi ers within a stage to
provide prediction within that stage only, combined with inter-stage classi ers to
provide a nal prediction.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Research Problems &amp; Research Questions</title>
      <p>The previous section has discussed current research problems in detail. They are
summarized as follows.
1. Current process discovery techniques su er from low accuracy for
illstructured processes
2. Current process performance analysis techniques are limited in measuring
the ow performance of business processes
3. Current predictive process monitoring techniques su er from high error rate
for ill-structured processes</p>
      <p>Our research will be structured to address the following research questions:</p>
      <sec id="sec-2-1">
        <title>1. How to discover business process stages from event logs? 2. How to mine business process performance from event logs based on stages 3. How to discover process models from event logs based on stages? 4. How to perform predictive process monitoring in stages?</title>
        <p>3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Research Approach</title>
      <p>
        This research project aims at developing stage-based techniques that can produce
better result than existing techniques. We consider Design Science (DS) [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ]
as a relevant research method as its nature is to produce knowledge based on
the development of artifacts (e.g. models, frameworks, and methods) to solve
a problem [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ]). In our research, the problems would be the research problems
and the artifacts would be computer software that implements our proposed
techniques.
      </p>
      <p>
        Following the Design Science method, this project will primarily undergo ve
main steps to develop a technique [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ]: (i) De ne the problem; (ii) Suggest a
solution; (iii) Develop artifacts; (iv) Evaluate the artifacts; (v) Conclude. Among
these, the validity of DS-based research is mainly determined by the evaluation
of the artifacts [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ]. There are di erent validation approaches including
observational, analytical, experimental, testing and descriptive [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ]. This project will
mainly take the experimental approach given the data-driven nature of the
research.
      </p>
      <p>A rigorous approach to experimental evaluation thus is vital to this project.
The evaluations will generally consist of two parts: data-based and user-based.
The former makes use of objective and quantitative measures while the latter
involves humans, where needed, in qualitative assessment. Outline of research
experiments are given below.</p>
      <p>
        { Experiments will be carried out on event logs of varied characteristics
{ Evaluation will be performed based on well-established criteria in Data
Mining and Process Mining
{ Controlled experimentation [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ] will be conducted with stakeholders, where
needed, to evaluate the subjective aspect of the research criteria
{ The proposed technique will be benchmarked against baselines available in
the literature
      </p>
      <p>In regards to data collection and analysis, event logs are the main datasets
used for experiments in this research. Access to data in di erent ways is planned
as follows:
{ Synthetic datasets will be created for the rst validation using business
process simulation software, e.g. BIMP2 and CPN-Tools3.
{ Real-life datasets will be sourced from repositories of publicly available logs
and industrial as well as academic partners. The publicly available logs are
provided on academic public data repositories such as 3TU.Datacentrum4 of
Eindhoven University of Technology which have been used as benchmarking
data for experiments in previous research in Process Mining.
2 bimp.cs.ut.ee
3 www.cpntools.org
4 data.3tu.nl/repository/collection:event logs
{ The student may request for access to datasets of other research projects
within the BPM Discipline. The request will be in compliance with the Ethics
Clearance of the projects.
{ The student will contact the pool of industrial partners of the BPM
Discipline such as Commonwealth Bank of Australia, Suncorp and St Andrews
War Memorial Hospital, to access further real-life logs, should this be needed.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Preliminary Results</title>
      <p>The research thus far has carried out towards addressing the rst two research
questions: mining process stages from event logs and mining process performance
based on stages. The result is reported in the following sections.
4.1</p>
      <p>
        Mining Business Process Stages from Event Logs
Process mining techniques su er from scalability issues when applied to large
event logs, both in terms of computational requirements and in terms of
interpretability of the produced outputs. For example, process models discovered
from large event logs are often spaghetti-like and provide limited insights [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>
        A common approach to tackle this limitation is to decompose the process into
stages, such that each stage can be mined separately. This idea has been
successfully applied in the context of automated process discovery [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and performance
mining [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]. The question is then how to identify a suitable set of stages and
how to map the events in the log into stages. For simpler processes, the stage
decomposition can be manually identi ed, but for complex processes, automated
support for stage identi cation is required. Accordingly, several automated
approaches to stage decomposition have been proposed [
        <xref ref-type="bibr" rid="ref18 ref19 ref42">18, 19, 42</xref>
        ]. However, these
approaches have not been designed with the goal of approximating manual
decompositions, and as we show in this work, the decompositions they produce
turn out to be far apart from the corresponding manual decompositions.
      </p>
      <p>
        This paper puts forward an automated technique to split an event log into
stages, in a way that mimics manual stage decompositions. The proposed
technique is designed based on two key observations: (i) that stages are intuitively
fragments of the process in-between two milestone events; and (ii) that the stage
decomposition is modular, meaning that there is a high number of direct
dependencies inside each stage (high cohesion), and a low number of
dependencies across stages (low coupling) { an observation that has also been applied in
the context of process model decomposition [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ] and more broadly in the elds
of systems design and programming in general. For example, a loan
origination process at a bank has multiple stages such as the application is assessed
(accepted/rejected milestone), o ered (o er letter sent milestone), negotiated
(agreement signed milestone), and settled (agreement executed milestone). There
may be many back-and-forth or jumps inside a stage, but relatively little across
these stages.
      </p>
      <p>The proposed technique starts by constructing a graph of direct control- ow
dependencies from the event log. Candidate milestones are then identi ed
by using techniques for computing graph cuts. A subset of these potential
cut points is nally selected in a way that maximizes the modularity of
the resulting stage decomposition according to a modularity measure
borrowed from the eld of social network analysis. The technique has been
evaluated using real-life logs in terms of its ability to approximate manual
decompositions using a well-accepted measure for the assessment of cluster quality.
4.2</p>
      <p>
        Mining Process Performance Based on Staged Process Flows
Process Performance Mining (PPM) is a subset of process mining techniques
concerned with the analysis of processes with respect to performance
dimensions, chie y time (how fast a process is executed); cost (how much a process
execution costs); quality (how well the process meets customer requirements and
expectations); and exibility (how rapidly can a process adjust to changes in the
environment) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Along the time and exibility dimensions, one recurrent analysis task is to
understand how the temporal performance of a process evolves over a given
period of time { also known as ow performance analysis in lean management [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ].
For example, a bank manager may wish to know how the waiting times in a
loan application process have evolved over the past month in order to adjust the
resource allocation policies so as to minimize the e ects of bottlenecks.
      </p>
      <p>
        Existing PPM techniques are not designed to address such ow performance
questions. Instead, these techniques focus on analyzing process performance in
a \snapshot" manner, by taking as input an event log recorded during a period
of time and extracting aggregate measures such as mean waiting time,
processing time or cycle time of the process and its activities. For example, both the
Performance Analysis plugins of ProM [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ] and Disco [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ] calculate aggregate
performance measures (e.g. mean waiting time) over the entire period covered
by an event log and display these measures by color-coding the elements of a
process model. These tools can also produce animations of the ow of cases
along a process model over time. However, extracting ow performance insights
from these animations requires close and continuous attention from the analyst
in order to detect visual cues of performance trends, bottleneck formation and
dissolution, and phase transitions in the process performance. In other words,
animation techniques allow analysts to get a broad picture of performance issues,
but not to precisely quantify the evolution of process performance over time.
      </p>
      <p>In this setting, this paper presents a PPM approach designed to provide a
precise and quanti able picture of ow performance. The approach relies on an
abstraction of business processes called Staged Process Flow (SPF). An SPF
breaks down a process into a series of queues corresponding to user-de ned
stages. Each stage is associated with a number of performance characteristics
that are computed at each time point in an observation window. The evolution
of these characteristics is then plotted via several visualization techniques that
collectively allow ow performance to be analyzed from multiple perspectives in
order to address the following questions:</p>
      <sec id="sec-4-1">
        <title>Q1. How does the overall process performance evolve over time?</title>
        <p>Q2. How does the formation and dissolution of bottlenecks a ect the overall
process performance?
Q3. How do changes in demand and capacity a ect the overall process
performance?</p>
        <p>The paper demonstrates the advantages of the SPF approach over
state-ofthe-art process performance mining tools using real-life event logs of a Dutch
bank and IT department of Volvo Belgium.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>This paper describes an overall approach of stage-based process mining based
on observed gaps in current process mining techniques. So far, we have proposed
two stage-based techniques: one for discovering business process stages from
event logs and one for mining process ow performance from event logs based
on stages. The former work shows that our stage decomposition technique can
provide results that are measurably much closer to the ground truth than the
baselines. The latter work shows that it provides insights and addresses questions
that cannot be answered by existing performance mining techniques. In the
future, we will continue developing stage-based techniques for process discovery
and predictive process monitoring.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.: Process Mining: Discovery, Conformance and Enhancement of Business Processes. Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Dumas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>La</given-names>
            <surname>Rosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Mendling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Reijers</surname>
          </string-name>
          , H.:
          <article-title>Fundamentals of Business Process Management</article-title>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Van Der Aalst</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Adriansyah</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>de Medeiros</surname>
            ,
            <given-names>A.K.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Arcieri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baier</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blickle</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bose</surname>
          </string-name>
          , J.C., van den Brand, P.,
          <string-name>
            <surname>Brandtjen</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buijs</surname>
          </string-name>
          , J.:
          <article-title>Process mining manifesto</article-title>
          .
          <source>In: Business Process Management, Springer</source>
          <volume>169</volume>
          {
          <fpage>194</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Tiwari</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turner</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Majeed</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>A review of business process mining: stateoftheart and future trends</article-title>
          .
          <source>Business Process Management Journal</source>
          <volume>14</volume>
          (
          <issue>1</issue>
          ) (
          <year>2008</year>
          )
          <volume>5</volume>
          {
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Rozinat</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.M.:
          <article-title>Conformance checking of processes based on monitoring real behavior</article-title>
          .
          <source>Information Systems</source>
          <volume>33</volume>
          (
          <issue>1</issue>
          ) (
          <year>2008</year>
          )
          <volume>64</volume>
          {
          <fpage>95</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.,
          <string-name>
            <surname>Adriansyah</surname>
          </string-name>
          , A.,
          <string-name>
            <surname>van Dongen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Replaying history on process models for conformance checking and performance analysis</article-title>
          .
          <source>Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery</source>
          <volume>2</volume>
          (
          <issue>2</issue>
          ) (
          <year>2012</year>
          )
          <volume>182</volume>
          {
          <fpage>192</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>La</given-names>
            <surname>Rosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            ,
            <surname>Suriadi</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          :
          <article-title>Mining business process deviance: a quest for accuracy</article-title>
          .
          <source>In: On the Move to Meaningful Internet Systems</source>
          , Springer (
          <year>2014</year>
          )
          <volume>436</volume>
          {
          <fpage>445</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Maggi</surname>
            ,
            <given-names>F.M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Di</given-names>
            <surname>Francescomarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Dumas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Ghidini</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Predictive monitoring of business processes</article-title>
          .
          <source>In: International Conference on Advanced Information Systems Engineering</source>
          , Springer (
          <year>2014</year>
          )
          <volume>457</volume>
          {
          <fpage>472</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Suriadi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mans</surname>
            ,
            <given-names>R.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wynn</surname>
            ,
            <given-names>M.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Partington</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karnon</surname>
          </string-name>
          , J.:
          <article-title>Measuring patient ow variations: A cross-organisational process mining approach</article-title>
          .
          <source>In: Proc. of AP-BPM</source>
          , Springer (
          <year>2014</year>
          )
          <volume>43</volume>
          {
          <fpage>58</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Leontjeva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conforti</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Di</given-names>
            <surname>Francescomarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Dumas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maggi</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.M.:</surname>
          </string-name>
          <article-title>Complex symbolic sequence encodings for predictive monitoring of business processes</article-title>
          .
          <source>In: International Conference on Business Process Management</source>
          , Springer (
          <year>2015</year>
          )
          <volume>297</volume>
          {
          <fpage>313</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Tax</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verenich</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>La</given-names>
            <surname>Rosa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Dumas</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Predictive business process monitoring with LSTM neural networks</article-title>
          .
          <source>arXiv preprint arXiv:1612.02130</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>Di</given-names>
            <surname>Ciccio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Marrella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Russo</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Knowledge-intensive processes: Characteristics, requirements and analysis of contemporary approaches</article-title>
          .
          <source>Journal on Data Semantics</source>
          <volume>4</volume>
          (
          <issue>1</issue>
          ) (
          <year>2014</year>
          )
          <volume>29</volume>
          {
          <fpage>57</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Van der Aalst</surname>
            ,
            <given-names>W.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dustdar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Process mining put into context</article-title>
          .
          <source>IEEE Internet Computing</source>
          <volume>16</volume>
          (
          <issue>1</issue>
          ) (
          <year>2012</year>
          )
          <volume>82</volume>
          {
          <fpage>86</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.M.:
          <article-title>Process mining: Discovering and improving spaghetti and lasagna processes</article-title>
          .
          <source>In: Proc. of CIDM</source>
          , IEEE (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. van Dongen,
          <string-name>
            <given-names>B.F.</given-names>
            ,
            <surname>Crooy</surname>
          </string-name>
          , R.A.,
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.M.:
          <article-title>Cycle time prediction: When will this case nally be nished</article-title>
          ? In: OTM Confederated International Conferences, Springer (
          <year>2008</year>
          )
          <volume>319</volume>
          {
          <fpage>336</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Weerdt</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Leveraging process discovery with trace clustering and text mining for intelligent analysis of incident management processes</article-title>
          .
          <source>In: IEEE Congress on Evolutionary Computation</source>
          . (
          <year>2012</year>
          ) 1{
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Rebuge</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferreira</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          :
          <article-title>Business process analysis in healthcare environments: A methodology based on process mining</article-title>
          .
          <source>Information Systems</source>
          <volume>37</volume>
          (
          <issue>2</issue>
          ) (
          <year>2012</year>
          )
          <volume>99</volume>
          {
          <fpage>116</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Carmona</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cortadella</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kishinevsky</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Divide-and-conquer strategies for process mining</article-title>
          .
          <source>In: Proc. of BPM</source>
          , Springer (
          <year>2009</year>
          )
          <volume>327</volume>
          {
          <fpage>343</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Van Der Aalst</surname>
          </string-name>
          , W.M.
          <article-title>: A general divide and conquer approach for process mining</article-title>
          .
          <source>In: Proc. of FedCSIS</source>
          , IEEE (
          <year>2013</year>
          )
          <volume>1</volume>
          {
          <fpage>10</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Conforti</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
          </string-name>
          a-Ban~uelos, L.,
          <string-name>
            <surname>La</surname>
            <given-names>Rosa</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M.:</surname>
          </string-name>
          <article-title>BPMN miner: Automated discovery of BPMN process models with hierarchical structure</article-title>
          .
          <source>Information Systems</source>
          <volume>56</volume>
          (
          <year>2016</year>
          )
          <volume>284</volume>
          {
          <fpage>303</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. van Dongen,
          <string-name>
            <given-names>B.F.</given-names>
            ,
            <surname>Adriansyah</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Process mining: fuzzy clustering and performance visualization</article-title>
          .
          <source>In: Proc. of BPM Workshops</source>
          , Springer (
          <year>2010</year>
          )
          <volume>158</volume>
          {
          <fpage>169</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Ghattas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peleg</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>So</surname>
            <given-names>er</given-names>
          </string-name>
          , P.,
          <string-name>
            <surname>Denekamp</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Learning the context of a clinical process</article-title>
          .
          <source>In: Business process management workshops</source>
          , Springer (
          <year>2010</year>
          )
          <volume>545</volume>
          {
          <fpage>556</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>Di</given-names>
            <surname>Francescomarino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Dumas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.M.</given-names>
            ,
            <surname>Teinemaa</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          :
          <article-title>Clustering-based predictive process monitoring</article-title>
          .
          <source>IEEE Transactions on Services Computing</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Hompes</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verbeek</surname>
          </string-name>
          , H., van der Aalst, W.M.:
          <article-title>Finding suitable activity clusters for decomposed process discovery</article-title>
          .
          <source>In: Proc. of SIMPDA</source>
          , Springer (
          <year>2014</year>
          )
          <volume>32</volume>
          {
          <fpage>57</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Naldi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>La</given-names>
            <surname>Pinta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Lombardozzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Picciano</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.:</surname>
          </string-name>
          <article-title>A phase model of the service delivery process for bundle services</article-title>
          .
          <source>In: Computer Modeling and Simulation (EMS)</source>
          ,
          <year>2012</year>
          Sixth UKSim/AMSS European Symposium on,
          <source>IEEE</source>
          (
          <year>2012</year>
          )
          <volume>263</volume>
          {
          <fpage>268</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26. van Dongen,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <source>BPI Challenge 2015 Municipality</source>
          <volume>1</volume>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27. van Dongen,
          <string-name>
            <surname>B.F.</surname>
          </string-name>
          :
          <source>BPI Challenge</source>
          <year>2012</year>
          . Eindhoven University of Technology.
          <source>Dataset</source>
          (
          <year>2012</year>
          ) http://dx.doi.org/10.4121/uuid:
          <fpage>3926db30</fpage>
          -f712-
          <fpage>4394</fpage>
          -aebc75976070e91f.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Pietzsch</surname>
            ,
            <given-names>J.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shluzas</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pat-Cornell</surname>
            ,
            <given-names>M.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yock</surname>
            ,
            <given-names>P.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Linehan</surname>
            ,
            <given-names>J.H.</given-names>
          </string-name>
          :
          <article-title>Stagegate process for the development of medical devices</article-title>
          .
          <source>Journal of Medical Devices</source>
          <volume>3</volume>
          (
          <issue>2</issue>
          ) (
          <year>2009</year>
          )
          <fpage>021004</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Sulek</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marucheck</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lind</surname>
            ,
            <given-names>M.R.:</given-names>
          </string-name>
          <article-title>Measuring performance in multi-stage service operations: An application of cause selecting control charts</article-title>
          .
          <source>Journal of Operations Management</source>
          <volume>24</volume>
          (
          <issue>5</issue>
          ) (
          <year>2006</year>
          )
          <volume>711</volume>
          {
          <fpage>727</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Shi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Quality control and improvement for multistage systems: A survey</article-title>
          .
          <source>IIE Transactions</source>
          <volume>41</volume>
          (
          <issue>9</issue>
          ) (
          <year>2009</year>
          )
          <volume>744</volume>
          {
          <fpage>753</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>McClean</surname>
            ,
            <given-names>S.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Millard</surname>
            ,
            <given-names>P.H.:</given-names>
          </string-name>
          <article-title>A three compartment model of the patient ows in a geriatric department: a decision support approach</article-title>
          .
          <source>Health care management science 1(2)</source>
          (
          <year>1998</year>
          )
          <volume>159</volume>
          {
          <fpage>163</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Mackay</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Choice of models for the analysis and forecasting of hospital beds</article-title>
          .
          <source>Health Care Management Science</source>
          <volume>8</volume>
          (
          <issue>3</issue>
          ) (
          <year>2005</year>
          )
          <volume>221</volume>
          {
          <fpage>230</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Harrison</surname>
            ,
            <given-names>G.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escobar</surname>
            ,
            <given-names>G.J.:</given-names>
          </string-name>
          <article-title>Length of stay and imminent discharge probability distributions from multistage models: variation by diagnosis, severity of illness, and hospital</article-title>
          .
          <source>Health care management science 13(3)</source>
          (
          <year>2010</year>
          )
          <volume>268</volume>
          {
          <fpage>279</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Cooper</surname>
          </string-name>
          , R.G.:
          <article-title>Stage-gate systems: a new tool for managing new products</article-title>
          .
          <source>Business horizons 33(3)</source>
          (
          <year>1990</year>
          )
          <volume>44</volume>
          {
          <fpage>54</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Partington</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wynn</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suriadi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ouyang</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karnon</surname>
          </string-name>
          , J.:
          <article-title>Process mining for clinical processes: A comparative analysis of four australian hospitals</article-title>
          .
          <source>ACM Transactions on Management Information Systems</source>
          <volume>5</volume>
          (
          <issue>4</issue>
          ) (
          <year>2015</year>
          )
          <fpage>19</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Anupindi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chopra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deshmukh</surname>
            ,
            <given-names>S.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mieghem</surname>
            ,
            <given-names>J.A.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zemel</surname>
            ,
            <given-names>E.: Managing</given-names>
          </string-name>
          <string-name>
            <surname>Business Process Flows</surname>
          </string-name>
          (3rd ed.).
          <source>Prentice Hall</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Dresch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lacerda</surname>
            ,
            <given-names>D.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antunes</surname>
            <given-names>Jr</given-names>
          </string-name>
          ,
          <string-name>
            <surname>J.A.V.</surname>
          </string-name>
          :
          <article-title>Design Science Research: A Method for Science and</article-title>
          Technology Advancement. Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Pries-Heje</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baskerville</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>The design theory nexus</article-title>
          .
          <source>MIS Quarterly</source>
          (
          <year>2008</year>
          )
          <volume>731</volume>
          {
          <fpage>755</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Von</surname>
            <given-names>Alan</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.H.</given-names>
            ,
            <surname>March</surname>
          </string-name>
          , S.T.,
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ram</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Design science in information systems research</article-title>
          .
          <source>MIS Quarterly</source>
          <volume>28</volume>
          (
          <issue>1</issue>
          ) (
          <year>2004</year>
          )
          <volume>75</volume>
          {
          <fpage>105</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Shadish</surname>
            ,
            <given-names>W.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cook</surname>
          </string-name>
          , T.D.,
          <string-name>
            <surname>Campbell</surname>
          </string-name>
          , D.T.:
          <article-title>Experimental and quasi-experimental designs for generalized causal inference</article-title>
          .
          <source>Wadsworth Cengage Learning</source>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ter Hofstede</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>La</surname>
            <given-names>Rosa</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maggi</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.M.:</surname>
          </string-name>
          <article-title>Business process performance mining with staged process ows</article-title>
          .
          <source>In: Proc. of CAiSE</source>
          , Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Verbeek</surname>
            , H., van der Aalst,
            <given-names>W.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Munoz-Gama</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Divide and conquer</article-title>
          .
          <source>Technical report, BPM Center Report Series</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Reijers</surname>
            ,
            <given-names>H.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendling</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dijkman</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          :
          <article-title>Human and automatic modularizations of process models to enhance their comprehension</article-title>
          .
          <source>Inf. Syst</source>
          .
          <volume>36</volume>
          (
          <issue>5</issue>
          ) (
          <year>2011</year>
          )
          <volume>881</volume>
          {
          <fpage>897</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Modig</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , Ahlstrom, P.:
          <article-title>This is lean: Resolving the e ciency paradox</article-title>
          .
          <source>Rheologica</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Hornix</surname>
          </string-name>
          , P.T.:
          <article-title>Performance analysis of business processes through process mining</article-title>
          .
          <source>Master's thesis</source>
          , Eindhoven University of Technology (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Gunther</surname>
            ,
            <given-names>C.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rozinat</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Disco: Discover your processes</article-title>
          .
          <source>In: Proc. of BPM Demos. Volume 940 of CEUR Workshop Proceedings</source>
          . (
          <year>2012</year>
          )
          <volume>40</volume>
          {
          <fpage>44</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>