5 Star 63 Fork 24

Hsoft / cube-flowable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

cube-flowable工作流引擎

首先很荣幸让我在众多的开源项目中遇见了您,麻烦您在下载或者pull代码的时候留下一颗小星星,开源不易,感谢支持!!!

简介

cube-flowable工作流引擎旨在打造一套零代码、领先、且快速实用的引擎工具,助力开发者在面对工作流开发任务时,除去学习工作流框架知识和API的学习成本且不去关心工作流是什么技术,无需了解学习,安装使用cube-flowable工作流引擎并应用落地。此工作流引擎是零代码或低代码的工作流引擎,安装配置开箱即可使用,完全适用于中国国情的工作流引擎。主要特点包括:在线拖拽可视化业务表单并自动创建业务表,关联业务表单创建工作流并在线设计工作流程模型,发布流程模型生成实例,在线申请,在线审批,撤回,驳回至节点,多实例任务审批,多重网关条件审批,指定工作流节点分支审批,委托(转办)办理,流程进度监控跟踪,流程历史日志跟踪等等丰富功能。 本产品以申请软件著作权,仅供研究学习交流目的,不支持商业用途,如果用来商用达到盈利目的,请第一时间联系作者为其授权。

近期更新

  • 2022.12.15 V 0.1.10 版本发布[公开测试版]

下载工作流引擎组件

  • 前端引擎安装
npm i @liujianan/cube-vue-bpmn
  • 后端服务引用 pom文件加入以下依赖
<dependency>
    <groupId>com.liujianan</groupId>
    <artifactId>cube-flowable-starter</artifactId>
    <version>0.1.10</version>
</dependency>

<repositories>
    <!-- 阿里云镜像仓库 -->
    <repository>
        <id>aliyun</id>
        <name>aliyun Repository</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
    </repository>
    <!-- 私服 -->
     <repository>
        <id>xinjishu-releases</id>
        <name>maven-releases</name>        
        <url>http://192.168.28.90:8081/repository/maven-releases/</url>
    </repository>
</repositories>

前端引用组件,在自己项目的main.js里

import store from "./store"

// 使用工作流
import CubeVueBpmn from '@liujianan/cube-vue-bpmn'
import '@liujianan/cube-vue-bpmn/lib/cube-vue-bpmn.css'
Vue.use(CubeVueBpmn, { store })

后端服务配置

  • 数据源连接参数配置
useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
  • mybatis配置,配置mapper的扫描,找到所有的mapper.xml映射文件
# MyBatis配置
mybatis:
    # 搜索指定包别名
    typeAliasesPackage: com.ruoyi.**.domain
    # 配置mapper的扫描找到所有的mapper.xml映射文件
    mapperLocations: classpath*:mapper/**/*Mapper.xml,classpath:cube/flowable/mapper/*.xml
    # 加载全局的配置文件
    configLocation: classpath:mybatis/mybatis-config.xml
  • 分页配置
# PageHelper分页插件
pagehelper: 
  helperDialect: mysql
  supportMethodsArguments: true
  params: count=countSql 
  • 指定要扫描的Mapper类的包的路径配置
// 指定要扫描的Mapper类的包的路径
@MapperScan(basePackages = {"com.ruoyi.**.mapper", "com.liujianan.cube.flowable.mapper"})

文档教程

在线体验

联系

邮箱: 1874924884@qq.com 微信:15776481145

MIT License Copyright (c) 2023 风清扬 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

零代码(低代码)工作流引擎 展开 收起
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/hitsoft1995/cube-flowable.git
git@gitee.com:hitsoft1995/cube-flowable.git
hitsoft1995
cube-flowable
cube-flowable
master

搜索帮助