我是靠谱客的博主 聪明乌冬面,这篇文章主要介绍Camunda 4、SpringBoot Camunda 流程定义的增删改查一、SpringBoot 流程定义的操作与管理,bpmn.xml 部署后生成的流程定义,现在分享给大家,希望可以做个参考。

一、SpringBoot 流程定义的操作与管理,bpmn.xml 部署后生成的流程定义

1、Controller 接口类:WorkflowDefinitionController

复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.fight.strive.sys.modules.camunda.controller; import com.fight.strive.sys.modules.camunda.dto.WorkflowDefinitionDto; import com.fight.strive.sys.modules.camunda.dto.WorkflowQueryDto; import com.fight.strive.sys.modules.camunda.entity.WorkflowDefinitionEntity; import com.fight.strive.sys.modules.camunda.service.WorkflowDefinitionService; import com.fight.strive.sys.modules.request.annotation.RestGetMapping; import com.fight.strive.sys.modules.request.annotation.RestPostMapping; import com.fight.strive.sys.modules.request.dto.PageRequest; import com.fight.strive.sys.modules.response.dto.PageData; import com.fight.strive.sys.modules.response.dto.ResponseStatusDto; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.stereotype.Controller; import org.springframework.web.b

最后

以上就是聪明乌冬面最近收集整理的关于Camunda 4、SpringBoot Camunda 流程定义的增删改查一、SpringBoot 流程定义的操作与管理,bpmn.xml 部署后生成的流程定义的全部内容,更多相关Camunda内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(90)

评论列表共有 0 条评论

立即
投稿
返回
顶部