SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011



         Towards a Software Framework for Automatic
                  Business Process Redesign
                                           Marwa M.Essam1, Selma Limam Mansar2
                    1
                        Faculty of Information and Computer Sciences –Ain Shams University/Cairo, Egypt
                                                 Email: marwa.essam@gmail.com
                         2
                           Carnegie Mellon University-Qatar /Information Systems Program, Doha, Qatar
                                                  Email: selmal@qatar.cmu.edu

Abstract— A key element to the success of any organization is     adaptation of the supporting IS.
the ability to continuously improve its business process              Currently, most BPR projects depend mainly on an expert
performance. Efficient Business Process Redesign (BPR)            to an organization. Experts/ Consultants may use some tools
methodologies are needed to allow organizations to face the       for process modeling, business planning or process
changing business conditions. For a long time, practices for
                                                                  prototyping [4]. However, there is currently no tool that
BPR were done case-by-case and were based on the insights
and knowledge of an expert to the organization. It can be         supports the automatic redesign from the old business
argued that efficiency, however, can further be achieved with     process to new innovative business processes.
the support of automatic process redesign tools which are few         In recent years, process mining was introduced in the
at the moment. Process mining as a recent approach allows         context of business process management [5]. Process Mining,
for the extraction of information from event logs recorded in     similarly to data mining, allows for the extraction of
different information systems. In this paper we argue that        information from event logs recorded in BPM-based systems.
results driven by process mining techniques can be used to        Some of the possibilities offered by process mining results
capture the various types of inefficiencies in the organization   are the discovery of new business process models, the
and hence propose efficient redesigns of its business model.
                                                                  checking of the conformance to some prescriptive or
We first give an outline on the current directions towards
automatic BPR followed by a review on the different process       descriptive models, or the extension of an initial model with
mining techniques and its usage in different applications.        analysis data.
Then, a specific framework of a Software tool that uses process        In this paper we argue that an evolutionary redesign to
mining to support automatic BPR is presented.                     business processes can be reached using results driven by
                                                                  process mining techniques. The evolutionary redesign is
Index Terms— Process Mining, Business Process Redesign,           based on the application of general best practices or heuristic
Business Process Management                                       rules to an existing design. We think that realizing adaptations
                                                                  to business process has become a difficult task to accomplish
                         I. INTRODUCTION                          due to the lack of knowledge to customize the process logic
    A business process is a collection of related, structured     at a sufficient level. However, using process mining, different
activities that produce a service or product that meets the       models can be extracted from the reality logs and various
needs of a client. Business processes are critical to any         types of inefficiencies in the organization can be captured by
organization as they generate revenue and often represent a       analyzing these logs. These results can be used as an input
significant proportion of costs. Nowadays, many Business          base for a tool that suggests efficient redesigns to the
Process Management (BPM) systems exist in the market (Ex.:        business process, hence, providing consultants and experts
FileNet and Ultimas). BPM systems provide organizations           with a vision on how to get from the old process to the new
with a broad range of facilities to design, enact, control and    process.
analyze their business process [1]. A list of the some of the         This paper is arranged as follows: Section II introduces
cross-industry BPM suites with their relative strengths can       the notion of modeling a business process with an example
be found in [2].                                                  on a credit application process. Section III discusses some
    Despite its popularity and obvious pay-offs, the current      the related work towards converting old process designs to
practices for monitoring and analyzing the execution of BPM       new designs. In Section IV we give a review on the different
systems in the organizational reality still leaves a lot to be    process mining algorithms and some of its application areas.
desired [3]. There is a vital need for BPM systems to             In Section V, we discuss our vision on how process mining
satisfactory support Business Process Redesign (BPR). In          can be used in a software tool that supports the automatic
many cases, the developed business functions do not               redesign of business processes.
effectively reflect the actual business process. Many of the
implemented business functions are never used. Other                          II. BUSINESS PROCESS MODELING
business functions provide more functionality than actually         A group of related tasks that together create value for a
needed. Another issue is related to the evolution of business    customer is called a business process. Different modeling
processes and their variability. In many domains (ex:            languages/techniques can be used to represent different
healthcare), frequent process changes requires the continuous
© 2011 ACEEE                                                   6
DOI: 01.IJCOM.02.03.42
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011




                                                Figure 1. Credit Application Process Model

aspects of the business process. Control Flow modeling                    approach, the existing process is taken as a starting point
languages, like Petri-nets, represent the different activities in         and is refined on the basis of what is called “redesign best
the process with constraints to control the execution between             practices” [8]. A redesign best practice describes a well-tried
 them (In what order activities are executed). Data models like            way to remove a particular problem from a process to improve
Entity Relationship Diagrams represent the data organization              its performance. An Example of a best practice is: Eliminating
in a process. Organizational models like organizational charts            unnecessary tasks from a process (the tasks with no added
represent the structure in which the business process will                value for customers). In [8], an extensive literature survey
execute (the entities/roles that can perform work for the                 has taken place to collect all best practices for evolutionary
enterprise). An Example of a credit application business                  process improvement.
process is shown in Fig.1. For space limitation we only show                   Towards developing this “intelligent” tool and based on
the control flow of the process. The process is modeled using             the aforementioned evolutionary approach for BPR, a new
Petri-Nets [6]. It begins with the recording of the application           technique to find process design alternatives was proposed
where the client expresses an interest in acquiring credit.               in [9]. In this technique, a business process first is put in a
This stage includes the presentation of the application, and              formal process definition defined by the authors called Proto
the required documents to the organization for verification.              Net. A set of process measures are then calculated on the
This is followed by an analysis or study of the credit                    process (Ex: Level-of-Control, which is the percentage of
application to decide whether to accept/ reject the credit.               control/decision tasks). The authors specified 18 different
The client is notified in case of rejection. In case of acceptance,       process measures to be calculated on the process design
the credit is disbursed to the client by either a credit transfer         under study. The calculated measures are then compared
to a bank account or by check.                                            against a set of condition statements that when evaluated to
                                                                          true a “redesign” best practice is selected to be applied on
    III. REVIEW OF TECHNIQUES TOWARDS AUTOMATIC BPR                       the process model (Ex: Apply Task Elimination if level of
                                                                          Control >0.2). Cutoff values for condition statements were
    A BPR project starts when an organization is faced with
                                                                          determined by the authors’ expertise in the field.
the need to change its business process to make
                                                                               Although this technique suggests the use of some best
improvements in its quality, cost, service, lead-times,
                                                                          practices in the process model (the ones that their condition
outcomes or flexibility. Usually, BPR projects are carried out
                                                                          statements evaluated to true), it didn’t specify exactly how
by setting up workshops within the organization to think of
                                                                          these practices will be applied. As pointed out in [10], a
alternatives to the business process. Consultants, employers,
                                                                          redesign best practice just provides directions on how the
managers and specialties participate in these workshops to
                                                                          redesign should be performed. When we look at the
make process redesigns. Some Software tools may be used
                                                                          parallelism best practice, for instance, it is suggested that the
within these workshops to aid the redesign process. However,
                                                                          redesign should have more tasks in parallel than the original
the identification of the problem areas and the opportunities
                                                                          process. But it does not tell us to put tasks A, B and of
of change are totally determined by the workshop group. As
                                                                          process X in parallel. In [10], four exact transformations were
a result to this manual approach, the outcome redesigns are
                                                                          suggested to be applied on selected process parts of the
often subjective and non sustainable. This is because it is
                                                                          process model to produce different redesigns. The input
strongly influenced by the individual expertise of the
                                                                          process model is assumed to be a Petri-net with some
