引入依赖

1
implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-rest:7.17.0'

运行SpringBoot项目。

保存创建的流程图,点击发布按钮。
图片 | center
REST point:http:ip:port/engine-rest,就是流程要部署的项目地址,Camunda会自动部署此流程。

进入Camunda Web端,进入Cockpit中查看。
图片 | center

启动流程

进入Tasklist,点击Start process。
图片 | center
图片 | center
完成后刷新页面,点击Complete按钮,至此流程审批完成。
图片 | center