文档集合
1、camunda文档:https://docs.camunda.org/get-started/quick-start/
2、camunda资源下载:https://camunda.com/download/
3、camunda示例github仓库:https://github.com/camunda/camunda-bpm-examples
4、camunda 代码仓库:https://github.com/camunda
5、流程设计器软件camunda modeler下载:https://camunda.com/download/modeler/
6、Java API文档:https://docs.camunda.org/javadoc/camunda-bpm-platform/7.14-SNAPSHOT/
https://docs.camunda.org/manual/7.3/api-references/rest/
7、camunda-SpringBoot: https://docs.camunda.org/manual/develop/user-guide/process-engine/process-engine-api/
8、工作流选型:https://www.cnblogs.com/garfieldcgf/p/13469519.html
1 概述
Camunda是一个工作流引擎,执行Bpmn2.0标准,因此依赖于基于bpmn的流程图(本质上是一个xml文件)。
Camunda是基于activiti5,所以其保留了PVM。
Camunda从一开始就是为开发人员设计的:
Camunda BPM既可以用作独立的流程引擎服务器,也可以用在自定义Java应用程序中。
Camunda BPM还提供REST API,以便非Java开发人员可以构建连接到远程流程引