workshop group and may not suit the actual case of the
                                                                          extensions like data dependencies and roles.
organization under study.
                                                                          The proposed transformations are:
    To make process redesigns that actually succeed on the
                                                                          Unfolding of tasks, in which aggregated tasks (upper level
long term in improving the business process, the research in
                                                                          tasks that are modeled in a detailed sub-process) are split up
BPR was recently directed towards making automatic
                                                                          into several smaller tasks.
business process redesigns. In [7], a research project was
                                                                          Parallel Transformation, in which tasks that do not have
proposed to address the lack of tools in industry with
                                                                          data dependencies are executed in parallel.
“intelligent” capabilities to suggest favorable alternatives to
                                                                          Sequence Transformation, in which all parallel paths in a
an existing process design. To develop such an “intelligent”
                                                                          model are transformed into sequence path, provided that the
redesign tool, the project proposed the idea of making
                                                                          output sequence will have the lowest throughput time and
evolutionary, local updates to an existing workflow design to
                                                                          will contain no errors related to data dependencies.
gradually improve its performance. In this evolutionary
                                                                          Merging transformation, in which a task cluster executed by
© 2011 ACEEE                                                          7
DOI: 01.IJCOM.02.03. 42
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011


the same role is merged into one aggregated task. For each of            This is due to the lack of knowledge on what causes the low
the above transformations, the authors specified some formal             performance within the process. In the next sections, we will
characteristics that the selected process part                           show how process mining can be used to enrich the business
 should have in order to be eligible for the transformation (Ex:         process model with the required knowledge to satisfactory
A selected part for the parallel transformation must not have            allow automatic process transformations.
a selective route to prevent contradictions with the selection’s
original purpose). They specified also how exactly the trans-                            IV. BUSINESS PROCESS MINING
formed part will be replaced in the Petri net model (Ex: Re-
                                                                         A. Introduction
moving unnecessary edges/tasks). However, still their tech-
nique doesn’t allow the automatic selection of the process                   Process Mining allows for the extraction and the analysis
part to be altered or the automatic selection of the transfor-           of information from event logs recorded in BPM-based
mation that produces the best result.                                    systems. Example of event logs are: the audit trails of a
    In [11], an algorithm called the Boolean Verification Algo-          workflow management system, the transaction logs of an
rithm (BVA) was presented for the optimization of workflows.             enterprise resource planning system, or the electronic patient
On the contrary to the techniques mentioned before, this                 records in a hospital. The two main components of a record
approach does not focus on applying best practices to the                in any event log are: the event (task/activity) that was
process design. It just focuses on finding the maximum                   executed and an identification of the particular instance of
parallelization for a design to reduce the overall execution             the process within which the activity was executed (case).
time of the process. For this purpose, BVA uses a method                 More information can also be available in the log (for example,
called the if-conversion. The main idea of this method is to             the timestamp of the event, or the performer of the event, the
assign Boolean activation conditions to workflow tasks based             data elements recorded with the event, etc...).
on their control flow dependence. While scanning the pro-                    To illustrate the concept of process mining, consider the
cess model from the start task , BVA assigns Boolean control             log information recorded in Table I. This log contains
parameters on different branches and choice nodes (C1,                   information on three execution cases (1, 2 and 3). Executed
C2,…Cn) and forms a Boolean activation condition for each                events are represented as tasks and are assumed to be
task (Ex: !C1 & C2 v C1). Tasks are then checked for their               recorded in order. When scanning the log, we can detect four
control flow dependencies by analyzing their activations                 different tasks in the process (Tasks A, B, C and D). One can
conditions and tasks with no control or data dependencies                see also that all cases starts by task A and all cases ends by
are parallelized.                                                        task D. In two cases (1 and 3), task B follows task A in the
    Although this algorithm promises to ensure a full                    execution. In case 3, task C follows task A. From this
parallelization of a business process, it still doesn’t relate the       information, we can simply draw, using Petri Nets, the process
reality to the design. In other words, it focuses only on the            model that corresponds to this log as in fig. 2.
parallelization of tasks while in some cases, a sequential pro-
cess may be perceived as a simpler process by employees
and clients. Since the order of the tasks is fixed in sequential
constructs, the execution of the process is done in the most
logical way hence reducing errors. Furthermore, the synchro-
nization that is required after the execution of tasks in parallel
is not necessary in sequential processes.
    Let us note now that all the techniques that we men-
tioned above don’t satisfactorily support the automatic pro-
duction of process redesigns. Although they provide guide-                      Figure 2. A process model corresponding to the log
lines on how to apply different transformations on the pro-
cess model, none of them supports either the automatic se-               B. Process Mining Algorithms
lection of the process part to redesign or the best transfor-                Over the last decade, many process mining algorithms
mation to apply on it.                                                   has been developed to find process models that successfully
                                                                         mimics the behavior registered in the logs. In [12], a control
                    TABLE I. A PROCESS LOG
                                                                         flow mining algorithm called the alpha algorithm was
                                                                         presented. The alpha algorithm assumes that there is no noise
                                                                         (logs containing exceptions) in the data and that the log
                                                                         contains sufficient information about the workflow (no paths
                                                                         exist with low probability that prevents them from being
                                                                         detected). The alpha algorithm scans the log and looks for
                                                                         causal relations ( a relation between two tasks A and B such
                                                                         that B is directly followed by A in a log trace and A is never
                                                                         followed by B). These causal relations are then represented
                                                                         in a Petri-net model describing the output process.
© 2011 ACEEE                                                         8
DOI: 01.IJCOM.02.03. 42
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011


    To address the issue of noise existing in the log, an                (for example, execute some tests at earlier phases). Healthcare
algorithm called the Heuristic Miner was presented in [13].              is another famous application domain for process mining.
The Heuristic miner follows the alpha algorithm in finding               The applicability of process mining in healthcare was
causal relations between tasks. However, it calculates                   demonstrated using a real case of a gynecological oncology
frequencies for the occurrence of each task and for the relation         process in the AMC hospital in the Netherlands [18]. The log
between tasks. Cutoff values are then used to eliminate tasks/           data contained information about a representative group of
relations that are a result of noise/ un-complete executions.            627 gynecological oncology patients. The goal of using
Because in some application areas, the resulting models after            process mining was to discover the care paths followed by
process mining become very difficult to understand                       individual patients and whether certain procedures are
(Spaghetti-Like), many process mining algorithms based on                followed or not. After applying process mining techniques,
clustering was introduced to eliminate unnecessary                       many useful results became visible to the people at the
information from the output models. The Fuzzy miner [14] for             hospital. For Example, it was found that patients who undergo
example starts by drawing a very complicated graph with all              several chemotherapy sessions often need to visit the
causal relations found in the log. It then simplifies the graph          dietician. This was not immediately clear to everyone and
by creating clusters of nodes. Clusters are created by                   illustrates the value of creating transparency using process
aggregating low significant nodes with their highly correlated           mining.
neighbor nodes. Different significance and correlation                       The above two mentioned projects were implemented with
matrices can be used for different application purposes. The             the process mining tool named ProM [19]. ProM contains
lion’s share of efforts in process mining has been for                   more than 250 plug-ins that implement different process
discovering control flow models resulting in many other                  mining algorithms. However, it is not clear how to use ProM
models other than the ones mentioned above. However,                     in process redesign projects. In the above two projects, the
process mining can also be used to mine much other useful                authors used different plug-ins but viewed each plug-in result
information. As mentioned before, the event logs not only                alone. Although ProM allows the results from some algorithms
record information about the different cases and the different           to be integrated in a Colored Petri Net (CPN) that support
tasks. It also records information on the role who executed              analysis and simulation, there was no guidance from ProM
these tasks, the input and output attribute values to and                on how to improve the business processes. Instead, the
from each task and the execution start and end time of tasks.            researchers concluded the redesign ideas from viewing the
This information can be used to mine the relations between               simulated models. i.e. It is hard to make process redesign
the different roles creating an organizational model. It can             using process mining a repeatable service.
also be used to analyze the information flow between the
different roles, the interactions between the co-workers, the               V. PROPOSED SOFTWARE FRAMEWORK FOR AUTOMATIC BPR
decision points in the models and the performance of
                                                                         A. Introduction
