Encoding Petri Nets into CCS (Technical Report)
Benjamin Bogø, Andrea Burattin, Alceste Scalas
TL;DR
The paper investigates which classes of Petri nets can be encoded into plain CCS while preserving observable behaviour up to weak bisimulation. It introduces a staged encoding pipeline that starts with encoding CCS nets into CCS processes, then reduces free-choice workflow nets to CCS nets, and finally encodes them as weakly bisimilar CCS processes; to broaden applicability, it defines 2-\tau-synchronisation nets and group-choice nets. The main contributions are novel encodings for free-choice workflow nets, the introduction of 2-\tau-synchronisation and group-choice nets, and a practical tool (pn2ccs) for performing the encodings and visualizing results, with proofs laid out in appendices. This work enables applying process-calculus analysis and verification techniques to process-mining outputs, bridging a gap between process mining and the theory of process calculi for concurrent systems.
Abstract
This paper explores the problem of determining which classes of Petri nets can be encoded into behaviourally-equivalent CCS processes. Most of the existing related literature focuses on the inverse problem (i.e., encoding process calculi belonging to the CCS family into Petri nets), or extends CCS with Petri net-like multi-synchronisation (Multi-CCS). In this work, our main focus are free-choice and workflow nets (which are widely used in process mining to describe system interactions) and our target is plain CCS. We present several novel encodings, including one from free-choice workflow nets (produced by process mining algorithms like the alpha-miner) into CCS processes, and we prove that our encodings produce CCS processes that are weakly bisimilar to the original net. Besides contributing new expressiveness results, our encodings open a door towards bringing analysis and verification techniques from the realm of process calculi into the realm of process mining.
