activiti学习参考
一、官网:https://www.activiti.org/
二、基本步骤:
- 绘图,部署(绘图参考官网:https://www.activiti.org/userguide/#eclipseDesignerInstallation;描述,eclipse插件,但仅支持特定几个eclipse的版本)
12.1. Installation
The following installation instructions are verified on Eclipse Kepler and Indigo. Note that Eclipse Helios is NOT supported.
Go to Help → Install New Software. In the following panel, click on Add button and fill in the following fields:
-
*Name:*Activiti BPMN 2.0 designer
-
*Location:*http://activiti.org/designer/update/
-
-
- 创建一个流程实例
- 开始流程
- 参与者完成1
- 参与者完成2
- 结束
还很粗糙,待整理
三、常规的开源实现
1、Activiti 5.22(比较老而成熟的方案),6版本做了大量内部重构,接口基本上还是一致的,去掉了PVM(流程虚拟机)
2、flowable,原activiti团队跑出去做的商业方向的。支持多实例加减签