DocumentCode :
2417254
Title :
Implementing exception handling policies for workflow management system
Author :
Li, Jinmiao ; Mai, Yun ; Butler, Greg
Author_Institution :
Dept. of Comput. Sci., Concordia Univ., Montreal, Que., Canada
fYear :
2003
fDate :
10-12 Dec. 2003
Firstpage :
564
Lastpage :
573
Abstract :
Exceptions are deviations from the normal execution of the program. They occur frequently in programs. In modern programming languages exceptions are separated from the normal execution using try-catch blocks and whenever an exception is raised then the catch blocks either recover from the exception in some way. or log the exception and abort. A workflow can be characterized as a long-running process. Exceptions occur in workflows but it is more expensive to abort the workflow as much work may be lost. Many proposals for describing workflows have been made. Some address exception handling, but few of these cleanly separate the description of the normal workflow from exceptions, and none present clear implementation details. Our approach to modeling and handling exceptions relies on continuations, listeners as exception handlers, and on policies, or strategies, for continuation. This model leads to a very flexible design and implementation of workflow. We present the details behind the implementation. Our work has been validated in a small prototype written in Java, though our approach and design are independent of the programming language.
Keywords :
Java; exception handling; workflow management software; Java; exception handling policies implementation; programming languages exceptions; try-catch blocks; workflow management system; Software engineering; Workflow management software;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Software Engineering Conference, 2003. Tenth Asia-Pacific
Print_ISBN :
0-7695-2011-1
Type :
conf
DOI :
10.1109/APSEC.2003.1254411
Filename :
1254411
Link To Document :
بازگشت