Open Source Business Process Management for Handling Processes in the Public Sector

Total Page:16

File Type:pdf, Size:1020Kb

Open Source Business Process Management for Handling Processes in the Public Sector Open source Business Process Management for handling processes in the public sector MIKAELA NÖTEBERG Master’s Thesis at CSC Supervisor: Joel Brynielsson Examiner: Jens Lagergren TRITA xxx yyyy-nn Abstract Business processes are part of every organization, in more or less structured ways. They serve as a documentation of how work should be performed. Business Process Management (BPM) is a set of methods and technologies to support the modeling, execution, administration, and analysis of busi- ness processes. BPM aims to bridge the gap between strat- egy and operations in an organization. Inefficient manual processes in this gap introduce problems with consistency, traceability and agility. This degree project investigates the suitability of open source Business Process Manage- ment Systems (BPMSs) for handling processes in govern- ment agencies to address these issues. The Swedish Export Credits Guarantee Board’s (EKN’s) application process for export guarantee offers is used as case. Interviews were conducted and a proof of concept using open source BPM for EKN’s application process was implemented, which to- gether with the literature review are analyzed to find key factors indicating a process’ successful execution in a pro- cess engine. The key factors found are that the process should be delimited, repetitive, not running for too long, and be predictable with regard to every possible outcome. Referat Open source Business Process Management för handläggningsprocesser inom offentlig verksamhet Alla organisationer har processer, i mer eller mindre struk- turerade former. Processer fungerar som en dokumentation över hur arbete ska genomföras. Business Process Mana- gement (BPM) är en uppsättning metoder och tekniker för att stödja modellering, exekvering, administrering och analys av processer. BPM är ett sätt att försöka minska klyftan mellan organisationen och verksamheten i en orga- nisation. Ineffektiva manuella processer däremellan skapar problem med hur konsekvent, spårbart och flexibelt arbe- tet blir. Detta examensarbete undersöker lämplighetsgra- den av open source Business Process Management System (BPMS) för handläggningsprocesser inom myndigheter för att hantera dessa problem. Exportkreditnämndens (EKN:s) ansökningsprocess för exportgaranti-offerter används som exempel. Intervjuer genomfördes och en proof of concept av open source BPM för EKN:s ansökningsprocess imple- menterades, vilket tillsammans med litteraturstudien ana- lyseras för att hitta viktiga faktorer för en process som in- dikerar framgångsrik exekvering i en processmotor. De fak- torer som hittats är att processen ska vara avgränsad och repetitiv, samt att processen inte får pågå under för lång tid och är känd avseende alla möjliga utfall. Contents 1 Introduction1 1.1 Background................................ 1 1.2 Purpose.................................. 1 1.3 Business processes ............................ 2 1.3.1 Process modeling......................... 2 1.3.2 Business Process Model and Notation............. 2 1.4 Business Process Management...................... 2 1.4.1 Lifecycle.............................. 3 1.4.2 Stakeholders ........................... 4 2 Theory5 2.1 Basic business process patterns in BPMN............... 5 2.1.1 BPMN definitions ........................ 6 2.1.2 BPMN modeling......................... 9 2.2 Business Process Management Systems................. 9 2.2.1 Brief history of BPMSs ..................... 10 2.2.2 BPMS components........................ 10 2.2.3 Open source BPMSs....................... 11 2.3 Why BPM?................................ 12 3 Methodology 15 3.1 Research design.............................. 15 3.2 Interviews................................. 16 3.3 Proof of concept ............................. 16 3.3.1 Context.............................. 17 3.3.2 Modeling in BPMN ....................... 17 3.3.3 Implementing an executable process .............. 17 3.3.4 Validation............................. 18 4 Results 19 4.1 Interviews................................. 19 4.1.1 Respondent A........................... 19 4.1.2 Respondent B........................... 20 4.1.3 Respondent C........................... 21 4.2 Proof of concept ............................. 22 5 Discussion 23 5.1 Business Process Management...................... 23 5.1.1 Predictability........................... 23 5.1.2 BPMSs over traditional system development ......... 24 5.1.3 To implement and use...................... 24 5.1.4 User acceptance ......................... 26 5.1.5 Open source............................ 26 5.2 Government agencies........................... 27 6 Conclusions 29 6.1 Key factors ................................ 29 6.2 Future work................................ 30 Bibliography 31 Chapter 1 Introduction This chapter is an introduction to this degree project. Section 1.1 presents the background, Section 1.2 presents the purpose and research questions, Section 1.3 introduces business processes, and Section 1.4 introduces Business Process Manage- ment. 1.1 Background There is often a gap between strategy (business: the what) and operations (IT, resources: the how) of an organization. Inefficient manual processes in this gap leads to problems with consistency, traceability and agility: work could get overlooked or duplicated, it is difficult to tell the whereabouts or status of an errand, and distributing or forwarding work between resources takes both time and effort. 1.2 Purpose Government agencies, e.g., the Swedish Export Credits Guarantee Board (Export- kreditnämnden, EKN), often have business process models to document the way their organization works. The thesis objective is to investigate how open source Business Process Management (BPM) would suit handling processes in the public sector to address the issues mentioned above. The case used is EKN’s application process for export guarantee offers. Research questions • What are the strengths of using BPM for handling processes in the public sector? • What are the advantages and disadvantages of using an open source Busi- ness Process Management System (BPMS) compared to using a commercial BPMS? • What are the key factors indicating whether the execution in a BPMS is the appropriate solution for a given process? 1 CHAPTER 1. INTRODUCTION 1.3 Business processes Processes are part of every organization, every business, in more or less structured ways. A business process can be defined as a set of activities or tasks that given one or more inputs creates value for a defined customer [4]. A customer in this context could be both internal or external, and value could be anything from reaching a business goal to manufacturing a physical product. The identification and structure of these business processes is a key to taking ad- vantage of possible improvements, such as effectiveness (time), efficiency (cost), and quality (e.g., error rates) to ensure consistent outcomes. Davenport and Short[6] emphasize the improvement potentials of examining an entire process rather than each activity or task separately, which is the cornerstone of BPM. 1.3.1 Process modeling Business process modeling can be defined as the process of creating representations, i.e., models, of a business process with the intention to improve it [8]. A more general way of putting it is that process models are documentations of how an organization actually works [7]. There are many approaches, in the form of methods and techniques, to business process modeling; activity diagrams, use case diagrams, event-driven process chains, Petri nets, etc. [1, 27]. However, in the context of BPM, one widely adopted stan- dard for high-level representation of business processes is the Object Management Group (OMG) standard BPMN [5, 20], see the following section. 1.3.2 Business Process Model and Notation Business Process Model and Notation (BPMN) is a graphical and executable nota- tion standard for business processes. BPMN is designed to be used as a common language for all business users, from analysts to system engineers, i.e., in both business process design and implementation. The current version, BPMN 2.0, was released in January 2011 [20]. 1.4 Business Process Management Business Process Management (BPM) is a set of methods, approaches, techniques, and technologies to support the design, execution, automation, administration and analysis of business processes. BPM is an interdisciplinary field combining principles from – but not limited to – operations management, quality management, workflow management, industrial engineering and software engineering, to support the stages of a business process [7]. It is an area of interest for both business managers, industrial engineers, and system engineers because of the diversity it provides. Business managers and industrial engineers’ interest in BPM lies in the ability to optimize and improve organizational 2 1.4. BUSINESS PROCESS MANAGEMENT performance, whilst it allows system engineers to implement and monitor systems in conjunction with the organizational view of the business managers. 1.4.1 Lifecycle The BPM lifecycle is an iterative process including the following phases: design, modeling, implementation, monitoring, and optimization (see Figure 1.1). The it- erations are preceded by identification of a relevant business process, i.e., a delimited process, including any related sub-processes, which is a candidate for execution. To be able to measure the performance of an implemented process it is important to define performance metrics or key performance indicators
Recommended publications
  • A Language to Coordinate Collaborative Reuse
    The Journal of Systems and Software 131 (2017) 505–527 Contents lists available at ScienceDirect The Journal of Systems and Software journal homepage: www.elsevier.com/locate/jss CollabRDL: A language to coordinate collaborative reuse ∗ Edson M. Lucas a,b, , Toacy C. Oliveira a,d, Kleinner Farias c, Paulo S.C. Alencar d a PESC/COPPE, Federal University of Rio de Janeiro, Brazil b IPRJ/UERJ, Polytechnic Institute, State University of Rio de Janeiro, Brazil c PIPCA, University of Vale do Rio dos Sinos (Unisinos), Brazil d David Cheriton School of Computer Science, University of Waterloo, Canada a r t i c l e i n f o a b s t r a c t Article history: Coordinating software reuse activities is a complex problem when considering collaborative software de- Received 19 June 2015 velopment. This is mainly motivated due to the difficulty in specifying how the artifacts and the knowl- Revised 17 January 2017 edge produced in previous projects can be applied in future ones. In addition, modern software systems Accepted 31 January 2017 are developed in group working in separate geographical locations. Therefore, techniques to enrich collab- Available online 2 February 2017 oration on software development are important to improve quality and reduce costs. Unfortunately, the Keywords: current literature fails to address this problem by overlooking existing reuse techniques. There are many Software reuse reuse approaches proposed in academia and industry, including Framework Instantiation, Software Prod- Collaboration uct Line, Transformation Chains, and Staged Configuration. But, the current approaches do not support Framework the representation and implementation of collaborative instantiations that involve individual and group Language roles, the simultaneous performance of multiple activities, restrictions related to concurrency and syn- Reuse process chronization of activities, and allocation of activities to reuse actors as a coordination mechanism.
    [Show full text]
  • Open Source Power on BPM - a Comparison of Jboss Jbpm and Intalio BPMS
    Open Source Power on BPM - A Comparison of JBoss jBPM and Intalio BPMS Pin Nie, Riku Seppälä, Måns Hafrén T-86.5161 Special Course in Information Systems Integration Abstract. This paper presents a comparison of two open source products in Business Process Management: Intalio BPMS and JBoss jBPM. A framework for their comparison is constructed based on expert advice and a literature analysis. We implemented a simple process with both tools to gather experience of using the tools and combined this knowledge with information from official documentation, tutorials, research and any available third-party documentation. With this knowledge, the two tools were compared using the comparison framework. In the end, we score the two tools across the categories identified in the comparison framework and provide further discussion for future work. Keywords: BPMS, BPM, jBPM, Intalio, JBoss, Redhat, evaluation, comparison framework, open source 1 Introduction Business Process Management (BPM) is gaining increasing attention and consideration in organization and enterprise architecture as a bridge between information technology (IT) and business. BPM is a holistic management approach that promotes business effectiveness and flexibility on the basis of a set of standardized IT technologies and tools. The technology solutions that address the need for BPM are called Business Process Management Systems (or suites), or BPMS. There are various definitions for Business Process Management (Smith & Fingar, 2003; Hill et al., 2006). A recent and influential definition is given by Mathias Weske: “A business process management system is a generic software system that is driven by explicit process representations to coordinate the enactment of business process.” (Weske, 2007) However, most of the BPM tools and software employed today are expensive commercial products.
    [Show full text]
  • Digital Archive: Arrange, Assign & Sign!
    Digital Archive: Arrange, Assign & Sign! Patrícia Raquel Vieira Sousa Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos Departamento de Ciência de Computadores 2016 Orientador Prof. Dr. Luís Filipe Coelho Antunes, Professor Auxiliar, FCUP Coorientador Eng. Pedro Vasconcelos Castro Lopes Faria, Consultor, HealthySystems Todas as correções determinadas pelo júri, e só essas, foram efetuadas. O Presidente do Júri, Porto, ______/______/_________ Patr´ıcia Raquel Vieira Sousa Digital archive: Arrange, Assign & Sign! Departamento de Ciˆencia de Computadores Faculdade de Ciˆencias da Universidade do Porto Junho de 2016 Patr´ıcia Raquel Vieira Sousa Digital archive: Arrange, Assign & Sign! Disserta¸c˜ao submetida `aFaculdade de Ciˆencias da Universidade do Porto como parte dos requisitos para a obten¸c˜ao do grau de Mestre em Engenharia de Redes em Sistemas Inform´aticos Orientador: Prof. Dr. Lu´ıs Filipe Coelho Antunes Co-orientador: Eng. Pedro Vasconcelos Castro Lopes Faria Departamento de Ciˆencia de Computadores Faculdade de Ciˆencias da Universidade do Porto Junho de 2016 To my parents and my love for all the support and patience... 3 Acknowledgments I want to thank my advisor Professor Lu´ıs Antunes for the support in all this time of work, for all suggestions that improved my thesis and for this opportunity. I also want to thank my co-advisor Pedro Faria for all dedication, support, patience and guidance that made all this work possible. Thanks for innovative ideas and the security knowledge transmitted during this thesis. I also want to thank Professor Manuel Eduardo Correia for the interest that has always shown for this thesis work and for all the support and ideas.
    [Show full text]
  • Alfresco Developer Series: Advanced Workflows
    ecmarchitect.com Alfresco Developer Series Advanced Workflows 2nd Edition February, 2012 Jeff Potts This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. ecmarchitect.com Alfresco Developer Series Advanced Workflows 2nd Edition February, 2012 Jeff Potts About the Second Edition This tutorial was originally written in November of 2007. Since then, Alfresco has added the Share web client and the Activiti workflow engine, so, at first glance you could say that a lot has changed. On the other hand, if you've already worked through the Custom Content Types and Custom Actions tutorials, you'll already be comfortable with configuring the form service for Alfresco Share. And, although Activiti is an entirely new workflow engine, it was built by the same guys that built jBPM, after all, so it is similar enough in concept that people already familiar with building Alfresco workflows using jBPM should have a pretty easy transition moving to Activiti. The original version of this tutorial spent a little too long on details up front, which I tried to fix when this tutorial was used as the basis of the workflow chapter in the Alfresco Developer Guide. So, for this edition of the tutorial, I cut down on theory and moved into some Hello World examples as quickly as I could. I also did a little bit of rearranging to provide two distinct parts to the tutorial so that the first part covers everything you need to know, from concepts to deploying and running processes, with the focus being on the steps and tools using simple processes.
    [Show full text]
  • Flowable 5.23.0 User Guide
    Flowable 5.23.0 User Guide Table of Contents 1. Introduction 1.1. License 1.2. Download 1.3. Sources 1.4. Required software 1.4.1. JDK 7+ 1.4.2. IDE 1.5. Reporting problems 1.6. Experimental features 1.7. Internal implementation classes 2. Getting Started 2.1. What is Flowable? 2.2. Flowable and Activiti 2.3. Building a command-line application 2.3.1. Creating a process engine 2.3.2. Deploying a process definition 2.3.3. Starting a process instance 2.3.4. Sidetrack: transactionality 2.3.5. Querying and completing tasks 2.3.6. Writing a JavaDelegate 2.3.7. Working with historical data 2.3.8. Conclusion 2.4. Getting started with the Flowable REST API 2.4.1. Setting up the REST application 2.4.2. Deploying a process definition 2.4.3. Start a process instance 2.4.4. Task list and completing a task 3. Configuration 3.1. Creating a ProcessEngine 3.2. ProcessEngineConfiguration bean 3.3. Database configuration 3.4. JNDI Datasource Configuration 3.4.1. Configuration 3.4.2. JNDI properties 3.5. Supported databases 3.6. Creating the database tables 3.7. Database table names explained 3.8. Database upgrade 3.9. Job Executor (since version 6.0.0) 3.10. Job executor activation 3.11. Mail server configuration 3.12. History configuration 3.13. Exposing configuration beans in expressions and scripts 3.14. Deployment cache configuration 3.15. Logging 3.16. Mapped Diagnostic Contexts 3.17. Event handlers 3.17.1. Event listener implementation 3.17.2.
    [Show full text]
  • An Approach for Modeling and Transforming Contextually-Aware Software Engineering Workflows
    ICSEA 2014 : The Ninth International Conference on Software Engineering Advances An Approach for Modeling and Transforming Contextually-Aware Software Engineering Workflows Roy Oberhauser Computer Science Dept. Aalen University Aalen, Germany [email protected] Abstract—Software engineering environments (SEE) face rigid, and inflexible [6], and fail to adequately support the challenges for providing automated guidance for human- human, creative, and dynamics of SW development. Thus, centric software development workflows. Among the various such systems are ignored or abandoned by SW engineers. issues is the lack of a method to model software engineering To address this challenge for such human-centric SE (SE) workflows, as commonly used business process modeling processes, we created a PCSEE called the Context-aware notation is generalized and not conducive to context-aware Software Engineering Environment Event-driven Framework support for SEE, while available SE-specific process model (CoSEEEK) [7]. Beyond SE tool sensors and other notation, such as the Software & Systems Process Engineering contextual knowledge, it utilizes workflows to understand Metamodel, is not executable. The solution approach in this the process context. That includes knowing which activities a paper simplifies and validates the modeling of SE workflows SW engineer performed, which activity is likely currently via graphical modeling capabilities that extend the Software Engineering Workflow Language (SEWL). Model-based being worked on, which activity is next, and associates these transformation of workflow concepts to diverse workflow with SE concepts of project, teams, persons, roles, tools, and management systems (WfMS), as well semantic transformation artifacts via an ontology and reasoner. While various facets of SE concepts to a contextually-aware process-centered were investigated, including collaboration [8], quality software engineering environment - CoSEEEK, is supported.
    [Show full text]
  • Activiti Timer Boundary Event Example
    Activiti Timer Boundary Event Example CharacteristicRoilier Dietrich and variolates allied Chris her flax sobs: so anarthrouslywhich Constantine that Noach is nettled inwrap enough? very definably. Saturated and uneven Freddy still acidulated his Ciliata victoriously. Your profile picture is used as the logo for your personal space. Thanks for contributing an answer to Stack Overflow! Text: Enter descriptive text. So far, Alexandrya would look as expected. This language enables analysts to model their business. If you press two active signal boundary events catching the same signal event, of boundary events are triggered, even if anyone are district of warehouse process instances. The boundary definition. Can Digital Transformation happen without Process Automation? Execute any arbitrary expression! The example is an start events but were found. Alfresco Share with service i understand. Time event example activiti events, active while in boundary event listeners were all activities based on given listener and rest web service task and uses. Within the subprocess, a separate token is born which runs through the subprocess from the start to the end event, but the token of the parent process waits until the subprocess completes. So it looks like name due core is properly set, but why per the workflow immediately goes to remove next task instead have waiting press the discount date? But eventually continues after which is set of eclipse workspace to true. However, due to the broadcast semantics of the signal, it would also be propagated to all other process instances which have subscribed to the signal event. Compensation handlers are not contained in normal flow and are only executed when a compensation event is thrown.
    [Show full text]
  • Introduction to Flowable
    Introduction to Flowable Filip Hrisafov (@filiphr) Jose Antonio Alvarez (@jaam_eu) 1 Short Introduction Filip Hrisafov Jose Antonio Alvarez • Core Software • Head Solutions Architect at Flowable Architect at Flowable • Flowable core dev • Flowable core contributor • MapStruct project lead • 11 years experience in process management 29.01.2020 2 © 2020 Flowable AG. All rights reserved. Agenda & Goals • Explaining all that Flowable can do in 60 mins is … impossible • Short History • Open Standards (BPMN, CMMN, DMN) • A glimpse of what you can do • And hope to inspire you to look deeper! 29.01.2020 3 © 2020 Flowable AG. All rights reserved. Flowable Open Source Project Native BPMN, CMMN and DMN engines Speed, scalability and innovation process instances • High performance, high scale • Fastest engines available per second • Years of real world use • Lightweight FlowableFlowableA C 5.23 6.3 Community is key Long heritage of Open Source BPM • Credibility through engagement • Origins since 2010 in Activiti and jBPM & contributions • Established 2016 by Alfresco co-founder • Usage all over the world and Activiti team 2016 Flowable and in all kind 2010 Activiti jBPM of industries 29.01.2020 4 © 2020 Flowable AG. All rights reserved. Flowable Family Tree Implemented BPM on Red Hat R&D focus shifted to new microservice Drools architecture orchestration engine (Zeebe) jBPM 5 Camunda 7 Flowable 6 2010 2013 jBPM 3 Activiti Flowable 2009 2013 2016 Bonitasoft Effektif Activiti 5/6/7 Dropped jBPM and built own Lightweight BPMN, now rolled into Continues without architects but no core engine updates engine, but no longer a focus Signavio (not open source) 29.01.2020 5 Case and Business Process Management The heart of Digitalization Case management Manage complex business activities that require a mix of human and electronic actions, such as an incoming application, a submitted claim, a complaint, or incident management Business process management Coordinate or orchestrate the behaviour of people, systems, information, and things to produce business outcomes.
    [Show full text]
  • Diflow: a Distributed Workflow Management System
    DIFLOW: A DISTRIBUTED WORKFLOW MANAGEMENT SYSTEM by ANUJ SUNIL SHETYE (Under the Direction of Krzysztof J. Kochut) ABSTRACT Workflow systems are one of the key technologies enabling automation of business processes and, recently, scientific applications. Traditionally, control of the execution of workflow processes has been centralized, despite the fact that they have frequently involved and coordinated systems executing at distributed computing nodes. Today, there is a need for decentralized and distributed workflow management systems (WfMS). In this thesis, we present DIFLOW, a system for designing and executing workflow processes based on dynamic migration of workflow instances during runtime. The system allows a process designer to define process constraints, which are specified in terms of process variables and capabilities of the workflow’s processing nodes (performers). At runtime, workflow instances may migrate to computing nodes that satisfy the defined constraints. Process constraints in DIFLOW may capture functional or non-functional requirements of the process, which cannot be expressed using typical process definition languages, such as BPMN. In this thesis, we introduce a Constraint Definition Language (CDL) to describe constraints comprising of performer capabilities and domain specific variables for providing necessary migration meta-information. We also present a design and implementation of DIFLOW capable of scheduling and enacting workflow instances in a distributed environment. INDEX WORDS: Distributed Workflow Management System, BPMN 2.0, Activiti DIFLOW: A DISTRIBUTED WORKFLOW MANAGEMENT SYSTEM by ANUJ SUNIL SHETYE BE, University of Mumbai, India, 2010 A Thesis Submitted to the Graduate Faculty of The University of Georgia in Partial Fulfillment of the Requirements for the Degree MASTER OF SCIENCE ATHENS, GEORGIA 2014 © 2014 ANUJ SUNIL SHETYE All Rights Reserved DIFLOW: A DISTRIBUTED WORKFLOW MANAGEMENT SYSTEM by ANUJ SUNIL SHETYE Major Professor: Krzysztof J.
    [Show full text]
  • BPMN Conformance in Open Source Engines
    BPMN Conformance in Open Source Engines Matthias Geiger, Simon Harrer, Jorg¨ Lenhard, Mathias Casar, Andreas Vorndran and Guido Wirtz Distributed Systems Group University of Bamberg Bamberg, Germany fmatthias.geiger, simon.harrer, joerg.lenhard, [email protected] Abstract—Service-oriented systems are increasingly imple- when it comes to the construction of service orchestrations. mented in a process-based fashion. Multiple languages for More and more vendors are currently implementing the building process-based systems are available today, but the specification, resulting in a variety of freely available or Business Process Model and Notation (BPMN) is becoming 1 ubiquitous. With BPMN 2.0 released in 2011, execution seman- commercial modeling tools and engines . BPMN engines tics were introduced, supporting the definition of executable are able to consume and execute processes provided in the processes. Nowadays, more and more process engines directly correct format. Since BPMN standardizes the format and support the execution of BPMN processes. However, the BPMN semantics of processes, their execution behavior should not specification is lengthy and complex. As there are no official differ on different engines. However, this only works if all tests and no certification authority, it is very likely that engines a) implement only a subset of the language features and b) engines fully implement BPMN in the same manner with implement language features differently. In other words, we respect to semantics, which is an unrealistic assumption. If suspect that engines do not conform to the standard, despite the engines do not fully conform to the standard, i.e., if they fact that they claim support for it.
    [Show full text]
  • Open-Source Workflow Evaluation an Evaluation of the Activiti BPM Platform
    Mid Sweden University The Department of Information Technology and Media (ITM) Author: Mikael Nilsson E-mail address: [email protected] Study programme: M. Sc. In engineering – computer engineering, 240 ECTS Examiner: Tingting Zhang, [email protected] Tutors: Anders Trollås, Cybercom Group, [email protected] Fredrik Håkansson, Mid Sweden University, [email protected] Scope: 29901 words inclusive of appendices Date: 2012-06-29 M.Sc. Thesis within Computer Engineering AV, 30 ECTS Open-source Workflow Evaluation An evaluation of the Activiti BPM Platform Mikael Nilsson Open-source Workflow Evaluation - An evaluation of the Activiti BPM Platform Abstract Mikael Nilsson 2012-06-29 Abstract The aim of this thesis is to evaluate the newly released open-source business process management platform Activiti. The platform is evalu- ated in the first instance by implementing the control-flow patterns which will be used at a later stage as a comparison with other platforms that have already been evaluated. Activiti comes with a web application called Activiti Explorer which is a graphical user interface between the process engine and the user. As all the desired features commissioned by the Cybercom Group were not available in the Activiti Explorer its source-code was extended. These extended features included support for several companies per installation and the ability to customize the layout of the components in user task forms. The report is concluded with a comparison between Activiti, jBPM, OpenWFE and Enhydra shark with regards to the control-flow patterns. Keywords: Open-source, Workflow, BPM, BPMN 2.0, Activiti, Work- flow patterns, Control-flow patterns ii Open-source Workflow Evaluation - An evaluation of the Activiti BPM Platform Acknowledgements Mikael Nilsson 2012-06-29 Acknowledgements Thanks to..
    [Show full text]
  • Opportunities for Business Process Semantization in Open-Source Process Execution Environments
    Proceedings of the Federated Conference on DOI: 10.15439/2015F250 Computer Science and Information Systems pp. 1307–1314 ACSIS, Vol. 5 Opportunities for Business Process Semantization in Open-source Process Execution Environments Krzysztof Kluza and Krzysztof Kaczor and Grzegorz J. Nalepa and Mateusz Sla´ zy˙ nski´ AGH University of Science and Technology al. A. Mickiewicza 30, 30-059 Krakow, Poland E-mail: {kluza,kk,gjn,mslaz}@agh.edu.pl Abstract—Business Process models help to visualize the pro- The paper is structured as follows. In Section II, we present cesses of an organization. There are open-source process execu- selected open-source process execution environments and their tion engines that provide the environments for enacting process general architecture. Section III gives an overview of business models. However, they lack semantization capabilities. In this paper, an overview of Business Process semantization techniques process semantization approaches, especially focusing on the is provided. Moreover, we discuss the common architecture of solution developed in the SUPER project and the SAP AG the selected open-source process execution environments (Activiti, company. Section IV analyzes the possibilities of process jBPM and Camunda) and provide the insights how they can be semantization in the open-source process execution environ- improved using semantization methods. We also present the use ments. The paper is concluded in Section V. of the introduced techniques in the Prosecco (Processes Semantics Collaboration for Companies) research project. II. OPEN-SOURCE PROCESS EXECUTION ENVIRONMENTS Index Terms —Business Process Model and Notation (BPMN), 3 4 Business Process Semantization, Business Process Management All three environments, Activiti [4], jBPM [5], and Ca- munda5 [6], are light-weight BPM suites with extensible I.
    [Show full text]