跳到主要內容

臺灣博碩士論文加值系統

(18.97.14.84) 您好!臺灣時間:2024/12/03 23:33
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:鍾詩儼
研究生(外文):Chung, Shih-Yen
論文名稱:工作流程系統建構階段之發展程序方法論
論文名稱(外文):A Methology for Build-time Development Procedure of Workflow System
指導教授:陳飛龍陳飛龍引用關係
指導教授(外文):Chen, Fei-Long
學位類別:碩士
校院名稱:國立清華大學
系所名稱:工業工程與工程管理學系
學門:工程學門
學類:工業工程學類
論文種類:學術論文
論文出版年:2001
畢業學年度:89
語文別:中文
論文頁數:91
中文關鍵詞:工作流程程序定義可延伸性標記語言詮釋資料交換
外文關鍵詞:WorkflowProcess DefinitionXMI
相關次數:
  • 被引用被引用:2
  • 點閱點閱:243
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
近幾年來,企業應用ERP系統來輔助其管理公司營運已成為相當普遍的現象,如何做好知識管理並確保企業流程能夠正確地被執行,是企業下一個要努力的目標,因此工作流程 ( workflow ) 的概念開始逐漸受到重視。所謂工作流程,簡言之就是企業流程自動化 ( automated business process ),而工作流程系統 ( workflow system ) 就是利用IT技術實現企業流程自動化的一套系統。透過工作流程系統,企業可以控制流程的活動,以及進行其現有資源的整合與分配,例如組織人員和軟體系統等,藉此加速企業流程活動的進行,並且有效利用相關的資源。
企業在導入工作流程系統時,必須先建立所謂的程序定義,程序定義是工作流程系統的核心,目的在描述工作流程模型。在執行階段,工作流程系統是否能正確地完成一個流程的執行,全賴於程序定義所提供的資訊是否完整無誤。本研究針對工作流程程序定義的建置,提出一個以程序定義為基礎的工作流程建構階段之發展程序,此方法論共分成三個階段:(1)工作流程分析,採用ARIS-Toolset作為流程分析的工具,目的在產生工作流程模型;(2)物件類別定義,以一個描述工作流程模型的模型 ( meta-model ),定義程序定義中上層實體 ( top level entities ) 的關係和屬性;(3)程序定義,運用物件的概念建立工作流程程序定義,並以XMI文件作為程序定義的標準儲存格式。
在最後範例說明的部分,本研究自行設計了一套簡易的工作流程系統,支援XMI格式的程序定義,接著再利用一個簡單的採購流程範例,說明方法論的發展程序,其主要目的在證明以XMI作為描述和儲存程序定義的標準格式,確實是可以直接輸出至軟體系統中執行,並且可在系統執行階段進行所謂的程序定義動態修改。
In recent years, it is a common phenomenon of enterprises using ERP systems to assist business management. The next goal for enterprises to practice is how an enterprise can use knowledge management to make sure that its business processes are executed correctly. For this reason, people begin to put emphases on the concept of workflow gradually. In fact, Workflow means the computerized facilitation or automation of a business process in whole or part, and a workflow system or Workflow Management System (WFMS) is which can completely defines, manages and excutes “workflow” through the execution of a software. An enterprise controls the activities of a process and dispatch its related resource well when the process is executed by the workflow system.
An enterprise has to create process definitions first before using WFMS to manage its business process. A process definition is the core of a workflow system, and its main purpose is to describe the workflow model. In other words, a workflow system that can properly finish the execution of a workflow mainly depends on whether the process definitions can provide correct information. For this reason, this research proposes a build-time development procedure of a workflow system based on process definitions. The methodology of this research is composed of three phases. Phase 1 is Workflow Analysis which uses ARIS-Toolset as a business process analysis tool to build workflow models. Phase 2 is Object Classes Definition which uses a meta-model to difine the relationships and attributes of top-level entities in a process definition. Phase 3 is Process Definition which creates workflow process definitions through object concepts and uses XMI documents as a standard storage format of process definitions.
Finally, this research designs a simply constructed workflow system which supports process definitions in XMI format, and then explains the development procedure using a simple business process for dealing with a purchase order. The main purpose is to prove the feasibility of the proposed methodology, inclusive of process definitions exporting to a software through XMI format and dynamic changes in the system run-time stage.
摘要i
英文摘要 ( Abstract )ii
致謝辭iii
目錄iv
表目錄vi
圖目錄vii
第一章 緒論1
1.1 研究背景1
1.2 研究動機2
1.3 研究目的4
1.4 研究方法5
1.5 章節架構7
第二章 文獻探討8
2.1 工作流程8
2.1.1工作流程定義8
2.1.2工作流程發展8
2.1.3工作流程引擎整合11
2.1.4工作流程程序模型14
2.1.5工作流程系統參考模型16
2.2整合性資訊系統架構18
2.2.1 ARIS觀點18
2.2.2 ARIS階段模型20
2.2.3 ARIS-Toolset 圖形模式化流程分析工具21
2.2.4 ARIS與工作流程控制23
2.3 XMI ( XML METADATA INTERCHANGE )25
2.3.1 XMI架構25
2.3.1.1可延伸性標記語言 ( eXtensible Markup Language, XML )25
2.3.1.2 XMI產生規則 ( Generation Rules )28
2.3.1.3 XMI DTD結構30
2.3.1.4 XMI文件結構34
2.3.2 XMI在UML以外之應用35
2.3.3 XMI解決方案37
2.4 本章結論38
第三章 工作流程系統建構階段之發展程序39
3.1 工作流程分析工具39
3.2 描述程序定義之塑模語言40
3.3 發展程序略述40
3.4 工作流程分析40
3.4.1流程控制42
3.4.2組織資源45
3.4.3功能48
3.4.4應用系統& IT工具51
3.4.5資料54
3.4.6例外處理56
3.4.7建立工作流程模型58
3.5物件類別定義59
3.6程序定義60
3.6.1建立物件參考資料庫61
3.6.2建立程序定義65
3.6.3程序定義輸出與動態修改70
第四章 範例說明72
4.1採購流程分析72
4.2程序定義76
4.3系統介紹與執行描述81
4.4本章結論86
第五章 結論與相關研究方向87
5.1結論87
5.2相關研究方向89
參考文獻90
Baresi, L., Casati, F., Castano, S., Ceri, S., Fugini, M. G., Mirbel, I., Pernici, B., Pozzi, G. and Grefen, P., “WIDE Workflow Development Methodology,” Wide Consortium, http://dis.sema.es/projects/WIDE/Documents/, March 1999.
Bosak, J. and Bray, T., “XML and the Second-Generation Web,” Scientific American, http://www.sciam.com/1999/0599issue/0599bosak.html, May 1999.
Brodsky, S. A., “XMI Opens Application Interchange,” International Business Machine ( IBM ), http://www-4.ibm.com/software/ad/standards/xmi.html, March 1999.
Cameron, T. H., John, C. K. and Kincho, H. L., “Software Interoperability,” Center for Integrated Facility Engineering, Stanford University, http://www.dacs.dtic.mil/techs/interop/title.shtml, November 1996.
Casati, F., Ceri, S., Pernici, B. and Pozzi, G., “Workflow evolution,” Data and Knowledge Engineering, Vol. 24, Issue 3, 1998, pp. 211-238.
Casati, F., Fugini, M. and Mirbel, I., “An environment for designing exceptions in workflows,” Information Systems, Vol. 24, Issue 3, 1999, pp. 255-273.
Casati, F. and Pozzi, G., “Modeling exceptional behaviors in commercial workflow management systems,” International Conference on Cooperative Information Systems, CoopIS ''99 Proceedings, 1999, pp. 127-138.
Chiu, D. K. W., Li, Q. and Karlapalem, K., “A Meta Modeling Approach To Workflow Management System Supporting Exception Handling,” Information Systems, Vol. 24, Issue 2, 1999, pp. 159-184.
Donald, E. B., Ravi, D. and Sridhar, I., “UML, MOF and XMI,” XML Journal, http://www.sys-con.com/xml/archives/0103/sri_ravi_don/index.html, June 2000
Fowler, M., Scott, K. and Booch, G., UML Distilled, Second Edition: A Brief Guide to the Standard Object Modeling Language, Addison-Wesley, August 1999.
Galler, J., “Vom Geschäftsprozeβmodell zum Workflow-Modell,” Vorgehen und Werkzeug für einen kooperativen Ansatz, doctoral thesis (in preparation) at the University of the Saarland, Saarbrüxken 1997.
Georgakopoulos, D., Hornick, M. and Sheth, A., “An overview of workflow management: From process modeling to workflow automation infrasture,” Distributed and Parallel Databases 3(2), Kluwer Academic Publ., 1995.
Grefen, P. and de Vries, R.R., “A reference architecture of workflow management systems,” Data and Knowledge Engineering, Vol. 27, Issue 1, 1998, pp. 31-57.
Hagen, C. and Alonso, G., “Exception handling in workflow management systems,” IEEE Transactions on Software Engineering, Vol. 26, Issue 10, 2000, pp. 943-958.
Nurcan, S., “Analysis and design of co-operative work processes : a framework,” Information and Software Technology, Vol. 40, Issue 3, 1998, pp. 143-156.
OMG, Meta-Object Facility (MOF) 1.3 specification, Document formal/00-04-03, http://www.omg.org/cgi-bin/doc?formal/2000-04-03, 2000.
OMG, Unified Modeling Language (UML) 1.3 specification, Document formal/00-03-01, http://www.omg.org/cgi-bin/doc?formal/2000-03-01, 2000.
OMG, XML Metadata Interchange (XMI) version 1.1, Document formal/00-11-02, http://www.omg.org/cgi-bin/doc?formal/2000-11-02, 2000.
Pardi, W. J., XML in Action, Microsoft Press, 1999.
Robbins, J. E. and Redmiles, D.F., “Cognitive support, UML adherence, and XMI interchange in Argo/UML,” Information and Software Technology, Vol. 42, Issue 2, 2000, pp. 79-89.
Scheer, A. W., Architecture of Integrated Information Systems : Foundations of Enterprise Modelling, Springer-Verlag, 1992.
Scheer, A. W., Business Process Engineering : Reference Model for Industrial Enterprise, Study Edition, Springer, 1998(a).
Scheer, A. W., ARIS Methods (Manual), ARIS 4.0, IDS Scheer AG, 1998(b).
Scheer, A. W., ARIS - Business Process Frameworks, 2nd Edition,Completely Revised and Enlarged Edition, Springer, 1998(c).
Scheer, A. W., ARIS - Business Process Modeling, 3rd Edition, Springer, 2000.
Shelley, E. P. and Johnson, B. D., “Metadata : Concepts and Models,” Proceedings of the Third National Conference on the Management of Geoscience Information and Data (Adelaide, Australia : Australian Mineral Foundation), 1995, pp. 1-5.
Sinan Si Alhir, UML in a Nutshell, 1st Edition, O’Reilly, September 1998.
Vernadat, F. B., Enterprise Modeling and Integration : principles and application, Chapman & Hall, 1996.
W3C, Extensible Markup Language (XML) 1.0, 2nd Edition, http://www.w3.org/TR/2000/REC-xml-20001006, October 2000.
WfMC, The Workflow Reference Model, WFMC-TC-1003, Ver. 1.1, http://www.aiim.org/ wfmc/standards/docs.htm, January 1995.
WfMC, Interface 1 : Process Definition Interchange Process Model, WfMC TC-1016-P, Ver. 1.1 Final, http://www.aiim.org/wfmc/standards/docs.htm, October 1999.
WfMC, Workflow Standard - Interoperability Abstract Specification, WFMC-TC-1012, Ver. 1.0, http://www.aiim.org/wfmc/standards/docs.htm, October 1996.
Wil M. P. van der Aalst, “Formalization and verification of event-driven process chains”, Information and Software Technology, Vol. 41, Issue 10, 1999, pp. 639-650.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
1. 朱景鵬。「歐洲議會主義之理論與實際」。美歐月刊。第11卷第7期,民國85年7月。
2. 甘逸驊。「英國與歐洲統合」。問題與研究。第31卷第11期,民國83年11月。
3. 王群洋。「歐洲安全與合作組織之演進」。國立中山大學社會科學季刊。春季號,民國86年1月。
4. 宋鎮照。「從亞歐高峰會看東亞政經發展」。美歐月刊。第11卷8期,民國85年8月。
5. 李榮謙。「歐洲貨幣整合運動暨其對國際貨幣制度之影響」。國際金融參考資料。中央銀行經濟研究處,第32輯,1992年4月。
6. 吳東野。「歐洲聯盟成員國之擴增」。美歐月刊。第9卷第5期,民國83年5月。
7. 吳東野。「歐洲議會選舉之分析」。美歐月刊。第9卷第9期,民國83年9月。
8. 吳東野。「歐洲聯盟條約『輔助原則』條款之理論分析」。問題與研究。第33卷第11期,民國83年11月。
9. 周德旺。「馬斯垂克條約基本原則之研究」。問題與研究。第34卷第8期,民國84年8月。
10. 陳勁。「歐洲聯盟東向擴張的程序、挑戰與前景」。問題與研究。第37卷,第10期,民國87年10月。
11. 郭秋慶。「歐洲議會在歐洲聯盟中的超國家發展」。美歐月刊。第11卷第7期,民國85年7月。
12. 湯紹成。「歐洲安全體系的變遷」。美歐月刊。第十卷第九期,民國84年。
13. 劉復國。「英國與歐洲共同體:國家利益與區域整合的矛盾」。歐洲研究。中央研究院歐美研究所,第25卷第3期,民國84年9月。
14. 蘇秀法。「瑞士及聯合國對歐盟之關係」。問題與研究。第33卷第6期,民國83年6月。
15. 蘇秀法。「歐洲聯盟起步維艱」。問題與研究。第33卷第5期,民國83年5月。