Concurrency control algorithm for transactional workflows

Hongcai Li,MeiLin Shi,X. X. Chen
2001-01-01
Ruan Jian Xue Bao/Journal of Software
Abstract:Generally, there are several workflows executing concurrently in the WfMS (Workflow Management System). Therefore, WfMS must offer some means to make sure that these workflows do not destroy the consistency and integrity of system data. A correct concurrency control algorithm should guarantee that the concurrent workflows can be serialized under no failure, and that they can be correctly recovered from the failure states. Based on the two criteria, this paper mainly discusses the issues of concurrency control and recovery in WfMS. The concurrency control algorithm developed in this paper can realize the above criteria, and guarantee the correctness of workflow execution.
What problem does this paper attempt to address?