The Refined Process Structure Tree

  • Authors:
  • Jussi Vanhatalo;Hagen Völzer;Jana Koehler

  • Affiliations:
  • IBM Zurich Research Laboratory, Rüschlikon, Switzerland CH-8803 and Institute of Architecture of Application Systems, University of Stuttgart, Germany;IBM Zurich Research Laboratory, Rüschlikon, Switzerland CH-8803;IBM Zurich Research Laboratory, Rüschlikon, Switzerland CH-8803

  • Venue:
  • BPM '08 Proceedings of the 6th International Conference on Business Process Management
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

We consider workflow graphs as a model for the control flow of a business process model and study the problem of workflow graph parsing, i.e., finding the structure of a workflow graph. More precisely, we want to find a decomposition of a workflow graph into a hierarchy of sub-workflows that are subgraphs with a single entry and a single exit of control. Such a decomposition is the crucial step, for example, to translate a process modeled in a graph-based language such as BPMN into a process modeled in a block-based language such as BPEL. For this and other applications, it is desirable that the decomposition be unique, modularand as fine as possible, where modularmeans that a local change of the workflow graph can only cause a local change of the decomposition. In this paper, we provide a decomposition that is unique, modular and finer than in previous work. It is based on and extends similar work for sequential programs by Tarjan and Valdes [11]. We show that our decomposition can be computed in linear time based on an algorithm by Hopcroft and Tarjan [3] that finds the triconnected components of a biconnected graph.