# workflow-camunda **Repository Path**: juque-framework/workflow-camunda ## Basic Information - **Project Name**: workflow-camunda - **Description**: springboot 2.x 、camunda、bpmn-js实现工作流的增删改查,封装通用操作,简化业务类流程的实现。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 6 - **Created**: 2023-02-11 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # workflow-camunda #### 介绍 springboot 2.x 、camunda、dubbo、nacos、bpmn-js(参考:https://gitee.com/juque-framework/vue-systemservice)实现工作流的增删改查,封装通用操作,简化业务类流程的实现。 #### 软件架构 软件架构说明 #### 安装教程 1. 需要手动安装maven依赖:juque-framework、framework-common、system-service-api(https://gitee.com/juque-framework) 2. 创建mysql数据库:workflow-camunda,并执行bin/script目录的ddl.sql脚本; 3. 启动nacos,参考: 4. 修改application-*.yml的数据库、dubbo、jdf配置; 5. 在工程根目录执行: ``` mvn clean package -Dmaven.test.skip=true ``` 6. 执行启动指令: ``` java jar workflow-camunda-server-1.0-SNAPSHOT.jar ``` #### 使用说明 1. 业务类流程统一继承 IBusinessTaskService类,并用注解@ProcessInfo绑定流程定义的key; 2. 审批、驳回等功能统一使用路由控制流程走向,不再使用硬编码实现; 3. 功能附件存储访问依赖jdf-system(https://gitee.com/juque-framework/jdf-system 、 https://gitee.com/juque-framework/vue-jdf-system); 4. bin目录附加docker-compose部署文件; #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)