<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Business Process Execution on Blockchain</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Orlenys</forename><surname>López-Pintado</surname></persName>
							<email>orlenyslp@ut.ee</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Tartu</orgName>
								<address>
									<country key="EE">Estonia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Luciano</forename><surname>García-Bañuelos</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Tartu</orgName>
								<address>
									<country key="EE">Estonia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Marlon</forename><surname>Dumas</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Tartu</orgName>
								<address>
									<country key="EE">Estonia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Business Process Execution on Blockchain</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">5605C3EA61B09E028D0E7B46B271D5D2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:05+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Business Process Management Systems</term>
					<term>Blockchain</term>
					<term>Business process execution</term>
					<term>Smart contracts</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Nowadays, in traditional Business Process Management Systems (BPMSs) supporting inter-organizational collaborations issues like the lack of trust and the flexibility to adapt to changes quickly are still a roadblock. Blockchain technology provides a tamper-proof mechanism for decentralized execution of collaborative business processes. In that context, a blockchain can serve not only to keep track of the exchanged information but also to coordinate, via smart contracts, the execution of steps as prescribed by a process model. Nevertheless, current solutions in this field are still in an early stage or at a high level of abstraction. This research aims at developing a BPMS on blockchain to handle inter-organizational collaborations that relies on the translation of process models captured in the Business Process Model and Notation (BPMN) into smart contracts. Unlike existing solutions, we consider the blockchain as the platform supporting the full execution of a process. This work presents the main challenges to be tackled, outlines the research approach to follow and describes some preliminary results on designing the architecture of the prototype and compiling process models into smart contracts.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Business Process Management Systems (BPMS) are information systems that automate the execution of business processes typically described by a model. They coordinate the interactions of human actors with machine operations providing to the organizations a flexible way to manage their processes. Nowadays, a big variety of BPMSs cover some of the traditional steps of the business process lifecycle, i.e. identification, discovery, analysis, redesign, implementation, execution, monitoring, adaptation and evolution <ref type="bibr" target="#b3">[4]</ref>. However, typical issues like interoperability, dynamic interactions, trust and security are not fully addressed in inter-organizational collaborations between mutually untrusted parties <ref type="bibr" target="#b15">[16]</ref>.</p><p>Several challenges exist in the field of inter-organizational collaborations. One of them is the autonomy of organizations and the lack of trust, e.g. which partner performs a given task, what data should be accessed and by who, and so forth. Although some agreements can be reached, choosing a trustworthy mechanism or a middleman can be a problem even bigger than the process automation itself <ref type="bibr" target="#b15">[16]</ref>. Another challenge is flexibility to allow changes on the process requirements in real time <ref type="bibr" target="#b14">[15,</ref><ref type="bibr" target="#b16">17]</ref>, such as dynamic onboarding and replacement of business parties. In the logistics field, some common collaborative processes require dynamic binding and re-binding. For example, in a buyer-supplier-carrier process, the carrier might sometimes be appointed (selected) by the supplier, and other times by the buyer. Also sometimes the seller might have the right to change the carrier after the initial appointment, e.g. if the initially appointed carrier is not able to pick up the merchandise on time. In other words, the responsibility for a given task can change across cases.</p><p>Blockchain provides a suitable platform to execute inter-organizational processes in a trusted manner <ref type="bibr" target="#b7">[8]</ref>. The above is supported by two main concepts of the blockchain technology. First, no central authority is required but a peerto-peer network store a copy of the information as a linked sequence of blocks. Thus, each block contains a set of valid transactions. Second, the inclusion of smart contracts provides support to implement businesses rules and updating the process status as programmable scripts <ref type="bibr" target="#b0">[1]</ref>.</p><p>The use of blockchain as a distributed ledger to handle different collaborative scenarios has been investigated in <ref type="bibr" target="#b18">[19]</ref>. By executing inter-organizational process as smart contracts on blockchain some common issues can be solved. First, blockchain will serve as an immutable and trusted ledger that records and validates every operation during the process execution. Transactions can be restricted to a set of roles, i.e. they can be executed only by a participant with an authorized signature. In addition, other business rules can be implemented by the smart contracts to perform the tasks. Participants may access the transactions generated by the process which enable the monitoring of its execution. Besides, with encryption, it is possible to restrict the access to data that is public but only readable by participants with the corresponding privileges <ref type="bibr" target="#b10">[11]</ref>.</p><p>Implementing business processes using the low-level primitives provided by blockchain platforms is cumbersome. In contrast, established Business Process Management Systems (BPMSs) provide convenient abstractions for rapid development of process-oriented applications. Aligned with that vision, the problem to address in this research project is to design a BPMS on blockchain to handle inter-organizational collaborations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>The first work addressing the problem of lack of trust on inter-organizational business processes using blockchain was reported in <ref type="bibr" target="#b19">[20]</ref>. The authors introduce the architecture of an Ethereum-based platform for tracking the execution of collaborative processes specified as choreographies in Business Process Model Notation(BPMN) <ref type="bibr" target="#b12">[13]</ref>. In a BPMN choreography, the aim is to capture the exchange of messages among the partners that can be cumbersome. Ultimately, it is a weak approach to build consensus which makes the process execution less flexible (e.g. dealing with dynamic on-boarding or rebinding of parties requires more message exchanges).</p><p>In <ref type="bibr" target="#b5">[6]</ref> the authors explore approaches to transform BPMN models into Solidity smart contracts. Additionally, some strategies to reduce the cost of deployment and execution of the smart contracts are presented. However, advanced process model constructions such as embedded and external subprocesses, multiinstances activities and all kind of event propagation are not covered.</p><p>In <ref type="bibr" target="#b8">[9]</ref> is discussed a vision on how the artifact-centric paradigm <ref type="bibr" target="#b2">[3]</ref> can be suitable to model business collaborations over blockchain technology. Similarly, the author of <ref type="bibr" target="#b11">[12]</ref> advocates the use of blockchain to coordinate collaborative business processes based on choreography models. Finally, <ref type="bibr" target="#b4">[5]</ref> presents a highlevel solution to map smart contracts from domain-specific languages. However, all these efforts are still nascent and we are not aware of any concrete implementation of the ideas presented in the three papers above.</p><p>From the BPM industry, we can mention an open source BPMS owned by a consulting company named Bonitasoft <ref type="bibr" target="#b13">[14]</ref>. The system allows integrating a BPMN process model with the blockchain platform offered by Chain Inc. The solution provides a software connector which enables process instances to forward requests to the blockchain. However, the approach is different from our vision because we consider the process instance running on the blockchain</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Design Principles and Research Questions</head><p>The closest work to our problem statement was presented in <ref type="bibr" target="#b19">[20]</ref>. There, collaborative business processes are captured via BPMN choreographies which are a weak approach to build consensus as described in Section 2. The authors consider the blockchain as a storage for tracking messages exchanged by external business processes running on conventional BPMSs. Conversely, we see the blockchain technology as the platform supporting the execution of a full-fledged BPMS. Consequently, the underlying architecture of such system is radically different.</p><p>We aim to develop a prototype which will provide high-level of abstraction based on the following principles: (i) The process must be modeled as a singlepool model in BPMN <ref type="bibr" target="#b12">[13]</ref>, i.e not a collaborative process nor a choreography. Each party is represented by a lane. Interactions between two parties are modeled by sequence flows that go from one lane to another. (ii) Process state is stored in the blockchain. (iii) The execution logic of the process model is translated into smart contracts which must run independently of any other off-chain component. In other words, the execution of a process instance runs autonomously in the blockchain, no matter if it was deployed by an external application that is interrupted later. Accordingly, the research will be structured to address the following research questions:</p><p>1. How to compile the standard of BPMN to execute processes as smart contracts?</p><p>1.1. How to compile simple BPMN models including only tasks and gateways? 1.2. How to compile BPMN models with subprocesses and multi-instances? 1.3. How to compile BPMN models to allow event handling? 1.4. How to compile BPMN models including data management? 1.5. How to compile BPMN models with tasks involving interaction with external resources (e.g., user and service)? 2. What would be a suitable software architecture to develop a business process management system on top of blockchain? 2.1. How feasible is it to use traditional BPMSs architectures on blockchain platforms? 2.2. How to develop de the system through off-chain and on-chain operations? 2.3. How to store the data required by the process execution? 2.4. How to guaranty dynamism, flexibility and autonomy of processes deployed therein? 3. How to implement an access control mechanism suitable for inter-organizational processes between mutually untrusted parties? 3.1. What would access control mechanisms allow us to capture the wide range of dynamic binding and rebinding scenarios found in collaborative business processes? 3.2. How can these access control mechanisms be seamlessly integrated into the standard BPMN notation? 3.3. How can the resulting access control-enhanced BPMN models be compiled into smart contracts? 3.4. How to protect/validate data received exchanged among untrusted resources? 4. How to optimize the code generated by the prototype to improve the degree of concurrency to allow the deployment of large process models?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Research Methodology</head><p>To solve the problem, we are following the methodology of design science in information systems. The aim is to answer the research questions and implement a prototype iterating incrementally in cycles: build -evaluate <ref type="bibr" target="#b6">[7]</ref>. We decompose every research question into multiple sub-questions such that every iteration answers one sub-question (sub-problem). Additionally, an iteration must follow the process: (i) check awareness of the problem to propose an initial solution, (ii) suggest a tentative design, (iii) develop an artifact and extend/update the prototype, (iv) evaluate the solution, (v) analyze the results to decide if move to the next iteration or repeat the process again in the current iteration to improve the result.</p><p>The evaluation follows the experimental approach described in <ref type="bibr" target="#b6">[7]</ref>. In each iteration, the prototype is studied in a controlled environment to assess results. Synthetic and real-life datasets are used to simulate the process execution under different constraints. This experimentation includes coverage of the BPMN standard, interactions with stakeholders and analysis of system performance.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Preliminary Results</head><p>At the current stage, we have addressed the first two research questions. In addition, the architecture of the system supports a default access control policy that will be improved in next iterations. Results are implemented and tested in an open source prototype named Caterpillar <ref type="bibr" target="#b9">[10]</ref>. The source code of the prototype may be accessed from https://github.com/orlenyslp/Caterpillar. Like most BPMSs, Caterpillar supports the creation of instances of process models in the standard BPMN 2.0. Moreover, the participants can track the state of process instances and execute tasks thereof.</p><p>The prototype is implemented on top of Ethereum <ref type="bibr" target="#b20">[21]</ref>. The process models are compiled into Solidity<ref type="foot" target="#foot_0">1</ref> , a contract-oriented programming language for Ethereum. In the following, we will describe briefly key aspects of Caterpillar.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Compiling BPMN to Solidity</head><p>As described before, Caterpillar assumes the input to be a BPMN process model and not a choreography. The current version of the Caterpillar compiler accepts models with tasks (default, user, script, service and receive), gateways (exclusive, parallel and event-based), events (default, terminate, message, signal, error and escalation), call-activities, embedded subprocesses, event-subprocesses and multi-instance activities (parallel and sequential) <ref type="bibr" target="#b12">[13]</ref>.</p><p>In most of the cases, Caterpillar produces at least two smart contracts from a flatten BPMN model. One to implement the control flow perspective. The second, named worklist, to handle the execution of workitems by stakeholders. In order to specify the data perspective of a process and how to manage it, the BPMN models are annotated with solidity snippets which are embedded later as fully executable instructions in the control flow and worklist contracts. These snippets can be global variables of the process, conditions for exclusive gateways, constraints to manage the data provided by process participants through user tasks, operations to perform by script tasks and so on.</p><p>The control flow perspective of a process is implemented by simulating a token game as specified in the BPMN standard <ref type="bibr" target="#b12">[13]</ref>. In such game, a token is generated by the start event, which will traverse sequence flows in the model until an end event consumes it. Commonly, an activity is enabled, i.e. can be executed, if a token exists on any of its incoming edges.</p><p>Providing support to subprocesses and events poses a challenge. In such context, implementing the control flow perspective of a process model can require not a single contract (as in flattening models) but a hierarchy of smart contracts. Besides, a mechanism to propagate events and data along the hierarchy must be defined. For example, embedded subprocesses are designed inside a parent process. In this case, the steps required to execute the process, or to propagate data can be calculated statically in compilation time. On the other hand, call activities reference other contracts whose information may be unknown at compilation time. The above requires a mechanism to associate the smart contract encapsulating a subprocess linked to some activity. In addition, a common interface is required to propagate events between contracts probably defined from different viewpoints. Note that a process can be reused in distinct contexts. Lastly, event-subprocess are triggered by events and they are not part of the flow of its parent process. Consequently, they must be instantiated as result of catching an event propagated in the hierarchy.</p><p>The parsing of subprocesses and events also modifies the basic control flow approach used in flatten models. Here, checking the token distribution on the edges is not to determine if a process is running. For example, a child contract referenced by a call activity can be running and the parent is still active even without tokens on edges. In this case, tracking both token distribution and running activities (including transactions with pending validation in the blockchain) is required. On the other hand, boundary events and eventsubprocesses do not fit in the typical token game because they have no incoming edge. Therefore, to check if they are enabled is required to check the element where they are attached or included depending on the case. In addition, a process must instantiate all its children and keep track when the execution is finished.</p><p>In order to handle events, Caterpillar provides three main types of propagation. One designed to send data from a child subprocess to its parent in the hierarchy. A second to propagate information from a parent to their children which can interrupt running instances if an error or abnormal termination occurs, e.g. when an interrupting boundary event is caught or a terminate end event is reached. Lastly, the third type is used to throw messages by publishing information in the event log of Ethereum<ref type="foot" target="#foot_1">2</ref> . All the event handling semantics presented in the BPMN standard <ref type="bibr" target="#b12">[13]</ref> is fully covered for the six events (default, terminate, message, signal, error and escalation) allowed by the prototype.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">System Architecture</head><p>The architecture of Caterpillar is presented in Fig. <ref type="figure" target="#fig_0">1</ref>. The prototype distinguishes two types of components: (i) on-chain to represent operations implemented in the smart contracts running in the blockchain and (ii) off-chain referring the components interacting with the deployed contracts from outside of the blockchain.</p><p>The on-chain component named Workflow Handler manages the smart contracts compiled from the BPMN models, implementing the control-flow perspective. Besides, other two components named Worklists Handler and Service Bridge are aimed to handle the interactions with external stakeholders and information systems respectively. The contracts in these last two components must implement the access control mechanism of the related process. Although the compiler generates default contracts providing access to every participant, these can be replaced during the process execution. The key component supporting the autonomy and flexibility of Caterpillar is named Runtime Registry. Relations among contracts are updated and accessed from the registry. On the other hand, Contract Factories are responsible to create new instances. For example, a factory establishes which worklist is related to a particular instance of a process. Note that the worklist can be different even among instances of the same contract. Indeed, the available factories are stored and accessed from the registry. Besides, the Runtime Registry keeps the addresses of any smart contract instantiated by the prototype as well as references to the compilation artifacts of the contracts. In other words, the history of process executions, active instances, relations between contracts and the metadata required to create new instances can be retrieved from the Runtime Registry.</p><p>Aligned with the idea to provide tamper-resilient storage, Caterpillar proposes the usage of a decentralized storage implemented on top of IPFS <ref type="bibr" target="#b1">[2]</ref> to store the compilation metadata as well as information of the process required for its execution. IPFS-based storage produces a hash value that uniquely identifies each one of the compilation artifacts of a process model. Thus, this hash serves as a reference to recover the data required to create new instances of a process.</p><p>The functionalities enclosed in the off-chain components are exposed through a REST API that allows developers to interact with the on-chain components <ref type="bibr" target="#b9">[10]</ref>. The API supports operations to compile and deploy the smart contacts from a BPMN model, to create instances of a contract, to configure relations/links in the registry, to find and execute enabled tasks and so on. An event monitor listens which events are stored in the log of the blockchain. Accordingly, push notifications with information about the related transactions are generated. On top of the architecture, visual tools are provided in a web-based user interface to model, configure and execute process instances for usage of business analysts without any technical knowledge about the internal functioning of Caterpillar.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Outlook</head><p>The current version of Caterpillar lacks any access control mechanism, meaning that any participant can alter the state of execution of any process instance. The research question 3 aims to solve this gap. Mainstream BPMSs are largely based on a classical Role-Based Access Control Model. Concretely, each task in the process is mapped to a role. Any user (e.g. worker) who plays the role corresponding to a task can perform it. On top of this basic RBAC model, commercial BPMSs allow one to define constraints such as "retain familiar" (i.e. the same participant who performed a previous task should perform the current task) or "four-eyes principle" (the current task must not be performed by the participant who performed a previous task). Some BPMSs also support concepts of "delegation", as well as a wide range of resource allocation mechanisms <ref type="bibr" target="#b17">[18]</ref>. Collaborative business processes, however, require more sophisticated access control mechanisms. In particular, some common collaborative processes in the field of logistics require dynamic binding and re-binding, as described in Section 1. Additionally, in some cases, an organization may require protecting its data from another untrusted party. In this situation, data encryption and policies to access it needs to be developed.</p><p>A limitation of the current prototype can be seen if the number of elements in the model is large. Here, the maximum amount of resources allowed per block (i.e. ether in the Ethereum platform) can be overflowed. However, divide and conquer approaches can be used while compiling to scale the process models. In addition, some strategies to optimize the code generated could be applied with the aim to reduce the costs of deployment and execution.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Architecture of Caterpillar</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://solidity.readthedocs.io/en/v0.4.21/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://media.consensys.net/technical-introduction-to-events-and-logs-inethereum-a074d65dd61e</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">An empirical analysis of smart contracts: Platforms, applications, and design patterns</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bartoletti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pompianu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Financial Cryptography and Data Security -FC 2017 International Workshops, WAHC, BITCOIN, VOTING</title>
				<meeting><address><addrLine>WTSC, and TA, Sliema, Malta</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-04-07">April 7, 2017. 2017</date>
			<biblScope unit="page" from="494" to="509" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">IPFS -content addressed, versioned, P2P file system</title>
		<author>
			<persName><forename type="first">J</forename><surname>Benet</surname></persName>
		</author>
		<idno>CoRR abs/1407.3561</idno>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Business artifacts: A data-centric approach to modeling business operations and processes</title>
		<author>
			<persName><forename type="first">D</forename><surname>Cohn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hull</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Data Eng. Bull</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="3" to="9" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Fundamentals of Business Process Management</title>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>La Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Reijers</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2018">2018</date>
			<publisher>Springer</publisher>
			<pubPlace>Berlin; Berlin</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">From institutions to code: Towards automated generation of smart contracts</title>
		<author>
			<persName><forename type="first">C</forename><surname>Frantz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Nowostawski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 1st International Workshops on Foundations and Applications of Self* Systems (FAS*W)</title>
				<meeting><address><addrLine>Augsburg, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016-09-12">2016. September 12-16, 2016. 2016</date>
			<biblScope unit="page" from="210" to="215" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Optimized Execution of Business Processes on Blockchain</title>
		<author>
			<persName><forename type="first">L</forename><surname>García-Bañuelos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ponomarev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM 2017</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Design science in information systems research</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hevner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">T</forename><surname>March</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ram</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MIS Quarterly</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="75" to="105" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Blockchain: Distributed event-based processing in a data-centric world: Extended abstract</title>
		<author>
			<persName><forename type="first">R</forename><surname>Hull</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 11th ACM International Conference on Distributed and Event-based Systems, DEBS 2017</title>
				<meeting>the 11th ACM International Conference on Distributed and Event-based Systems, DEBS 2017<address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">June 19-23, 2017. 2017</date>
			<biblScope unit="page" from="2" to="4" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Towards a shared ledger business collaboration language based on data-aware processes</title>
		<author>
			<persName><forename type="first">R</forename><surname>Hull</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Batra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">M</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Deutsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">T H</forename><surname>Iii</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vianu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Service-Oriented Computing -14th International Conference, ICSOC 2016</title>
				<meeting><address><addrLine>Banff, AB, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">October 10-13, 2016. 2016</date>
			<biblScope unit="page" from="18" to="36" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Caterpillar: A blockchain-based business process management system</title>
		<author>
			<persName><forename type="first">O</forename><surname>López-Pintado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>García-Bañuelos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the BPM Demo Track and BPM Dissertation Award co-located with 15th International Conference on Business Process Modeling (BPM 2017)</title>
				<meeting>the BPM Demo Track and BPM Dissertation Award co-located with 15th International Conference on Business Process Modeling (BPM 2017)<address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-09-13">September 13, 2017. 2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Blockchains for business process management -challenges and opportunities</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Management Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">16</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">eContractual choreography-language properties towards cross-organizational business collaboration</title>
		<author>
			<persName><forename type="first">A</forename><surname>Norta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Duan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rull</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kõlvart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Taveter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Internet Services and Applications</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">23</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<ptr target="http://www.omg.org/spec/BPMN/2.0/" />
		<title level="m">Object Management Group: Business Process Model and Notation</title>
				<imprint>
			<date type="published" when="2018-04-08">2018-04-08</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Accelerate blockchain technology adoption with Bonita BPM and Chain Core</title>
		<author>
			<persName><forename type="first">L</forename><surname>Palacin</surname></persName>
		</author>
		<ptr target="https://vimeo.com/202058656" />
		<imprint>
			<date type="published" when="2018-04-08">2018-04-08</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Switching parties in a collaboration at run-time</title>
		<author>
			<persName><forename type="first">S</forename><surname>Pourmirza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Dijkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Grefen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">18th IEEE International Enterprise Distributed Object Computing Conference, EDOC 2014</title>
				<meeting><address><addrLine>Ulm, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">September 1-5, 2014. 2014</date>
			<biblScope unit="page" from="136" to="141" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A systematic literature review on the architecture of business process management systems</title>
		<author>
			<persName><forename type="first">S</forename><surname>Pourmirza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Peters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dijkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Grefen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Systems</title>
		<imprint>
			<biblScope unit="volume">66</biblScope>
			<biblScope unit="page" from="43" to="58" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Enabling Flexibility in Process-Aware Information Systems -Challenges</title>
		<author>
			<persName><forename type="first">M</forename><surname>Reichert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Methods, Technologies</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Workflow resource patterns: Identification, representation and tool support</title>
		<author>
			<persName><forename type="first">N</forename><surname>Russell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H M</forename><surname>Ter Hofstede</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Edmond</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering, 17th International Conference, CAiSE 2005</title>
				<meeting><address><addrLine>Porto, Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2005">June 13-17, 2005. 2005</date>
			<biblScope unit="page" from="216" to="232" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Distributed ledger technology: Beyond blockchain</title>
		<author>
			<persName><forename type="first">M</forename><surname>Walport</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
		<respStmt>
			<orgName>UK Government Office for Science</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Tech. Rep. 19</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Untrusted Business Process Monitoring and Execution Using Blockchain</title>
		<author>
			<persName><forename type="first">I</forename><surname>Weber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Riveret</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Governatori</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ponomarev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM 2016</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">9850</biblScope>
			<biblScope unit="page" from="329" to="347" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Wood</surname></persName>
		</author>
		<title level="m">Ethereum: A secure decentralised generalised transaction ledger eip-150 revision</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="2018" to="2022" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
