1 / 20
文档名称:

汽车公司的工作流引擎的设计.doc

格式:doc   大小:297KB   页数:20页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

汽车公司的工作流引擎的设计.doc

上传人:miao19720107 2021/1/18 文件大小:297 KB

下载得到文件列表

汽车公司的工作流引擎的设计.doc

相关文档

文档介绍

文档介绍:汽车公司的工作流引擎的设计
摘 要
工作流就是一系列相互衔接、自动进行的业务活动或任务。工作流引擎是工作流管理系统的核心,它的主要功能是通过计算机技术的支持去定义、执行和管理工作流,协调工作流执行过程中工作之间以及群体成员之间的信息交互。
论文主要讲述了工作流引擎的基本功能及设计方法,介绍工作流引擎的基本原理,具体分析了工作流引擎所包含的内容,详细介绍了相关的信息模型和控制模型。系统采用关系结构的理念来设计工作流引擎,给出了用Microsoft Visual Studio 2005和Microsoft SQL Server2000实现系统的方法。论文中利用本工作流引擎构建系统能适应大多数业务流程的扭转,大大缩短常见信息系统的项目开发周期,提高效率。
关键词:工作流引擎;关键业务;关系
The design of information system frame based on workflow engine
---- The subsystem of workflow engine
Abstract
Workflow is a series of interlocking, automatic business activities or tasks. Workflow engine is the work flow management system in the core, and its main function is to define, implement and manage work flow through the support of computer technology as well as co-ordinate work flow process of working implementation and groups of information between members of interaction.
The thesis has mainly described basic functions and design of the workflow engine, introduced the basic theories, and specifically analyzed the content included in the work flow and the details of the relevant information model and control model. The idea of relation structure has been used to design this system and the method to achieve the system function with Microsoft Visual Studio 2005 and Microsoft SQL Server2000 has been given out. Constructing system with the workflow engine can adapt to the majority of the business process reversing that significantly reduce the development cycle of the common information system and improve efficiency.
Key words: Workflow engine; Critical business; Relationship
目 录
论文总页数:21页
1 引言 1
2 开发概述 1
Visual C# 语言概述 1
工作流引擎概述 2
工作流引擎现状分析 3
3 需求分析 4
用户需求 4
工作流引擎的分析 4
业务流程 5
开发运行环境 6
4 工作流引擎的设计 6
模块的划分 6
功能描述 6
工作流引擎的详细设计 7
数据库结构的设计 9
5 工作流引擎的实现 12
状态图管理的设计 12
功能描述 12
界面设计 12
工作流程和部分代码 13
任务管理窗体 14
功能描述 14
界面设计 14
工作流程和部分代码 15
任务指派窗体 16
功能描述 16
界面设计 16
工作流程和