Introduction
1.
Chapter 1. Introduction 介绍
2.
Chapter 2. Getting Started 开始
2.1.
One minute version 一分钟版
2.2.
Activiti setup 安装
2.3.
Activiti database setup 数据库安装
2.4.
Include the Activiti jar and its dependencies 包含 jar 和依赖
2.5.
Next steps 下步
3.
Chapter 3. Configuration 配置
3.1.
Creating a ProcessEngine 创建 ProcessEngine
3.2.
ProcessEngineConfiguration bean
3.3.
Database configuration 数据库配置
3.4.
JNDI Datasource Configuration 数据源配置
3.5.
Supported databases 支持的数据库
3.6.
Creating the database tables 创建数据库表
3.7.
Database table names explained 理解数据库表名字
3.8.
Database upgrade 数据库升级
3.9.
Job Executor and Async Executor
3.10.
Job executor activation 启用 Job executor
3.11.
Async executor activation 启用 Async executor
3.12.
Mail server configuration 配置邮件服务器
3.13.
History configuration 配置历史
3.14.
Exposing configuration beans in expressions and scripts 在表达式和脚本中暴露配置
3.15.
Deployment cache configuration 配置部署缓存
3.16.
Logging 日志
3.17.
Mapped Diagnostic Contexts 映射诊断上下文
3.18.
Event handlers 事件处理
4.
Chapter 4. The Activiti API
4.1.
The Process Engine API and services 流程引擎的 API 和服务
4.2.
Exception strategy 异常策略
4.3.
Working with the Activiti services 使用 Activiti 服务
4.4.
Query API 查询 API
4.5.
Variables 变量
4.6.
Expressions 表达式
4.7.
Unit testing 单元测试
4.8.
Debugging unit tests 调试单元测试
4.9.
The process engine in a web application 在 web 应用中的流程引擎
5.
Chapter 5. Spring integration 集成 Spring
5.1.
ProcessEngineFactoryBean
5.2.
Transactions 事务
5.3.
Expressions 表达式
5.4.
Automatic resource deployment 资源自动部署
5.5.
Unit testing 单元测试
5.6.
Annotation-based configuration 基于注解的配置
5.7.
JPA with Hibernate 4.2.x
6.
Chapter 6. Deployment 部署
6.1.
Business archives 业务文档
6.2.
External resources 外部资源
6.3.
Versioning of process definitions 流程定义的版本
6.4.
Providing a process diagram 提供流程图
6.5.
Generating a process diagram 生成流程图
6.6.
Category 类别
7.
Chapter 7. BPMN 2.0 Introduction 介绍 BPMN 2.0
7.1.
What is BPMN? 什么是 BPMN
7.2.
Defining a process 定义流程
7.3.
Getting started 10 minute tutorial 快速开始-十分钟教程
8.
Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构
8.1.
Custom extensions 自定义扩展
8.2.
Events 事件
8.3.
Sequence Flow 顺序流
8.4.
Gateways 网关
8.5.
Tasks 任务
8.6.
Sub-Processes and Call Activities 子流程和调用节点
8.7.
Transactions and Concurrency 事务与并发
8.8.
Process Initiation Authorization 流程起始授权
8.9.
Data objects 数据对象
9.
Chapter 9. Forms 表单
9.1.
Form properties 表单属性
9.2.
External form rendering 外部表单的渲染
10.
Chapter 10. JPA
10.1.
Requirements 要求
10.2.
Configuration 配置
10.3.
Usage 使用
11.
Chapter 11. History 历史
11.1.
Querying history 查询
11.2.
History configuration 配置
11.3.
History for audit purposes 审计目的的历史
12.
Chapter 12. Eclipse Designer
12.1.
Installation 安装
12.2.
Activiti Designer editor features 编辑器特性
12.3.
Activiti Designer BPMN features 关于 BPMN 的特性
12.4.
Activiti Designer deployment features 部署的特性
12.5.
Extending Activiti Designer 扩展
13.
Chapter 13. Activiti Explorer
13.1.
Process diagram 流程图
13.2.
Tasks 任务
13.3.
Start process instances 开始流程实例
13.4.
My instances 我的实例
13.5.
Administration 管理
13.6.
Reporting 报告
13.7.
Changing the database 修改数据库
14.
Chapter 14. Activiti Modeler
14.1.
Model editing 编辑模型
14.2.
Importing existing models 导入模型
14.3.
Convert deployed definitions to a editeable model转换部署定义到可编辑模型
14.4.
Export model to BPMN XML 导出模型到 XML
14.5.
Deploy model to the Activiti Engine 部署模型到引擎
15.
Chapter 15. REST API
15.1.
General Activiti REST principles 通用原则
16.
Chapter 16. CDI integration 集成 CDI
16.1.
Setting up activiti-cdi 设置 activiti-cdi
16.2.
Contextual Process Execution with CDI 基于 CDI 的流程执行
16.3.
Known Limitations 已知的限制
17.
Chapter 17. LDAP integration 集成 LDAP
17.1.
Usage 用法
17.2.
Use cases 用例
17.3.
Configuration 配置
17.4.
Properties 属性
17.5.
Integrate LDAP in Explorer 在 Explorer 集成
18.
Chapter 18. Advanced 高级
18.1.
Hooking into process parsing 监听流程解析
18.2.
UUID id generator for high concurrency 高并发的 UUID生成器
18.3.
Multitenancy 多租户
18.4.
Execute custom SQL 执行自定义 SQL
18.5.
Advanced Process Engine configuration with a ProcessEngineConfigurator 用 ProcessEngineConfigurator实现高级引擎配置
18.6.
Advanced query API seamless switching between runtime and historic task querying 高级查询 API-运行时无缝任务切换和历史任务查询
18.7.
Custom identity management by overriding standard SessionFactory 通过重写标准的 SessionFactory 实现自定义身份的管理
18.8.
Enable safe BPMN 2.0 xml 启用安全的 BPMN 2.0 xml
18.9.
Event logging Experimental 事件日志-实验
19.
Chapter 19. Simulation with Activiti-Crystalball Experimental 用 Activiti-Crystalball 仿真-实验
19.1.
Introduction 介绍
19.2.
CrystalBall inside 内部
19.3.
History analysis 历史分析
Published with GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
activiti-5.x-user-guide
Chapter 8. BPMN 2.0 Constructs 关于 BPMN 2.0 架构
本章介绍 Activiti 支持的 BPMN 2.0 结构, 以及对 BPMN 标准的扩展。