Camunda 7.x 系列【9】使用 Rest API 运行流程实例

有道无术,术尚可求,有术无道,止于术。

本系列Spring Boot 版本 2.7.9

本系列Camunda 版本 7.19.0

源码地址:https://gitee.com/pearl-organization/camunda-study-demo

文章目录

    • 1. 前言
    • 2. 官方接口文档
    • 3. 本地接口文档
      • 3.1 Postman
      • 3.2 Camunda Platform Run Swagger
      • 3.3 Spring Boot Swagger
    • 4. 运行流程实例
      • 4.1 查询流程定义
      • 4.2 启动流程
      • 4.3 查询待办任务
      • 4.5 审批
    • 5. JAX-RS

1

你可能感兴趣的:(Camunda,7.x,camunda,spring,boot,spring,cloud)