BPMN 是目前被各 BPM 厂商广泛接受的 BPM 标准。Activiti 就是使用 BPMN 2.0 进行流程建模、流程执行管理,它包括很多的建模符号,比如:
Event
用一个圆圈表示,它是流程中运行过程中发生的事情。
活动用圆角矩形表示,一个流程由一个活动或多个活动组成
Bpmn图形其实是通过xml表示业务流程,上边的.bpmn文件使用文本编辑器打开:
<?xml version="1.0" encoding="UTF-8"?><bpmndi:BPMNDiagram id=“BPMNDiagram_myProcess”>
<bpmndi:BPMNPlane bpmnElement=“myProcess” id=“BPMNPlane_myProcess”>
<bpmndi:BPMNShape bpmnElement=“startevent1” id=“BPMNShape_starte