# Interpreted Execution of Business Process Models on Blockchain

**Authors:** Orlenys L\'opez-Pintado, Marlon Dumas, Luciano Garc\'ia-Ba\~nuelos,, Ingo Weber

arXiv: 1906.01420 · 2019-06-05

## TL;DR

This paper introduces a flexible, interpreted execution approach for BPMN business process models on blockchain, enabling dynamic updates and monitoring while maintaining efficiency comparable to traditional compiled methods.

## Contribution

It presents a novel interpreter-based system for blockchain process execution that allows dynamic process modifications without redeployments.

## Key findings

- Achieves comparable or lower costs than compiled approaches
- Supports dynamic updates and process monitoring
- Maintains process conformance on blockchain

## Abstract

Blockchain technology provides a tamper-proof mechanism to execute inter-organizational business processes involving mutually untrusted parties. Existing approaches to blockchain-based process execution are based on code generation. In these approaches, a process model is compiled into one or more smart contracts, which are then deployed on a blockchain platform. Given the immutability of the deployed smart contracts, these compiled approaches ensure that all process instances conform to the process model. However, this advantage comes at the price of inflexibility. Any changes to the process model require the redeployment of the smart contracts (a costly operation). In addition, changes cannot be applied to running process instances. To address this lack of flexibility, this paper presents an interpreter of BPMN process models based on dynamic data structures. The proposed interpreter is embedded in a business process execution system with a modular multi-layered architecture, supporting the creation, execution, monitoring and dynamic update of process instances. For efficiency purposes, the interpreter relies on compact bitmap-based encodings of process models. An experimental evaluation shows that the proposed interpreted approach achieves comparable or lower costs relative to existing compiled approaches.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01420/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01420/full.md

## References

15 references — full list in the complete paper: https://tomesphere.com/paper/1906.01420/full.md

---
Source: https://tomesphere.com/paper/1906.01420