<!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>A Context-Aware Process Mining Predictive Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Department of Computer Science</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Engineering</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Westminster London</institution>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <fpage>0000</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>The context in which an operational business process is executed is acknowledged as having a significant effect on the predictive power of a predictive process model. A number of papers have attempted to incorporate contextual factors into the process monitoring workflow, however, as yet no work has been done to assess the relative importance of these factors. This study will aim to address that gap by proposing novel techniques to incorporate relevant contextual factors into the predictive process monitoring workflow. In addition, it will examine the effect that contextual factors, singly and in combination, have on the predictive power of the model.</p>
      </abstract>
      <kwd-group>
        <kwd>operational business process management</kwd>
        <kwd>process mining</kwd>
        <kwd>remaining-time predictive modelling</kwd>
        <kwd>context awareness</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Predictive process monitoring aims to accurately predict a variable of interest (e.g.
remaining time) or the future state of the process instance (e.g. outcome or next step).
This area of research has gained traction over the last decade as evidenced by the
steady increase in the number of related papers. (See Figure 1 below).
It is also an important topic from a practitioner perspective. Effectively predicting
process outcomes in operational business management is important for Customer
Relationship Management (e.g. ‘will this customer’s order be completed on time?’),
Enterprise Resource Planning (e.g. ‘what level of resourcing will be required to manage
running cases/process instances?’) and Operational Process Improvement (e.g. ‘what
are the common attributes of cases that consistently complete late?’), among others.
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] proposes a link between customer attraction and retention and “highly consistent
and predictable quality” of process execution.
      </p>
      <p>
        The widespread adoption of Process Aware Information Systems (PAIS) which
“record information about ...processes in event logs” has provided “a means to support,
control and monitor operational business processes” (see [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]). The availability of
event log data, amongst others has enabled the development of new and novel
approaches to tackle the predictive process monitoring problems (see [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]; [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]).
      </p>
      <p>Prior to examining the various approaches researchers have taken to address the
problem of effective prediction of process outcomes, it is worth addressing the
positioning, purpose and requirements of prediction in Business Process Management
(BPM).</p>
      <p>
        Regarding positioning, [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] proposes a BPM lifecycle with four continuous phases