executions [15], [16].
                                                                         Based on the discussion in the previous sections, we will
C. Process Mining Application in BPR                                     now focus on two phases in BPR that, up to now, are done
    Process mining has been applied in a variety of                      manually by the designers:
organizations covering many application domains. In [17],                -          The designer of the new process manually selects
process mining was used to analyze the test process in                   the process part to be redesigned from the old process model.
ASML. ASML makes so-called wafer scanners that are used                  He also decides what change to be made on the selected part.
to manufacture processors in devices ranging from mobile                 -        When using process mining for BPR, experts/
phones to desktop computers. Wafer scanners are really                   researchers in process mining determine which process
complex machines that use a photographic process to image                mining algorithm to use and results after modeling do not
nanometric circuit patterns onto a silicon wafer. The testing            suggest redesign ideas.
of the manufactured wafer scanners is a time-consuming                       For the above two points, we present our view on a
process. So, the goal of the analysis was to reduce the testing          software that automatically outputs a specific redesign to a
time.                                                                    business process using its recorded log information as input.
    Each wafer scanner in the ASML factory produces a log                In Fig. 3, the framework for this software is presented. The
of the software tests that are executed on it. Process mining            proposed software framework is composed of two main parts,
was used to visualize the actual flow of the test process and            a business process miner and a redesign engine. A Business
confront this visualization with the idealized view of the tests         Process miner is responsible simply for applying process
according to engineers. It was found that as soon as one test            mining techniques on the input process log to gather
fails, a fix is made to the scanner and all other tests are put on       information that will aid the redesign process. The Redesign
hold (idle time) and often after the fix is made, some tests are         engine is responsible of generating new redesigns based on
re-executed again. Visualizing this loop-backs caused by some            both process mining results and knowledge of the redesign
tests gave the engineers a useful view on what was causing               best practices. Next, we illustrate both components in more
the time loss in the test process. Hence, allowed them to                detail.
make changes to the test process to reduce the time
© 2011 ACEEE                                                         9
DOI: 01.IJCOM.02.03. 42
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011




                                Figure 3. A Software Framework for Automatic Business Process Redesign

B. The Business Process Miner Component                               redesign best practices. Therefore, the proposed software
    In the business process miner, a proper selection of               must contain a database of redesign best practices that
process mining algorithms is applied on the event logs to             contains, for each best practice, an execution rule that shows:
produce different model types. All the results gathered are               -      The conditions that a process part must match in
then stored in a process mining results database. The choice                     order to be eligible to apply the best practice on,
of which process mining algorithms to apply on the log will               -      And, the process transformation that will be applied
be determined in a log inspection phase using some parametric                    if these conditions are true.
characteristics from the log (for example, a log which contains       Matching the selected process part against the conditions in
a large no of tasks such that mining all these tasks will produce     the best practices data base allows the redesign engine to
a spaghetti like model will be mined using the fuzzy miner). If       find what transformations to apply on it. The selected part is
role information is available in the log, the log will be mined       then transformed and integrated with the process model in a
to produce organizational and social network models. This             redesign generator element. Since different combinations of
role analysis is important since in some cases, the malfunction       transformations may applied to the same process part (more
in a process design is mainly because of bad organizational           than one best practice rule evaluate to true), different
or social structures. The log will be mined also to produce           redesigns to the process model may be generated. Hence,
performance data like the throughput time of cases, the               they are saved in a redesigns database. Moreover, if there
slowest tasks, the delays before tasks execution, the                 are more process parts that need to be changed, a redesign
resources utilizations,…etc.                                          loopback starts again by selecting another process part to
                                                                      change. The generated redesigns are then evaluated for the
C. The Redesign Engine Component                                      selection of the best redesign. The evaluation will be based
    Using results gathered from the business process miner,           on simulating the different redesigns using data from the
the redesign engine starts by determining the malfunction             logs (for example, the arrival time of different cases, the routing
part in the process design (a certain component in the process        probabilities of different paths in the model, the response
where the mining results show that it somehow causes low              time from certain roles,… etc).
performance). This malfunction part selector is the key
element in this proposed software as it integrates the results                                VI. CONCLUSIONS
from all the process mining algorithms to come out with
conclusions on what causes the low performance of the                     In this paper we focused on how to automatically redesign
process (For example, a specific path in the control flow model,      business processes in order to increase its performance. We
a bad organization structure, etc…) . It is important to note         showed that current redesign methodologies let the designer
also that, to select the problem areas in the business process,       choose the process part to be redesigned and also choose
the targets for the redesign must be specifically input to the        the proper change to apply on it. To allow automatic process
software in order. Targets can be for example, lowering cost,         redesign, process mining can be used. We briefly presented
increasing quality, increasing flexibility, etc... The order of       the concept of process mining and we showed that although
targets is important because, in some times targets contradict.       a lot of process mining algorithms exist and some were already
For example, increasing the quality in some processes may             used in redesign projects, it is still not clear how to make
result in increasing the cost and so on. To find the changes          process redesign using process mining a repeatable service.
to apply on the selected process part, we suggest the use of          For this reason we presented a framework of a software that
© 2011 ACEEE                                                     10
DOI: 01.IJCOM.02.03. 42
ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011


automatically produces a redesigned business process model                 [6] W.M.P. van der Aalst: “The Application of Petri Nets to
using event logs from the old system execution. The basic                  Workow Management” The Journal of Circuits, Systems and
idea of this software is to integrate the results after using a            Computers, 1998.
proper selection of process mining algorithms, and then use                [7] M. Netjes , I. Vanderfeesten, , and H. Reijers: “Intelligent
                                                                           tools for workflow process redesign: A research agenda”. Vol. 3812
these results to select a malfunction process part and
                                                                           of Lecture Notes in Computer Science, pp. 444–453. Springer Verlag,
transform it using redesign best practices.                                Berlin, 2005
The proposed framework provides guidelines on how to build                 [8] H. Reijers, S. L. Mansar: “Best practices in business process
the redesign software. To actually build this software, we                 redesign: An overview and qualitative evaluation of successful
plan to work on the following points:                                      redesign heuristics” Omega: The Int. Journal of Management Science,
-         The different parameters and parameter values that               33(4):283–306, 2005
determine the process mining algorithms to use.                            [9] M. Netjes, S. L. Mansar, H.A. Reijers, W.M.P. van der Aalst:”
-         How to integrate the different results from process              An Evolutionary Approach for Business Process Redesign: Towards
mining to find the process part to redesign.                               an Intelligent System”, Proceedings of the 9th Int. Conference on
                                                                           Enterprise Information Systems. pp. 484–494. INSTICC, Setubal
-         The rules that guide the use of a specific best
                                                                           (2007)
