What business process modelers can learn from programmers

  • Authors:
  • Volker Gruhn;Ralf Laue

  • Affiliations:
  • Computer Science Faculty, University of Leipzig, Klostergasse 3, 04109 Leipzig, Germany11The Chair of Applied Telematics/e-Business is endowed by Deutsche Telekom AG.;Computer Science Faculty, University of Leipzig, Klostergasse 3, 04109 Leipzig, Germany11The Chair of Applied Telematics/e-Business is endowed by Deutsche Telekom AG.

  • Venue:
  • Science of Computer Programming
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

For building business process models (BPM), business process analysts usually use graphical languages like BPMN or UML. One purpose of such models is to serve as a base for communication between the stakeholders in the software development process. Furthermore, modern model-centric software engineering approaches have the potential to enable the generation of software directly from the models. For these reasons, the quality of BPMs is critical for the success of software development. This raises the question, how we can benefit from well-established practices for improving the quality of software if we switch from code-centric to BPM-centric software engineering. In this article, we discuss how to apply concepts comparable to structured programming to BPMs. The main contribution is a discussion of the benefits of style checking for improving the quality of BPMs. By analyzing 285 BPMs (modeled as Event Driven Process Chains (EPC)), we found that checking restrictions for ''good modeling style'' has three positive effects: It can improve the quality of the BPM by substituting ''bad constructs'' automatically, it helps to identify erroneous models and it can make model-to-code transformations much easier.