Soundness Correction of Data Petri Nets
Nikolai M. Suvorov, Irina A. Lomazova, Andrey Rivkin
TL;DR
This work tackles repairing data-aware process models modeled as Data Petri Nets (DPNs) by restricting transition guards to eliminate executions that lead to improper termination, without introducing new behavior. It introduces a formal repair framework using labeled and colored reachability structures, including tau-refinement, to identify and forbid problematic executions while preserving as much of the original behavior as possible. The authors prove termination and non-additivity of behavior for the repair procedure, implement a prototype, and demonstrate practical applicability on small-to-medium DPNs with favorable performance compared to existing guard-restriction methods. The contribution advances soundness repair for DPNs with arbitrary data guards, offering a semi-decision procedure that complements domain knowledge in model repair and can be integrated into process-design workflows.
Abstract
A process model is called sound if it always terminates properly and each model activity can occur in a process instance. Conducting soundness verification right after process design allows one to detect and eliminate design errors in a process to be implemented. The process of eliminating such errors is called soundness repair. In many repair scenarios, the resulting model should retain only the correct behavior of the source model, especially if a model is created manually. In this paper, we consider this type of soundness repair applied to data-aware process models represented as data Petri nets (DPNs). Specifically, we investigate the capabilities to repair soundness of DPNs by restricting the transition guards and propose a new repair algorithm that follows this approach. A distinctive feature of the algorithm is the absence of a requirement for an input DPN to have a sound control flow. The algorithm is implemented and results of the preliminary evaluation demonstrate its applicability to process models of moderate sizes.