practice (transformation) on a process part.                               [10] M. Netjes, H.A. Reijers, and W.M.P. Aaslt: “On the Formal
-         The log analysis parameters that will be used for                Generation of Process Redesigns”, First Int. Workshop on Model
redesigns simulation.                                                      Driven Engineering for Business Process Management, pp. 49–60,
                                                                           2008,
                       ACKNOWLEDGMENT                                      [11] A. A. Kalenkova: “Application of If-Conversion to
                                                                           Verification and Optimization of Workflows”, Programming and
    The authors would like to acknowledge that the work for                Computer Software, vol. 36, no. 5, pp. 276–288, 2010.
this paper was partly funded by the Qatar Foundation for                   [12] W.M.P. van der Aalst, A.J.M.M. Weijters, L. Maruster.
Education, Science and Community Development. The                          “Workflow Mining: Discovering Process Models from Event Logs”,
statements made herein are solely the responsibility of the                IEEE Transactions on Knowledge and Data Engineering, 16(9):1128–
authors and do not reflect any official position by the Qatar              1142, 2004.
Foundation or Carnegie Mellon University.                                  [13] A.J.M.M. Weijters, W.M.P. van der Aalst. “Rediscovering
                                                                           Workflow Models from Event-Based Data using Little Thumb”,
                                                                           Integrated Computer-Aided Engineering, Vol. 10 (2003)
                          REFERENCES
                                                                           [14] C.W. Günther, W.M.P. van der Aalst, “Fuzzy mining - adaptive
[1] W.M.P. van der Aalst , A. H. M. Ter Hofstede , M. Weske :              process simplification based on multi-perspective metrics”.
“Business Process Management: A Survey”, Proceedings of the 1st            Proceedings of the 5th Int. Conference on Business Process
Int. Conference on Business Process Management, Springer Verlag,           Management, Brisbane, Australia, 2007
2003.                                                                      [15] M. Song,, W.M.P. van der Aalst. “ Towards Comprehensive
[2] J. Sinur, J. B. Hill: “ Magic Quadrant for Business Process            Support for Organizational Mining.” Decision Support Systems
Management Suites”, Gartner Research, Pub-Date 18-Oct 2010,                46(1), pp. 300-317 ,2008.
ID Number: G00205212                                                       [16] A. Rozinat, W.M.P. van der Aalst. “Decision Mining in
[3] B. Mutschler, M. Reichert, J. Bumiller: “Unleashing the                Business Processes”. BPMCenter.org Report, 2006.
Effectiveness of Process-Oriented Information Systems: Problem             [17] A. Rozinat, I. S. M. de Jong, C. W. G¨unther, W. M. P. van der
Analysis, Critical Success Factors, and Implications”, IEEE Trans.         Aalst, “Process Mining Applied to the Test Process of Wafer
on Systems, Man., and Cybernetics, vol.38, no.3, pp. 280 -291,             Scanners in ASML,”, IEEE Trans. on: Systems, Man, and
2008                                                                       Cybernetics, vol.:39, no.:4, pp: 474 - 479, 2009
[4] M. Attaran: “Exploring the Relationship between Information            [18] R.S. Mans, M.H. Schonenberg, M. Song, W.M.P. van der
Technology and Business Process Reengineering. Information &               Aalst, P.J.M. Bakker, “Application of Process Mining in Healthcare
Management”, 41(5), pp. 585-596, 2004.                                     – A Case Study in a Dutch Hospital”, Communications in Computer
[5] W.M.P. van der Aalst , A.J.M.M. Weijters: “Process Mining,             and Information Science, 25, pp. 425-438). Berlin: Springer,2008.
a Research Agenda”, Special Issue of Computers in Industry, vol.53,        [19] The ProM tool, http://prom.win.tue.nl/tools/prom/
no.3, Elsevier Science Publishers, Amsterdam, 2004.




© 2011 ACEEE                                                          11
DOI: 01.IJCOM.02.03.42

Contenu connexe

Tendances

Role of Information Technology in BPR
Role of Information Technology in BPRRole of Information Technology in BPR
Role of Information Technology in BPR
khushbupurswani
 
Bpr assignment 2
Bpr assignment 2Bpr assignment 2
Bpr assignment 2
Sheema Adil
 
Implementation framework for_plm_a_case_study_in_t
Implementation framework for_plm_a_case_study_in_tImplementation framework for_plm_a_case_study_in_t
Implementation framework for_plm_a_case_study_in_t
17TUME122MITHUNM
 
Presenting a method_for_benchmarking
Presenting a method_for_benchmarkingPresenting a method_for_benchmarking
Presenting a method_for_benchmarking
bambangpadhi
 
Business Process Modeling Notation: A Foundation for Process Transformation
Business Process Modeling Notation: A Foundation for Process TransformationBusiness Process Modeling Notation: A Foundation for Process Transformation
Business Process Modeling Notation: A Foundation for Process Transformation
Nathaniel Palmer
 
Essential layers artifact_and_dependencies_of_ea
Essential layers artifact_and_dependencies_of_eaEssential layers artifact_and_dependencies_of_ea
Essential layers artifact_and_dependencies_of_ea
bambangpadhi
 
Integrating innovation into_enterprise_architecture
Integrating innovation into_enterprise_architectureIntegrating innovation into_enterprise_architecture
Integrating innovation into_enterprise_architecture
bambangpadhi
 

Tendances (20)

Business Process Management
Business Process ManagementBusiness Process Management
Business Process Management
 
Role of Information Technology in BPR
Role of Information Technology in BPRRole of Information Technology in BPR
Role of Information Technology in BPR
 
Iarjset n core tech 8
Iarjset n core tech 8Iarjset n core tech 8
Iarjset n core tech 8
 
10.1.1.87.8236
10.1.1.87.823610.1.1.87.8236
10.1.1.87.8236
 
Business process re-engineering (BPR)
Business process re-engineering (BPR)Business process re-engineering (BPR)
Business process re-engineering (BPR)
 