(see Figure 1 below). Any process starts in the design phase, followed by
implementation and configuration of the designed process. The implemented process is monitored
and adjusted incrementally as required. However, if the process significantly fails to
meet its critical requirements, it is often necessary to diagnose the root cause of
problems and redesign the process. The literature base positions prediction in the design
phase (see [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]; [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) and the enactment/monitoring phase (see [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]; [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]) of the
lifecycle
      </p>
      <p>
        The literature base also appears to indicate that the purpose of prediction differs
depending on the phase in the lifecycle where it is made. For example, [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] posits that
prediction at the enactment/monitoring phase is useful for operational decision making
(“solving the concrete problem at hand”) as opposed to an “abstract future problem”
which is often the focus of design time prediction. A similar distinction is made
between design and run time prediction by [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. This paper outlines four requirements
that an effective operational process predictive model must satisfy – accuracy, nearly
instantaneous results, ease to use, non-interference with the efficient operation of the
BPMS. Accuracy is suggested as the most important requirement based on earlier
research undertaken by [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]
In general, predictive process mining approaches are categorized by the prediction
target. Three categories are identified in the literature: outcome (see [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]; [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]), next
step/sequence (see [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]; [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]) and remaining-time. This research project will focus on
remaining-time prediction and next, we will briefly outline some of the approaches
adopted in existing studies.
      </p>
      <p>
        [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] are examples of model-based approaches. The former created a
transition system which is annotated with elapsed, sojourn &amp; remaining time. This annotated
transition system is used to predict the remaining flow time of a case. The latter
approach adopts the flow analysis technique to estimate the cycle time of activities that
might potentially be executed within a process instance, then aggregates the estimate
to predict remaining time. Whilst this approach offers greater transparency in that
prediction is explained in terms of elementary components, the approach suffers from an
inability to handle resource contention well
      </p>
      <p>
        [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] implement the simulation approach. The former combined design,
historic and state information present in the event log to create a simulation model which
can be fast forwarded to predict among other remaining time. The latter extended this
approach to create a short-term simulation model for a real-life process. However, these
approaches are only suitable where there is a good link between event log and the
simulated process model e.g. BPM systems which also have state information (see [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ])
In terms of sequence-to-feature-encoding (STEP) approaches, [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] utilised
non-parametric regression techniques to predict optimal bandwidth, then compute remaining
time using these bandwidths. This paper laid the foundation for subsequent STEP
approaches by pioneering the encoding of event log data into feature-pair outcomes
[
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Subsequent studies such as [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] built on this foundation by proposing an
approach where traces are clustered utilising a probabilistic clustering algorithm. A
nonparametric regression function is applied to each cluster to predict remaining time of
process instance. This approach offers the advantage of scaling well over large logs
to reduce risk of obtaining “lowly accurate cluster predictors”. On the other hand, the
approximate computation of trace clusters for efficiency reasons results in lower
quality clusters.
      </p>
      <p>The main limitation of the approaches mentioned above is that they assume that cases
are independent and as such view each case in isolation. Hence it fails to take into
account the context in which the process is executed.</p>
      <p>
        [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] identifies four pertinent contextual types:
ii.
iv.
      </p>
      <p>Case context - the properties or attributes of a case.</p>
      <p>Process context –similar cases that may be competing for same
resources.</p>
      <p>Social context - the way human resources collaborate together in an
organisation to work on the process of interest.</p>
      <p>External context – factors in the wider ecosystem that impacts the
process. e.g. weather, legislation, location, etc.</p>
      <p>
        Though a number of papers have attempted to incorporate contextual factors into the
process monitoring workflow (see [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]; [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]), as yet no work has been done to
assess the relative importance of these factors.
      </p>
      <p>This study will aim to address that gap by proposing novel techniques to incorporate
contextual factors into the predictive process monitoring workflow. In addition, it will
examine the effect that contextual factors, singly and in combination, have on the
predictive power of the model.
2
2.1</p>
      <p>Research Methodology</p>
    </sec>
    <sec id="sec-2">
      <title>Research questions</title>
    </sec>
    <sec id="sec-3">
      <title>Question:</title>
      <p>Do contextual factors affect the predictive power of a process monitoring model and
if so, to what extent?</p>
    </sec>
    <sec id="sec-4">
      <title>Research hypothesis:</title>
      <p>H0: Contextual factors does not have a significant effect on the overall predictive
power of process monitoring model
HA: Contextual factors do have a significant effect on the overall predictive power of
process monitoring model
2.2</p>
    </sec>
    <sec id="sec-5">
      <title>Research Design</title>
      <p>
        As earlier mentioned, the prediction target focused on will be remaining-time
prediction. As such, the predictive power of the process monitoring model will be evaluated
primarily by assessing the accuracy of the model. Though the RSME (Root Mean
Square Error) is the most common measure for assessing accuracy, it is susceptible to
outliers. Another popular measure in the literature MAPE (Mean Absolute Percentage
Error) is typically skewed towards the end of a case where remaining time tends
towards zero (see 21). As such, accuracy will be evaluated using the Mean Absolute
Error (MAE) which is known to be more robust (see [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]). The research will explore
whether the addition of relevant contextual factors to a model consistently
significantly results in lower MAE compared with models with no/fewer contextual factors
The research study will utilise two classes of event logs to perform the evaluation –
simulated and real-life event logs. Simulating event logs provides greater degree of
control over the data and enables the ability to artificially create data with specific
desired characteristics. The real-life event logs used will consist of a combination of
publicly available benchmark data (e.g. BPIC challenge data sets) and proprietary
data. A key source of proprietary data is obtained from a cloud-based request
management platform currently used by public service providers (i.e. municipalities
and regions) in Canada and the US. Citizens or service provider staff are required to
specify the location of public infrastructure (e.g. defective road) that requires
remediation whilst raising a service request. Table 1 below show details of sample service
provider organization which currently use this platform. We will explore the
possibility of publishing this data to facilitate reproducibility
      </p>
    </sec>
    <sec id="sec-6">
      <title>Service</title>
    </sec>
    <sec id="sec-7">
      <title>Provider</title>
      <p>Population
17K+
8K+
19K
tourists
135K
plus</p>
    </sec>
    <sec id="sec-8">
      <title>Coverage</title>
      <p>All staff and elected officials</p>
    </sec>
    <sec id="sec-9">
      <title>Service Request Type</title>
      <p>External and
Internal</p>
      <p>External and Internal
Internal</p>
      <sec id="sec-9-1">
        <title>Used by all staff in key departments</title>
        <p>All staff including a 10-person call
centre
Internal Elected officials only
Table 1 – Details of sample organisations</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>Service Scope</title>
      <p>All services</p>
      <sec id="sec-10-1">
        <title>All services All services</title>
      </sec>
      <sec id="sec-10-2">
        <title>All services</title>
        <p>In terms of contextual factors, we will distinguish between relatively stable contextual
factors (e.g. legislation) and more volatile factors such as weather. In addition, where
required, we will consider discretizing variables such as temperature (e.g. dry / wet or
hot/cold) based on defined threshold to reduce the feature space.</p>
        <p>In terms of determining relative importance of contextual factors to the predictive
power of the model, suitable analysis techniques such as Dominance Analysis and/or
Shapley Value Decomposition will be used.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Cesario</surname>
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Folino</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guarascio</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pontieri</surname>
            <given-names>L.</given-names>
          </string-name>
          (
          <year>2016</year>
          )
          <article-title>A Cloud-Based Prediction Framework for Analyzing Business Process Performances</article-title>
          . In: Buccafurri F.,
          <string-name>
            <surname>Holzinger</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kieseberg</surname>
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tjoa</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weippl</surname>
            <given-names>E</given-names>
          </string-name>
          . (eds) Availability, Reliability, and
          <source>Security in Information Systems. CD-ARES 2016. Lecture Notes in Computer Science</source>
          , vol
          <volume>9817</volume>
          . Springer, Cham
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Deeva</surname>
            <given-names>G.</given-names>
          </string-name>
          , De Smedt J., De Koninck P.,
          <string-name>
            <surname>De Weerdt J.</surname>
          </string-name>
          (
          <year>2018</year>
          )
          <article-title>Dropout Prediction in MOOCs: A Comparison Between Process and Sequence Mining</article-title>
          . In: Teniente E.,
          <string-name>
            <surname>Weidlich</surname>
            <given-names>M</given-names>
          </string-name>
          .
          <article-title>(eds) Business Process Management Workshops</article-title>
          .
          <source>BPM 2017. Lecture Notes in Business Information Processing</source>
          , vol
          <volume>308</volume>
          . Springer, Cham
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Eder</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Panagos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pozewaunig</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Rabinovich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>1999</year>
          .
          <article-title>Time management in workflow systems</article-title>
          (pp.
          <fpage>265</fpage>
          -
          <lpage>280</lpage>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Eren</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2012</year>
          )
          <article-title>Providing running case predictions based on contextual information</article-title>
          ,
          <source>Masters Thesis</source>
          , Technische Universiteit Eindhoven, Available at: http://alexandria.tue.nl/extra1/afstversl/wsk-i/eren2012.pdf
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Evermann</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rehse</surname>
            <given-names>JR.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fettke</surname>
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>A Deep Learning Approach for Predicting Process Behaviour at Runtime</article-title>
          . In:
          <string-name>
            <surname>Dumas</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fantinato</surname>
            <given-names>M</given-names>
          </string-name>
          .
          <article-title>(eds) Business Process Management Workshops</article-title>
          .
          <source>BPM 2016. Lecture Notes in Business Information Processing</source>
          , vol
          <volume>281</volume>
          . Springer, Cham
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Grigori</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Casati</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castellanos</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dayal</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sayal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Shan</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          (
          <year>2004</year>
          )
          <article-title>Business process intelligence</article-title>
          . Computers in industry,
          <volume>53</volume>
          (
          <issue>3</issue>
          ), pp.
          <fpage>321</fpage>
          -
          <lpage>343</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Huber</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2015</year>
          )
          <article-title>'A Case Mining based Recommender System for Knowledge Workers</article-title>
          .' [Online] Available at: https://pdfs.semanticscholar.
          <source>org/d03e/cc53f5f9690f0f8ebc73c8b56bd6dcf94b5a.pdf [Accessed 23 Feb</source>
          <year>2018</year>
          ]
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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>
            and
            <surname>Maggi</surname>
          </string-name>
          ,
          <string-name>
            <surname>F.M.</surname>
          </string-name>
          ,
          <year>2016</year>
          ,
          <string-name>
            <surname>September.</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>
          (pp.
          <fpage>297</fpage>
          -
          <lpage>313</lpage>
          ). Springer, Cham.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mehdiyev</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Evermann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Fettke</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>"A Multi-stage Deep Learning Approach for Business Process Event Prediction,"</article-title>
          <source>2017 IEEE 19th Conference on Business Informatics (CBI)</source>
          ,
          <year>Thessaloniki</year>
          ,
          <year>2017</year>
          , pp.
          <fpage>119</fpage>
          -
          <lpage>128</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Nakatumba</surname>
          </string-name>
          , J. and
          <string-name>
            <surname>van der Aalst</surname>
            ,
            <given-names>W.M.</given-names>
          </string-name>
          (
          <year>2009</year>
          )
          <article-title>September. 'Analyzing resource behavior using process mining</article-title>
          .' In International Conference on Business Process Management (pp.
          <fpage>69</fpage>
          -
          <lpage>80</lpage>
          ). Springer Berlin Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Panagos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Rabinovich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <year>1996</year>
          ,
          <string-name>
            <surname>November.</surname>
          </string-name>
          <article-title>Escalations in workflow management systems</article-title>
          .
          <source>In Proceedings of the workshop on Databases: active and real-time</source>
          (pp.
          <fpage>25</fpage>
          -
          <lpage>28</lpage>
          ). ACM
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Rozinat</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wynn</surname>
          </string-name>
          , M.T.,
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.M.,
          <string-name>
            <surname>ter Hofstede</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Fidge</surname>
            ,
            <given-names>C.J.</given-names>
          </string-name>
          (
          <year>2009</year>
          ) '
          <article-title>Workflow simulation for operational decision support</article-title>
          .
          <source>' Data &amp; Knowledge Engineering</source>
          ,
          <volume>68</volume>
          (
          <issue>9</issue>
          ), pp.
          <fpage>834</fpage>
          -
          <lpage>850</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Reijers</surname>
            ,
            <given-names>H.A.</given-names>
          </string-name>
          ,
          <year>2007</year>
          .
          <article-title>Case prediction in BPM systems: a research challenge</article-title>
          .
          <source>Journal of Korean Institute of Industrial Engineers</source>
          ,
          <volume>33</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Senderovich</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Di</surname>
            <given-names>Francescomarino C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ghidini</surname>
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jorbina</surname>
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maggi</surname>
            <given-names>F.M.</given-names>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>'Intra and Inter-case Features in Predictive Process Monitoring: A Tale of Two Dimensions'</article-title>
          . In: Carmona J.,
          <string-name>
            <surname>Engels</surname>
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            <given-names>A</given-names>
          </string-name>
          . (
          <article-title>eds) Business Process Management</article-title>
          .
          <source>BPM 2017. Lecture Notes in Computer Science</source>
          , vol
          <volume>10445</volume>
          . Springer, Cham
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Senderovich</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Weidlich</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2019</year>
          )
          <article-title>“Congestion Graphs for Automated Time Predictions” in</article-title>
          .
          <source>Proceedings of the 33rd AAAI Conference on Artificial Intelligence (AAAI)</source>
          ,
          <year>2019</year>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Van der Aalst</surname>
            ,
            <given-names>W.M.</given-names>
          </string-name>
          (
          <year>2016</year>
          )
          <article-title>Process Mining: Data Science in Action</article-title>
          .
          <source>2nd edition</source>
          . Springer Berlin Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Van der Aalst</surname>
            ,
            <given-names>W.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schonenberg</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          <article-title>and</article-title>
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>'Time prediction based on process mining</article-title>
          .
          <source>' Information Systems</source>
          ,
          <volume>36</volume>
          (
          <issue>2</issue>
          ), pp.
          <fpage>450</fpage>
          -
          <lpage>475</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. van Dongen,
          <string-name>
            <given-names>B.F.</given-names>
            ,
            <surname>Crooy</surname>
          </string-name>
          , R.A. and
          <string-name>
            <surname>van der Aalst</surname>
          </string-name>
          , W.M.,
          <year>2008</year>
          , November. '
          <article-title>Cycle time prediction: When will this case finally be finished?' In OTM Confederated International Conferences "On the Move to Meaningful Internet Systems"</article-title>
          (pp.
          <fpage>319</fpage>
          -
          <lpage>336</lpage>
          ). Springer Berlin Heidelberg.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Veldhoen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2011</year>
          )
          <article-title>The Applicability of Short-term Simulation of Business Processes for the Support of Operational Decisions</article-title>
          ,
          <source>Masters Thesis</source>
          , Technische Universiteit Eindhoven, Available at: http://alexandria.tue.nl/extra2/afstversl/tm/Veldhoen%202011.pdf
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Verenich</surname>
            ,
            <given-names>I.</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>Chasovskyi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            , &amp;
            <surname>Rozumnyi</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          (
          <year>2016</year>
          )
          <article-title>Tell me what's ahead? Predicting remaining activity sequences of business process instances</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Verenich</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nguyen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>La</surname>
            <given-names>Rosa</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            , &amp;
            <surname>Dumas</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          (
          <year>2017</year>
          )
          <article-title>White-box prediction of process performance indicators via flow analysis</article-title>
          .
          <source>In Proceedings of the 2017 International Conference on Software and System Process Pages</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , Paris, France, pp.
          <fpage>85</fpage>
          -
          <lpage>94</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Yokuma</surname>
            ,
            <given-names>J.T.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Armstrong</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <year>1995</year>
          .
          <article-title>Beyond accuracy: Comparison of criteria used to select forecasting methods</article-title>
          .
          <source>International Journal of Forecasting</source>
          ,
          <volume>11</volume>
          (
          <issue>4</issue>
          ), pp.
          <fpage>591</fpage>
          -
          <lpage>597</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>