<!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>Work ow Modelling Assistance by Means of Process-oriented Case-based Reasoning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gilbert Muller</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Business Information Systems II University of Trier 54286 Trier</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>272</fpage>
      <lpage>276</lpage>
      <abstract>
        <p>Copyright c 2016 for this paper by its authors. Copying permitted for private and academic purposes. In Proceedings of the ICCBR 2016 Workshops. Atlanta, Georgia, United States of America</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In recent years, work ows have become an important paradigm to represent
processes in many application areas. Traditionally known from the eld of business
processes, work ows are \the automation of a business process, in whole or part,
during which documents, information or tasks are passed from one participant
to another for action, according to a set of procedural rules" [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. Today, their
application has extended towards various other domains such as healthcare [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ],
or the analysis of large data sets employing so called scienti c work ows [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
Moreover, they are considered as a novel programming paradigm [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and can
also be used to represent simple processes like cooking instructions [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ].
      </p>
      <p>
        In all these domains, the creation of work ows (also refered to as work ow
modelling) is a complex and time consuming task. Consequently, in order to ease
their creation, reuse becomes an important key to the successful application of
the work ow paradigm. Work ow reuse is usually supported by search methods
capturing the current needs and requirements in a query or a partial work ow.
Based on this, a previously modelled work ow is identi ed which at best matches
the current scenario. Thus, the work ow does not have to be modelled from
scratch. Various approaches already exist for such search-based work ow reuse
(e.g., [
        <xref ref-type="bibr" rid="ref2 ref3 ref5 ref8">5,8,2,3</xref>
        ]).
      </p>
      <p>
        However, work ow adaptations are required more often due to an increased
individuality demand of work ows, i.e., work ows need to be tailored to the
particular needs or scenario more frequently. Manual work ow adaptation may
become an elaborate task. Thus, methods supporting work ow adaptations are of
high relevance. In this regard, Process-oriented Case-based Reasoning (POCBR)
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] can be a means to support the creation and adaptation of processes that
are, e.g., represented as work ows. Although, POCBR is of high relevance little
research exists so far, in particular addressing work ow adaptation (e.g., [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]).
      </p>
      <p>
        The presented approach addresses work ow modelling assistance by means
of POCBR, in particular focussing on the adaptation of work ows.
Adaptation requires knowledge, e.g., in the form of adaptation rules. The modelling of
such domain speci c adaptation knowledge, however, is expensive and requires
a deep understanding of the adaptation methods. This results in an acquisition
bottleneck for adaptation knowledge [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. Thus, the approach includes automated
learning of adaptation knowledge to prevent limited adaptation capabilities.
1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Approach</title>
      <p>
        The overall approach for work ow modelling support by means of
ProcessOriented Case-based Reasoning is illustrated in Figure 1. In order to determine
the requirements and needs on the work ow to be modelled, the query
language POQL [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] basically captures work ow elements or subwork ows that are
desired or undesired. Thus, the best matching work ow from a case base (or
work ow repository respectively) of previously modelled work ows can be
identi ed. Next, work ow adaptations are executed in order to increase the ful lment
of the adapted work ow w.r.t. the POQL query. Hence, the retrieved work ow
W is transformed into an adapted work ow Wn by chaining various adaptation
steps W !s1 W1 !s2 : : : !sn Wn. This process can in principle be considered a
search process towards an optimal solution w.r.t. the query.
      </p>
      <p>?
POQL Query
retrieval
adaptation</p>
      <p>specialization
work owfrom
generalizedcasebase
adaptedgeneralizedwork ow
adaptedwork ow
casebase
generalize
casebase</p>
      <p>learn
adaptation
generalized knowledge
case base
work ow
streams
adaptation
operators</p>
      <p>
        These adaptation steps are performed by di erent adaptation approaches,
which are integrated in a single process such that they can be executed in alliance
in order to improve adaptation capabilities [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. More precisely, compositional
adaptation [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] primarily replaces meaningful subcomponents of a work ow,
called work ow streams, by more appropriate subcomponents of other work ows.
Subsequently, adaptation operators [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], which are learned automatically from
the case base, enable to remove, insert, or replace smaller work ow fragments.
This adaptation process is further enhanced by generalization of work ows and
adaptation knowledge [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Both consist of generalized work ow elements that
are placeholders representing a set of possible elements. The adapted work ow
containing such elements, is nally specialized according to the given query, i.e.,
suitable work ow elements are chosen.
      </p>
      <p>
        Consequently, adaptation is executed based on the best maching work ow
from the repository. However, Smyth and Keane [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] already stated, that it
is important to re ect the adaptability during retrieval. Otherwise, retrieval
may provide a work ow that cannot be at best adapted according to the query.
Thus, the optimal work ow solution w.r.t. the query cannot always be ensured.
Hence, there is a demand for methods enabling the assessment of adaptability of
work ows, for example, by executing various example adaptations [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The main
assumption is that work ows that are very adaptable in many scenarios are also
highly adaptable in other scenarios. The computed adaptability value of the
work ow can then be considered during retrieval. Another threat for retrieval
and adaptation of work ows are insu ciently de ned work ow models in the
repository. Such a lack of information can result in inappropriate work ows
selected during retrieval or incompletely generated adaptation knowledge. Both
hamper the presented work ow modelling assistance. To prevent this, work ow
completion [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] aims at deriving the missing information automatically prior to
retrieval and adaptation.
      </p>
      <p>
        The modelling assistance has been implemented and evaluated using the
CAKE (Collaborative Agent-based Knowledge Engine) framework 1 developed
at the University of Trier [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The CookingCAKE2 prototype [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] demonstrates
the presented approach in the cooking domain, where work ows represent
cooking instructions consisting of preparation steps and involved ingredients.
2
      </p>
    </sec>
    <sec id="sec-3">
      <title>Future Work</title>
      <p>
        Future work comprises approaches for supporting the manual adaptation of
work ows by means of the developed POCBR adaptation methods. A
drawback of applying adaptation methods automatically, is that the adaptation goal
must mostly be known previously. Consequently, this can lead to a non-optimal
or undesired solution. Hence, user interaction [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] is a promising approach to
overcome this drawback. Interactive adaptation could support the search of a
suitable query and hence the desired solutions. The idea for supporting work ow
adaptation is that the user is involved directly during adaptation by
manipulating the work ow manually. Based on the users' work ow manipulations, the
query can be re ned automatically. Subsequently, suggestions are made about a
possible automatic work ow adaptation. This suggested adaptation can be
accepted or rejected by the user. This process, helps to re ne the query stepwise
and overcomes the drawback of an extensive search for the desired solution.
      </p>
      <p>
        Finally, the developed methods will be analysed by an extensive
summative evaluation. While the adaptation approaches have already been assessed
seperately, an overall evaluation is planned to enable a comparison between the
presented approaches. Main factors a ecting the utility of work ow adaptations
are the increased ful lment of the work ow after adaptation w.r.t. the query
as well as the quality of the adapted work ow. Thereto, quality metrics will be
based on various quality frameworks [
        <xref ref-type="bibr" rid="ref10 ref11 ref21">11,21,10</xref>
        ].
1 cakeflow.wi2.uni-trier.de
2 http://cookingcake.wi2.uni-trier.de
      </p>
      <p>
        An analytical evaluation will provide information about several computable
quality metrics such as the complexity of the work ow, the throughput time of
the work ow as well as the ful llment of the query. Further, an experimental
evaluation will be used to capture a more user-oriented view on the work ow
quality and further aims at investigating the utility of adapted work ows. The
basic approach is, that the work ow quality will be assessed by a blind
experiment ignoring the query in which the users rate the adapted work ow and the
retrieved work ow, not knowing which of these work ows have been adapted.
Then, they rate several items on a likert scale to acquire users perceptions on the
work ow models quality. Thus, the quality of the retrieved and adapted
workows can be compared and conclusions on the impact of the work ow adaptation
methods on the work ow quality can be drawn. Moreover, the utility of work ow
adaptation methods is investigated. Since utility depends on the current goals
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], work ow utility can only be assessed knowing the query. Then, users rate
whether they prefer the adapted or the retrieved work ow.
      </p>
      <p>All work ow adaptation methods will be investigated in a joint as well as in
separate applications. Thus, a comparison of the di erent adaptation methods
can be achieved and conclusions on the overall adaptation process can be made.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aha</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <article-title>Mun~oz-</article-title>
          <string-name>
            <surname>Avila</surname>
          </string-name>
          , H.:
          <article-title>Introduction: Interactive case-based reasoning</article-title>
          .
          <source>Appl. Intell</source>
          .
          <volume>14</volume>
          (
          <issue>1</issue>
          ) (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Awad</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>BPMN-Q: A language to query business processes</article-title>
          . In: Reichert,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Strecker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Turowski</surname>
          </string-name>
          ,
          <string-name>
            <surname>K</surname>
          </string-name>
          . (eds.)
          <article-title>Enterprise Modelling and Information Systems Architectures - Concepts and Applications</article-title>
          ,
          <source>Proceedings of EMISA'07</source>
          ,
          <string-name>
            <surname>St</surname>
          </string-name>
          . Goar, Germany,
          <year>2007</year>
          . LNI, vol. P-119. GI (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Laue</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>A comparative survey of business process similarity measures</article-title>
          .
          <source>Computers in Industry</source>
          <volume>63</volume>
          (
          <issue>2</issue>
          ) (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gessinger</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Gorg,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Muller, G.:
          <article-title>The collaborative agile knowledge engine CAKE</article-title>
          . In: Goggins,
          <string-name>
            <given-names>S.P.</given-names>
            ,
            <surname>Jahnke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>McDonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.W.</given-names>
            , Bj rn, P. (eds.) Proceedings of GROUP'14,
            <surname>Sanibel</surname>
          </string-name>
          <string-name>
            <surname>Island</surname>
          </string-name>
          , FL, USA,
          <year>2014</year>
          . ACM (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Similarity assessment and e cient retrieval of semantic work ows</article-title>
          .
          <source>Inf. Syst</source>
          .
          <volume>40</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Muller, G.,
          <string-name>
            <surname>Zeyen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manderscheid</surname>
          </string-name>
          , J.:
          <article-title>Retrieving adaptable cases in process-oriented case-based reasoning</article-title>
          . In: Markov,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Russell</surname>
          </string-name>
          , I. (eds.)
          <source>Proceedings of FLAIRS</source>
          <year>2016</year>
          ,
          <string-name>
            <given-names>Key</given-names>
            <surname>Largo</surname>
          </string-name>
          , Florida,
          <year>2016</year>
          . AAAI Press (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Dadam</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reichert</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Clinical Work ows - The Killer Application for Process-</article-title>
          oriented Information Systems? Springer, London (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Dijkman</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dumas</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>van Dongen</surname>
            ,
            <given-names>B.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ka</surname>
            <given-names></given-names>
          </string-name>
          <article-title>arik</article-title>
          , R.,
          <string-name>
            <surname>Mendling</surname>
          </string-name>
          , J.:
          <article-title>Similarity of business process models: Metrics and evaluation</article-title>
          .
          <source>Inf. Syst</source>
          .
          <volume>36</volume>
          (
          <issue>2</issue>
          ) (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hanney</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Keane</surname>
          </string-name>
          , M.T.:
          <article-title>The adaptation knowledge bottleneck: How to ease it by learning from cases</article-title>
          . Springer Berlin Heidelberg (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jansen-Vullers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loosschilder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kleingeld</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reijers</surname>
          </string-name>
          , H.:
          <article-title>Performance measures to evaluate the impact of best practices</article-title>
          .
          <source>In: Proceedings of Workshops and Doctoral Consortium of the 19th International Conference on Advanced Information Systems Engineering (BPMDS workshop)</source>
          . vol.
          <volume>1</volume>
          . Tapir Academic Press Trondheim (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Lindland</surname>
            ,
            <given-names>O.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sindre</surname>
          </string-name>
          , G., S lvberg, A.:
          <article-title>Understanding quality in conceptual modeling</article-title>
          .
          <source>IEEE Software 11(2)</source>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          , Gorg,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Walter</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          :
          <article-title>Towards case-based adaptation of work ows</article-title>
          . In: Bichindaritz,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Montani</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          <source>(eds.) Case-Based Reasoning. Research and Development, ICCBR</source>
          <year>2010</year>
          , Alessandria, Italy,
          <source>July 19-22</source>
          ,
          <year>2010</year>
          . Proceedings. LNCS, vol.
          <volume>6176</volume>
          . Springer (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recio-Garc</surname>
            <given-names>a</given-names>
          </string-name>
          , J.A.:
          <article-title>Process-oriented case-based reasoning</article-title>
          .
          <source>Inf. Syst</source>
          .
          <volume>40</volume>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Morrison</surname>
            ,
            <given-names>J.P.</given-names>
          </string-name>
          :
          <article-title>Flow-Based programming: A new approach to application development</article-title>
          .
          <source>CreateSpace</source>
          , Paramount, CA (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. Muller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>Work ow streams: A means for compositional adaptation in process-oriented CBR</article-title>
          . In: Lamontagne,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Plaza</surname>
          </string-name>
          , E. (eds.)
          <source>Case-Based Reasoning Research and Development, ICCBR</source>
          <year>2014</year>
          , Cork, Ireland,
          <year>2014</year>
          . Proceedings. LNCS, vol.
          <volume>8765</volume>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16. Muller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>CookingCAKE: A framework for the adaptation of cooking recipes represented as work ows</article-title>
          . In:
          <string-name>
            <surname>Kendall-Morwick</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          . (ed.)
          <source>Workshop Proceedings of ICCBR</source>
          <year>2015</year>
          , Frankfurt, Germany,
          <year>2015</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1520</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17. Muller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>Generalization of work ows in process-oriented casebased reasoning</article-title>
          . In: Russell,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Eberle</surname>
          </string-name>
          , W. (eds.)
          <source>Proceedings of FLAIRS</source>
          <year>2015</year>
          , Hollywood, Florida.
          <year>2015</year>
          . AAAI Press (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18. Muller, G.,
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Learning and applying adaptation operators in processoriented case-based reasoning</article-title>
          . In: Hullermeier, E.,
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <source>(eds.) Case-Based Reasoning Research and Development, ICCBR</source>
          <year>2015</year>
          ,
          <article-title>Frankfurt am Main</article-title>
          , Germany,
          <year>2015</year>
          , Proceedings. LNCS, vol.
          <volume>9343</volume>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19. Muller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.: POQL:
          <article-title>A new query language for process-oriented casebased reasoning</article-title>
          . In: Bergmann,
          <string-name>
            <surname>R.</surname>
          </string-name>
          , Gorg,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Muller, G. (eds.)
          <source>Proceedings of the LWA 2015 Workshops</source>
          , Trier, Germany, October 7-
          <issue>9</issue>
          ,
          <year>2015</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1458</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20. Muller, G.,
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Case completion of work ows for process-oriented casebased reasoning</article-title>
          .
          <source>In: Proceedings of ICCBR 2016</source>
          .
          <article-title>Atlanta (Georgia)</article-title>
          ,
          <source>USA</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Rittgen</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Quality and perceived usefulness of process models</article-title>
          . In: Shin,
          <string-name>
            <given-names>S.Y.</given-names>
            ,
            <surname>Ossowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Schumacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Palakal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.J.</given-names>
            ,
            <surname>Hung</surname>
          </string-name>
          , C. (eds.)
          <source>Proceedings of the ACM Symposium on Applied Computing (SAC)</source>
          , Sierre, Switzerland,,
          <year>2010</year>
          . ACM (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Schumacher</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Work ow Extraction from Textual Process Descriptions</article-title>
          .
          <source>Ph.D. thesis</source>
          , Wolfgang Goethe University, Frankfurt/Main (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Smyth</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Keane</surname>
          </string-name>
          , M.T.:
          <article-title>Retrieving adaptable cases: The role of adaptation knowledge in case retrieval</article-title>
          . In: Wess,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Altho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Richter</surname>
          </string-name>
          , M.M. (eds.)
          <source>Topics in Case-Based Reasoning</source>
          , EWCBR-
          <volume>93</volume>
          , Kaiserslautern, Germany,
          <year>1993</year>
          . LNCS, vol.
          <volume>837</volume>
          . Springer (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Taylor</surname>
          </string-name>
          , I.J.,
          <string-name>
            <surname>Deelman</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gannon</surname>
            ,
            <given-names>D.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shields</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Work ows for e-science - Scienti c work ows for grids</article-title>
          . Springer, London (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <article-title>Work ow Management Coalition: Work ow management coalition glossary &amp; terminology</article-title>
          . http://www.wfmc.org/docs/TC-1011_term_glossary_v3.
          <string-name>
            <surname>pdf</surname>
          </string-name>
          (
          <year>1999</year>
          ),
          <source>last access on 20-09-2016</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>