1. Camunda
1.1. 参考资料
小技巧
注意:-ee 表示 "enterprice edition" 企业版,可能不能使用!
文章
常用
Camunda Platform REST API <https://docs.camunda.org/rest/camunda-bpm-platform/7.22/>
1.1.1. 若依/RuoYi-Vue
1.2. 基础
1.2.1. Process Engine Architecture
1.2.2. bpmn

1.3. 常用代码
1.3.1. camunda-bpm-tomcat
下载安装
#下载安装
wget https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.22/camunda-bpm-tomcat-7.22.0.tar.gz
tar -zxvf camunda-bpm-tomcat-7.22.0.tar.gz
#启动
./camunda-bpm-tomcat-7.22.0/start-camunda.
#发布war包至目录不:server/apache-tomcat-10.1.30/webapps/
1.3.2. camunda-bpm-examples
下载安装
#下载安装
git clone https://github.com/camunda/camunda-bpm-examples
小技巧
注意: 一定要使用使用Java 17
1.4. 其它

