# flowable-demo **Repository Path**: javabedlamite/flowable-demo ## Basic Information - **Project Name**: flowable-demo - **Description**: flowable + springboot - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 简介 这是学习flowable工作流引擎的一些代码,比较基础 ### 功能 #### 通用流程 > [文章地址](https://www.cnblogs.com/xwbz/p/9886696.html) 其中还有很多错误没修正-.-! 目前只写了大致框架和测试类,还没加上自定义表单。现有功能有: 1. 列表 2. 审批 3. 撤销 具体使用详情见[ProcessServiceTest](https://github.com/xwbz2017/flowable-demo/blob/master/src/test/java/me/xwbz/flowable/service/ProcessServiceTest.java) #### 表单相关流程 > [文章地址](https://www.cnblogs.com/xwbz/p/10130654.html) 这个目前还没用上,只是自己尝试了一下,大家参考一下就好 具体使用详情见[FormControllerTest](https://github.com/xwbz2017/flowable-demo/blob/master/src/test/java/me/xwbz/flowable/controller/FormControllerTest.java)