Design and Implementation of a Workflow Server Based on Relational Database

Zhiyong Wu
2005-01-01
Abstract:Workflow server is responsible for the interpretation and execution of workflow definition. Workflow server based on relational database describes workflow model by relational structure, implements workflow logic by stored procedures, so it is integrated with database server, and special workflow definition language and relevant parse do not need to be developed. Compared to traditional workflow server, workflow application data is processed by the stored procedures inside the server, not by the outside applications, so the implementation of the server's interface is also simplified. The workflow server is made up of workflow engine, message management subsystem and directory service subsystem.
What problem does this paper attempt to address?