Suggest an intelligent framework for building business process management [ p...
Suggest an intelligent framework for building business process management [ p...Suggest an intelligent framework for building business process management [ p...
Suggest an intelligent framework for building business process management [ p...
 
84135571 case-study
84135571 case-study84135571 case-study
84135571 case-study
 
Bpr assignment 2
Bpr assignment 2Bpr assignment 2
Bpr assignment 2
 
Implementation framework for_plm_a_case_study_in_t
Implementation framework for_plm_a_case_study_in_tImplementation framework for_plm_a_case_study_in_t
Implementation framework for_plm_a_case_study_in_t
 
Business Process Management - topsoft 2010_03_24 13:00
Business Process Management - topsoft 2010_03_24 13:00Business Process Management - topsoft 2010_03_24 13:00
Business Process Management - topsoft 2010_03_24 13:00
 
Introduction to the BPM Lifecycle
Introduction to the BPM LifecycleIntroduction to the BPM Lifecycle
Introduction to the BPM Lifecycle
 
From Conceptual to Executable BPMN Process Models A Step-by-Step Method
From Conceptual to Executable BPMN Process Models A Step-by-Step MethodFrom Conceptual to Executable BPMN Process Models A Step-by-Step Method
From Conceptual to Executable BPMN Process Models A Step-by-Step Method
 
Business Process Modelling PowerPoint Presentation Slides
Business Process Modelling PowerPoint Presentation SlidesBusiness Process Modelling PowerPoint Presentation Slides
Business Process Modelling PowerPoint Presentation Slides
 
025 Enterprise Resources Management
025 Enterprise Resources Management025 Enterprise Resources Management
025 Enterprise Resources Management
 
Presenting a method_for_benchmarking
Presenting a method_for_benchmarkingPresenting a method_for_benchmarking
Presenting a method_for_benchmarking
 
Business Process Modeling Notation: A Foundation for Process Transformation
Business Process Modeling Notation: A Foundation for Process TransformationBusiness Process Modeling Notation: A Foundation for Process Transformation
Business Process Modeling Notation: A Foundation for Process Transformation
 
Business Process Management Training 1
Business Process Management Training 1Business Process Management Training 1
Business Process Management Training 1
 
Business Process Management 101 Training
Business Process Management 101 TrainingBusiness Process Management 101 Training
Business Process Management 101 Training
 
Essential layers artifact_and_dependencies_of_ea
Essential layers artifact_and_dependencies_of_eaEssential layers artifact_and_dependencies_of_ea
Essential layers artifact_and_dependencies_of_ea
 
Integrating innovation into_enterprise_architecture
Integrating innovation into_enterprise_architectureIntegrating innovation into_enterprise_architecture
Integrating innovation into_enterprise_architecture
 

En vedette

En vedette (7)

User-Rating Based QoS Aware Approach for Selection of Updated Web Services to...
User-Rating Based QoS Aware Approach for Selection of Updated Web Services to...User-Rating Based QoS Aware Approach for Selection of Updated Web Services to...
User-Rating Based QoS Aware Approach for Selection of Updated Web Services to...
 
Novel DCT based watermarking scheme for digital images
Novel DCT based watermarking scheme for digital imagesNovel DCT based watermarking scheme for digital images
Novel DCT based watermarking scheme for digital images
 
QRC-ESPRIT Method for Wideband Signals
QRC-ESPRIT Method for Wideband SignalsQRC-ESPRIT Method for Wideband Signals
QRC-ESPRIT Method for Wideband Signals
 
Low Profile Inverted-F-L Antenna for 5.5 GHz WiMAX Applications
Low Profile Inverted-F-L Antenna for 5.5 GHz WiMAX ApplicationsLow Profile Inverted-F-L Antenna for 5.5 GHz WiMAX Applications
Low Profile Inverted-F-L Antenna for 5.5 GHz WiMAX Applications
 
Multimode Interference (MMI) coupler based All Optical Switch: Design, Applic...
Multimode Interference (MMI) coupler based All Optical Switch: Design, Applic...Multimode Interference (MMI) coupler based All Optical Switch: Design, Applic...
Multimode Interference (MMI) coupler based All Optical Switch: Design, Applic...
 
UWB Band Pass Filter with WLAN notch
UWB Band Pass Filter with WLAN notchUWB Band Pass Filter with WLAN notch
UWB Band Pass Filter with WLAN notch
 
An Enhanced Flying Capacitor Multilevel Inverter fed Induction Motor Drive
An Enhanced Flying Capacitor Multilevel Inverter fed Induction Motor DriveAn Enhanced Flying Capacitor Multilevel Inverter fed Induction Motor Drive
An Enhanced Flying Capacitor Multilevel Inverter fed Induction Motor Drive
 

Similaire à Towards a Software Framework for Automatic Business Process Redesign

BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
ijwscjournal
 
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICESBUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
ijwscjournal
 
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICESBUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
ijwscjournal
 

Similaire à Towards a Software Framework for Automatic Business Process Redesign (20)

Bussines Process Engireening.pptx
Bussines Process Engireening.pptxBussines Process Engireening.pptx
Bussines Process Engireening.pptx
 
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
 
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICESBUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
 
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICESBUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
 
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICESBUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
BUSINESS RULE MANAGEMENT FRAMEWORK FOR ENTERPRISE WEB SERVICES
 
NT1330 Week 1 Assignment 1
NT1330 Week 1 Assignment 1NT1330 Week 1 Assignment 1
NT1330 Week 1 Assignment 1
 
ebizQ publication
ebizQ publicationebizQ publication
ebizQ publication
 
Bisuness process management
Bisuness process managementBisuness process management
Bisuness process management
 
BUSINESS PROCESS REENGINNERING MODULE 4
BUSINESS PROCESS REENGINNERING MODULE 4BUSINESS PROCESS REENGINNERING MODULE 4
BUSINESS PROCESS REENGINNERING MODULE 4
 
Business Process Management in IT company
Business Process Management  in IT company Business Process Management  in IT company
Business Process Management in IT company
 
Parag Bhagat - The Management Accountant - Oct 2015
Parag Bhagat - The Management Accountant - Oct 2015Parag Bhagat - The Management Accountant - Oct 2015
Parag Bhagat - The Management Accountant - Oct 2015
 
Business Process Re‐Engineering Shivaji University Syllabus
Business Process Re‐Engineering Shivaji University SyllabusBusiness Process Re‐Engineering Shivaji University Syllabus
Business Process Re‐Engineering Shivaji University Syllabus
 
An Empirical Evaluation of Capability Modelling using Design Rationale.pdf
An Empirical Evaluation of Capability Modelling using Design Rationale.pdfAn Empirical Evaluation of Capability Modelling using Design Rationale.pdf
An Empirical Evaluation of Capability Modelling using Design Rationale.pdf
 
bpm
bpmbpm
bpm
 
BPM - The Promise And Challenges
BPM  - The Promise And ChallengesBPM  - The Promise And Challenges
BPM - The Promise And Challenges
 
Bpms
BpmsBpms
Bpms
 
Biz Makaz Business Consultant
Biz Makaz Business ConsultantBiz Makaz Business Consultant
Biz Makaz Business Consultant
 
Using BPM for Agility in a Globalised World
Using BPM for Agility in a Globalised WorldUsing BPM for Agility in a Globalised World
Using BPM for Agility in a Globalised World
 
Business Process Modeling: An Example of Re-engineering the Enterprise
Business Process Modeling: An Example of Re-engineering the EnterpriseBusiness Process Modeling: An Example of Re-engineering the Enterprise
Business Process Modeling: An Example of Re-engineering the Enterprise
 
Business Process Modeling & Automation: Where are we?
Business Process Modeling & Automation: Where are we?Business Process Modeling & Automation: Where are we?
Business Process Modeling & Automation: Where are we?
 

Plus de IDES Editor

Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
IDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
IDES Editor
 

Plus de IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Dernier (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Towards a Software Framework for Automatic Business Process Redesign

  • 1. ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 Towards a Software Framework for Automatic Business Process Redesign Marwa M.Essam1, Selma Limam Mansar2 1 Faculty of Information and Computer Sciences –Ain Shams University/Cairo, Egypt Email: marwa.essam@gmail.com 2 Carnegie Mellon University-Qatar /Information Systems Program, Doha, Qatar Email: selmal@qatar.cmu.edu Abstract— A key element to the success of any organization is adaptation of the supporting IS. the ability to continuously improve its business process Currently, most BPR projects depend mainly on an expert performance. Efficient Business Process Redesign (BPR) to an organization. Experts/ Consultants may use some tools methodologies are needed to allow organizations to face the for process modeling, business planning or process changing business conditions. For a long time, practices for prototyping [4]. However, there is currently no tool that BPR were done case-by-case and were based on the insights and knowledge of an expert to the organization. It can be supports the automatic redesign from the old business argued that efficiency, however, can further be achieved with process to new innovative business processes. the support of automatic process redesign tools which are few In recent years, process mining was introduced in the at the moment. Process mining as a recent approach allows context of business process management [5]. Process Mining, for the extraction of information from event logs recorded in similarly to data mining, allows for the extraction of different information systems. In this paper we argue that information from event logs recorded in BPM-based systems. results driven by process mining techniques can be used to Some of the possibilities offered by process mining results capture the various types of inefficiencies in the organization are the discovery of new business process models, the and hence propose efficient redesigns of its business model. checking of the conformance to some prescriptive or We first give an outline on the current directions towards automatic BPR followed by a review on the different process descriptive models, or the extension of an initial model with mining techniques and its usage in different applications. analysis data. Then, a specific framework of a Software tool that uses process In this paper we argue that an evolutionary redesign to mining to support automatic BPR is presented. business processes can be reached using results driven by process mining techniques. The evolutionary redesign is Index Terms— Process Mining, Business Process Redesign, based on the application of general best practices or heuristic Business Process Management rules to an existing design. We think that realizing adaptations to business process has become a difficult task to accomplish I. INTRODUCTION due to the lack of knowledge to customize the process logic A business process is a collection of related, structured at a sufficient level. However, using process mining, different activities that produce a service or product that meets the models can be extracted from the reality logs and various needs of a client. Business processes are critical to any types of inefficiencies in the organization can be captured by organization as they generate revenue and often represent a analyzing these logs. These results can be used as an input significant proportion of costs. Nowadays, many Business base for a tool that suggests efficient redesigns to the Process Management (BPM) systems exist in the market (Ex.: business process, hence, providing consultants and experts FileNet and Ultimas). BPM systems provide organizations with a vision on how to get from the old process to the new with a broad range of facilities to design, enact, control and process. analyze their business process [1]. A list of the some of the This paper is arranged as follows: Section II introduces cross-industry BPM suites with their relative strengths can the notion of modeling a business process with an example be found in [2]. on a credit application process. Section III discusses some Despite its popularity and obvious pay-offs, the current the related work towards converting old process designs to practices for monitoring and analyzing the execution of BPM new designs. In Section IV we give a review on the different systems in the organizational reality still leaves a lot to be process mining algorithms and some of its application areas. desired [3]. There is a vital need for BPM systems to In Section V, we discuss our vision on how process mining satisfactory support Business Process Redesign (BPR). In can be used in a software tool that supports the automatic many cases, the developed business functions do not redesign of business processes. effectively reflect the actual business process. Many of the implemented business functions are never used. Other II. BUSINESS PROCESS MODELING business functions provide more functionality than actually A group of related tasks that together create value for a needed. Another issue is related to the evolution of business customer is called a business process. Different modeling processes and their variability. In many domains (ex: languages/techniques can be used to represent different healthcare), frequent process changes requires the continuous © 2011 ACEEE 6 DOI: 01.IJCOM.02.03.42
  • 2. ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 Figure 1. Credit Application Process Model aspects of the business process. Control Flow modeling approach, the existing process is taken as a starting point languages, like Petri-nets, represent the different activities in and is refined on the basis of what is called “redesign best the process with constraints to control the execution between practices” [8]. A redesign best practice describes a well-tried them (In what order activities are executed). Data models like way to remove a particular problem from a process to improve Entity Relationship Diagrams represent the data organization its performance. An Example of a best practice is: Eliminating in a process. Organizational models like organizational charts unnecessary tasks from a process (the tasks with no added represent the structure in which the business process will value for customers). In [8], an extensive literature survey execute (the entities/roles that can perform work for the has taken place to collect all best practices for evolutionary enterprise). An Example of a credit application business process improvement. process is shown in Fig.1. For space limitation we only show Towards developing this “intelligent” tool and based on the control flow of the process. The process is modeled using the aforementioned evolutionary approach for BPR, a new Petri-Nets [6]. It begins with the recording of the application technique to find process design alternatives was proposed where the client expresses an interest in acquiring credit. in [9]. In this technique, a business process first is put in a This stage includes the presentation of the application, and formal process definition defined by the authors called Proto the required documents to the organization for verification. Net. A set of process measures are then calculated on the This is followed by an analysis or study of the credit process (Ex: Level-of-Control, which is the percentage of application to decide whether to accept/ reject the credit. control/decision tasks). The authors specified 18 different The client is notified in case of rejection. In case of acceptance, process measures to be calculated on the process design the credit is disbursed to the client by either a credit transfer under study. The calculated measures are then compared to a bank account or by check. against a set of condition statements that when evaluated to true a “redesign” best practice is selected to be applied on III. REVIEW OF TECHNIQUES TOWARDS AUTOMATIC BPR the process model (Ex: Apply Task Elimination if level of Control >0.2). Cutoff values for condition statements were A BPR project starts when an organization is faced with determined by the authors’ expertise in the field. the need to change its business process to make Although this technique suggests the use of some best improvements in its quality, cost, service, lead-times, practices in the process model (the ones that their condition outcomes or flexibility. Usually, BPR projects are carried out statements evaluated to true), it didn’t specify exactly how by setting up workshops within the organization to think of these practices will be applied. As pointed out in [10], a alternatives to the business process. Consultants, employers, redesign best practice just provides directions on how the managers and specialties participate in these workshops to redesign should be performed. When we look at the make process redesigns. Some Software tools may be used parallelism best practice, for instance, it is suggested that the within these workshops to aid the redesign process. However, redesign should have more tasks in parallel than the original the identification of the problem areas and the opportunities process. But it does not tell us to put tasks A, B and of of change are totally determined by the workshop group. As process X in parallel. In [10], four exact transformations were a result to this manual approach, the outcome redesigns are suggested to be applied on selected process parts of the often subjective and non sustainable. This is because it is process model to produce different redesigns. The input strongly influenced by the individual expertise of the process model is assumed to be a Petri-net with some workshop group and may not suit the actual case of the extensions like data dependencies and roles. organization under study. The proposed transformations are: To make process redesigns that actually succeed on the Unfolding of tasks, in which aggregated tasks (upper level long term in improving the business process, the research in tasks that are modeled in a detailed sub-process) are split up BPR was recently directed towards making automatic into several smaller tasks. business process redesigns. In [7], a research project was Parallel Transformation, in which tasks that do not have proposed to address the lack of tools in industry with data dependencies are executed in parallel. “intelligent” capabilities to suggest favorable alternatives to Sequence Transformation, in which all parallel paths in a an existing process design. To develop such an “intelligent” model are transformed into sequence path, provided that the redesign tool, the project proposed the idea of making output sequence will have the lowest throughput time and evolutionary, local updates to an existing workflow design to will contain no errors related to data dependencies. gradually improve its performance. In this evolutionary Merging transformation, in which a task cluster executed by © 2011 ACEEE 7 DOI: 01.IJCOM.02.03. 42
  • 3. ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 the same role is merged into one aggregated task. For each of This is due to the lack of knowledge on what causes the low the above transformations, the authors specified some formal performance within the process. In the next sections, we will characteristics that the selected process part show how process mining can be used to enrich the business should have in order to be eligible for the transformation (Ex: process model with the required knowledge to satisfactory A selected part for the parallel transformation must not have allow automatic process transformations. a selective route to prevent contradictions with the selection’s original purpose). They specified also how exactly the trans- IV. BUSINESS PROCESS MINING formed part will be replaced in the Petri net model (Ex: Re- A. Introduction moving unnecessary edges/tasks). However, still their tech- nique doesn’t allow the automatic selection of the process Process Mining allows for the extraction and the analysis part to be altered or the automatic selection of the transfor- of information from event logs recorded in BPM-based mation that produces the best result. systems. Example of event logs are: the audit trails of a In [11], an algorithm called the Boolean Verification Algo- workflow management system, the transaction logs of an rithm (BVA) was presented for the optimization of workflows. enterprise resource planning system, or the electronic patient On the contrary to the techniques mentioned before, this records in a hospital. The two main components of a record approach does not focus on applying best practices to the in any event log are: the event (task/activity) that was process design. It just focuses on finding the maximum executed and an identification of the particular instance of parallelization for a design to reduce the overall execution the process within which the activity was executed (case). time of the process. For this purpose, BVA uses a method More information can also be available in the log (for example, called the if-conversion. The main idea of this method is to the timestamp of the event, or the performer of the event, the assign Boolean activation conditions to workflow tasks based data elements recorded with the event, etc...). on their control flow dependence. While scanning the pro- To illustrate the concept of process mining, consider the cess model from the start task , BVA assigns Boolean control log information recorded in Table I. This log contains parameters on different branches and choice nodes (C1, information on three execution cases (1, 2 and 3). Executed C2,…Cn) and forms a Boolean activation condition for each events are represented as tasks and are assumed to be task (Ex: !C1 & C2 v C1). Tasks are then checked for their recorded in order. When scanning the log, we can detect four control flow dependencies by analyzing their activations different tasks in the process (Tasks A, B, C and D). One can conditions and tasks with no control or data dependencies see also that all cases starts by task A and all cases ends by are parallelized. task D. In two cases (1 and 3), task B follows task A in the Although this algorithm promises to ensure a full execution. In case 3, task C follows task A. From this parallelization of a business process, it still doesn’t relate the information, we can simply draw, using Petri Nets, the process reality to the design. In other words, it focuses only on the model that corresponds to this log as in fig. 2. parallelization of tasks while in some cases, a sequential pro- cess may be perceived as a simpler process by employees and clients. Since the order of the tasks is fixed in sequential constructs, the execution of the process is done in the most logical way hence reducing errors. Furthermore, the synchro- nization that is required after the execution of tasks in parallel is not necessary in sequential processes. Let us note now that all the techniques that we men- tioned above don’t satisfactorily support the automatic pro- duction of process redesigns. Although they provide guide- Figure 2. A process model corresponding to the log lines on how to apply different transformations on the pro- cess model, none of them supports either the automatic se- B. Process Mining Algorithms lection of the process part to redesign or the best transfor- Over the last decade, many process mining algorithms mation to apply on it. has been developed to find process models that successfully mimics the behavior registered in the logs. In [12], a control TABLE I. A PROCESS LOG flow mining algorithm called the alpha algorithm was presented. The alpha algorithm assumes that there is no noise (logs containing exceptions) in the data and that the log contains sufficient information about the workflow (no paths exist with low probability that prevents them from being detected). The alpha algorithm scans the log and looks for causal relations ( a relation between two tasks A and B such that B is directly followed by A in a log trace and A is never followed by B). These causal relations are then represented in a Petri-net model describing the output process. © 2011 ACEEE 8 DOI: 01.IJCOM.02.03. 42
  • 4. ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 To address the issue of noise existing in the log, an (for example, execute some tests at earlier phases). Healthcare algorithm called the Heuristic Miner was presented in [13]. is another famous application domain for process mining. The Heuristic miner follows the alpha algorithm in finding The applicability of process mining in healthcare was causal relations between tasks. However, it calculates demonstrated using a real case of a gynecological oncology frequencies for the occurrence of each task and for the relation process in the AMC hospital in the Netherlands [18]. The log between tasks. Cutoff values are then used to eliminate tasks/ data contained information about a representative group of relations that are a result of noise/ un-complete executions. 627 gynecological oncology patients. The goal of using Because in some application areas, the resulting models after process mining was to discover the care paths followed by process mining become very difficult to understand individual patients and whether certain procedures are (Spaghetti-Like), many process mining algorithms based on followed or not. After applying process mining techniques, clustering was introduced to eliminate unnecessary many useful results became visible to the people at the information from the output models. The Fuzzy miner [14] for hospital. For Example, it was found that patients who undergo example starts by drawing a very complicated graph with all several chemotherapy sessions often need to visit the causal relations found in the log. It then simplifies the graph dietician. This was not immediately clear to everyone and by creating clusters of nodes. Clusters are created by illustrates the value of creating transparency using process aggregating low significant nodes with their highly correlated mining. neighbor nodes. Different significance and correlation The above two mentioned projects were implemented with matrices can be used for different application purposes. The the process mining tool named ProM [19]. ProM contains lion’s share of efforts in process mining has been for more than 250 plug-ins that implement different process discovering control flow models resulting in many other mining algorithms. However, it is not clear how to use ProM models other than the ones mentioned above. However, in process redesign projects. In the above two projects, the process mining can also be used to mine much other useful authors used different plug-ins but viewed each plug-in result information. As mentioned before, the event logs not only alone. Although ProM allows the results from some algorithms record information about the different cases and the different to be integrated in a Colored Petri Net (CPN) that support tasks. It also records information on the role who executed analysis and simulation, there was no guidance from ProM these tasks, the input and output attribute values to and on how to improve the business processes. Instead, the from each task and the execution start and end time of tasks. researchers concluded the redesign ideas from viewing the This information can be used to mine the relations between simulated models. i.e. It is hard to make process redesign the different roles creating an organizational model. It can using process mining a repeatable service. also be used to analyze the information flow between the different roles, the interactions between the co-workers, the V. PROPOSED SOFTWARE FRAMEWORK FOR AUTOMATIC BPR decision points in the models and the performance of A. Introduction executions [15], [16]. Based on the discussion in the previous sections, we will C. Process Mining Application in BPR now focus on two phases in BPR that, up to now, are done Process mining has been applied in a variety of manually by the designers: organizations covering many application domains. In [17], - The designer of the new process manually selects process mining was used to analyze the test process in the process part to be redesigned from the old process model. ASML. ASML makes so-called wafer scanners that are used He also decides what change to be made on the selected part. to manufacture processors in devices ranging from mobile - When using process mining for BPR, experts/ phones to desktop computers. Wafer scanners are really researchers in process mining determine which process complex machines that use a photographic process to image mining algorithm to use and results after modeling do not nanometric circuit patterns onto a silicon wafer. The testing suggest redesign ideas. of the manufactured wafer scanners is a time-consuming For the above two points, we present our view on a process. So, the goal of the analysis was to reduce the testing software that automatically outputs a specific redesign to a time. business process using its recorded log information as input. Each wafer scanner in the ASML factory produces a log In Fig. 3, the framework for this software is presented. The of the software tests that are executed on it. Process mining proposed software framework is composed of two main parts, was used to visualize the actual flow of the test process and a business process miner and a redesign engine. A Business confront this visualization with the idealized view of the tests Process miner is responsible simply for applying process according to engineers. It was found that as soon as one test mining techniques on the input process log to gather fails, a fix is made to the scanner and all other tests are put on information that will aid the redesign process. The Redesign hold (idle time) and often after the fix is made, some tests are engine is responsible of generating new redesigns based on re-executed again. Visualizing this loop-backs caused by some both process mining results and knowledge of the redesign tests gave the engineers a useful view on what was causing best practices. Next, we illustrate both components in more the time loss in the test process. Hence, allowed them to detail. make changes to the test process to reduce the time © 2011 ACEEE 9 DOI: 01.IJCOM.02.03. 42
  • 5. ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 Figure 3. A Software Framework for Automatic Business Process Redesign B. The Business Process Miner Component redesign best practices. Therefore, the proposed software In the business process miner, a proper selection of must contain a database of redesign best practices that process mining algorithms is applied on the event logs to contains, for each best practice, an execution rule that shows: produce different model types. All the results gathered are - The conditions that a process part must match in then stored in a process mining results database. The choice order to be eligible to apply the best practice on, of which process mining algorithms to apply on the log will - And, the process transformation that will be applied be determined in a log inspection phase using some parametric if these conditions are true. characteristics from the log (for example, a log which contains Matching the selected process part against the conditions in a large no of tasks such that mining all these tasks will produce the best practices data base allows the redesign engine to a spaghetti like model will be mined using the fuzzy miner). If find what transformations to apply on it. The selected part is role information is available in the log, the log will be mined then transformed and integrated with the process model in a to produce organizational and social network models. This redesign generator element. Since different combinations of role analysis is important since in some cases, the malfunction transformations may applied to the same process part (more in a process design is mainly because of bad organizational than one best practice rule evaluate to true), different or social structures. The log will be mined also to produce redesigns to the process model may be generated. Hence, performance data like the throughput time of cases, the they are saved in a redesigns database. Moreover, if there slowest tasks, the delays before tasks execution, the are more process parts that need to be changed, a redesign resources utilizations,…etc. loopback starts again by selecting another process part to change. The generated redesigns are then evaluated for the C. The Redesign Engine Component selection of the best redesign. The evaluation will be based Using results gathered from the business process miner, on simulating the different redesigns using data from the the redesign engine starts by determining the malfunction logs (for example, the arrival time of different cases, the routing part in the process design (a certain component in the process probabilities of different paths in the model, the response where the mining results show that it somehow causes low time from certain roles,… etc). performance). This malfunction part selector is the key element in this proposed software as it integrates the results VI. CONCLUSIONS from all the process mining algorithms to come out with conclusions on what causes the low performance of the In this paper we focused on how to automatically redesign process (For example, a specific path in the control flow model, business processes in order to increase its performance. We a bad organization structure, etc…) . It is important to note showed that current redesign methodologies let the designer also that, to select the problem areas in the business process, choose the process part to be redesigned and also choose the targets for the redesign must be specifically input to the the proper change to apply on it. To allow automatic process software in order. Targets can be for example, lowering cost, redesign, process mining can be used. We briefly presented increasing quality, increasing flexibility, etc... The order of the concept of process mining and we showed that although targets is important because, in some times targets contradict. a lot of process mining algorithms exist and some were already For example, increasing the quality in some processes may used in redesign projects, it is still not clear how to make result in increasing the cost and so on. To find the changes process redesign using process mining a repeatable service. to apply on the selected process part, we suggest the use of For this reason we presented a framework of a software that © 2011 ACEEE 10 DOI: 01.IJCOM.02.03. 42
  • 6. ACEEE Int. J. on Communication, Vol. 02, No. 03, Nov 2011 automatically produces a redesigned business process model [6] W.M.P. van der Aalst: “The Application of Petri Nets to using event logs from the old system execution. The basic Workow Management” The Journal of Circuits, Systems and idea of this software is to integrate the results after using a Computers, 1998. proper selection of process mining algorithms, and then use [7] M. Netjes , I. Vanderfeesten, , and H. Reijers: “Intelligent tools for workflow process redesign: A research agenda”. Vol. 3812 these results to select a malfunction process part and of Lecture Notes in Computer Science, pp. 444–453. Springer Verlag, transform it using redesign best practices. Berlin, 2005 The proposed framework provides guidelines on how to build [8] H. Reijers, S. L. Mansar: “Best practices in business process the redesign software. To actually build this software, we redesign: An overview and qualitative evaluation of successful plan to work on the following points: redesign heuristics” Omega: The Int. Journal of Management Science, - The different parameters and parameter values that 33(4):283–306, 2005 determine the process mining algorithms to use. [9] M. Netjes, S. L. Mansar, H.A. Reijers, W.M.P. van der Aalst:” - How to integrate the different results from process An Evolutionary Approach for Business Process Redesign: Towards mining to find the process part to redesign. an Intelligent System”, Proceedings of the 9th Int. Conference on Enterprise Information Systems. pp. 484–494. INSTICC, Setubal - The rules that guide the use of a specific best (2007) practice (transformation) on a process part. [10] M. Netjes, H.A. Reijers, and W.M.P. Aaslt: “On the Formal - The log analysis parameters that will be used for Generation of Process Redesigns”, First Int. Workshop on Model redesigns simulation. Driven Engineering for Business Process Management, pp. 49–60, 2008, ACKNOWLEDGMENT [11] A. A. Kalenkova: “Application of If-Conversion to Verification and Optimization of Workflows”, Programming and The authors would like to acknowledge that the work for Computer Software, vol. 36, no. 5, pp. 276–288, 2010. this paper was partly funded by the Qatar Foundation for [12] W.M.P. van der Aalst, A.J.M.M. Weijters, L. Maruster. Education, Science and Community Development. The “Workflow Mining: Discovering Process Models from Event Logs”, statements made herein are solely the responsibility of the IEEE Transactions on Knowledge and Data Engineering, 16(9):1128– authors and do not reflect any official position by the Qatar 1142, 2004. Foundation or Carnegie Mellon University. [13] A.J.M.M. Weijters, W.M.P. van der Aalst. “Rediscovering Workflow Models from Event-Based Data using Little Thumb”, Integrated Computer-Aided Engineering, Vol. 10 (2003) REFERENCES [14] C.W. Günther, W.M.P. van der Aalst, “Fuzzy mining - adaptive [1] W.M.P. van der Aalst , A. H. M. Ter Hofstede , M. Weske : process simplification based on multi-perspective metrics”. “Business Process Management: A Survey”, Proceedings of the 1st Proceedings of the 5th Int. Conference on Business Process Int. Conference on Business Process Management, Springer Verlag, Management, Brisbane, Australia, 2007 2003. [15] M. Song,, W.M.P. van der Aalst. “ Towards Comprehensive [2] J. Sinur, J. B. Hill: “ Magic Quadrant for Business Process Support for Organizational Mining.” Decision Support Systems Management Suites”, Gartner Research, Pub-Date 18-Oct 2010, 46(1), pp. 300-317 ,2008. ID Number: G00205212 [16] A. Rozinat, W.M.P. van der Aalst. “Decision Mining in [3] B. Mutschler, M. Reichert, J. Bumiller: “Unleashing the Business Processes”. BPMCenter.org Report, 2006. Effectiveness of Process-Oriented Information Systems: Problem [17] A. Rozinat, I. S. M. de Jong, C. W. G¨unther, W. M. P. van der Analysis, Critical Success Factors, and Implications”, IEEE Trans. Aalst, “Process Mining Applied to the Test Process of Wafer on Systems, Man., and Cybernetics, vol.38, no.3, pp. 280 -291, Scanners in ASML,”, IEEE Trans. on: Systems, Man, and 2008 Cybernetics, vol.:39, no.:4, pp: 474 - 479, 2009 [4] M. Attaran: “Exploring the Relationship between Information [18] R.S. Mans, M.H. Schonenberg, M. Song, W.M.P. van der Technology and Business Process Reengineering. Information & Aalst, P.J.M. Bakker, “Application of Process Mining in Healthcare Management”, 41(5), pp. 585-596, 2004. – A Case Study in a Dutch Hospital”, Communications in Computer [5] W.M.P. van der Aalst , A.J.M.M. Weijters: “Process Mining, and Information Science, 25, pp. 425-438). Berlin: Springer,2008. a Research Agenda”, Special Issue of Computers in Industry, vol.53, [19] The ProM tool, http://prom.win.tue.nl/tools/prom/ no.3, Elsevier Science Publishers, Amsterdam, 2004. © 2011 ACEEE 11 DOI: 01.IJCOM.02.03.42