Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
ldp-docs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
doc
ldp-docs
Commits
5f468972
Commit
5f468972
authored
Sep 07, 2021
by
马超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 添加流程新功能配置
parent
2fc08012
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
80 deletions
+11
-80
LDP框架ChangeLog&升级方式.md
LDP框架ChangeLog&升级方式.md
+11
-80
1141相同审批人流程图.png
流程系统集成/images/process/1141相同审批人流程图.png
+0
-0
1142相同审批人过程意见.png
流程系统集成/images/process/1142相同审批人过程意见.png
+0
-0
114相同审批人跳过.png
流程系统集成/images/process/114相同审批人跳过.png
+0
-0
115默认抄送.png
流程系统集成/images/process/115默认抄送.png
+0
-0
1161监听器配置.png
流程系统集成/images/process/1161监听器配置.png
+0
-0
1162监听器配置.png
流程系统集成/images/process/1162监听器配置.png
+0
-0
1163回调配置.png
流程系统集成/images/process/1163回调配置.png
+0
-0
116执行监听.png
流程系统集成/images/process/116执行监听.png
+0
-0
流程系统操作说明.md
流程系统集成/流程系统操作说明.md
+0
-0
No files found.
LDP框架ChangeLog&升级方式.md
View file @
5f468972
...
...
@@ -26,99 +26,30 @@
## 2021-07-30
版本号:
**
1.2.48
**
**
base-service
**
`
Feat
`
:
1. 云存储上传、下载、删除实现
2. 流程状态值自动填充
3. 流程状态字典项、实体扩展字典项
`
other
`
:
1. 接口审计日志写到业务库的实现,注解
`
@SysAuditLog
`
,默认为写业务库,需要创建数据表
**
gen-service
**
`
feat
`
:
1. 代码生成集成流程处理相关接口(提交、审批、回调等)
2. 模型添加扩展属性(流程、附件)
`
fix
`
:
1. 修复mybatis版本单据删除时条件错误问题
2. 前端代码下载时替换服务名
**
mcs-ui
**
`
feat
`
:
1. 模型设计增加流程状态
2. 模型设计添加扩展属性选项卡
3. 视图设计模板中增加流程审批逻辑
4. 新版视图设计中增加附件上传逻辑
`
other
`
:
1. 优化模型设计关联配置
2. 优化视图设计模型筛选逻辑
## 2021-09-07
**
bpm-service
**
版本:
**
1.0.25
**
`
feat
`
:
1. 新增开放接口检查用户是否拥有审批权限
2. 流程拥有多个节点拥有相同审批人只需要审批一次,需要添加配置
`
Fix
`
:
1. 修复orgId值为null导致获取认领人失败的问题
2. 修复流程回调接口异步导致无法获取token的问题
3. 修复模型列表名称过滤问题
4. 修复开放接口审批记录顺序
版本:
**
1.0.28
**
`
feat
`
:
**
bpm-ui
**
`
other
`
:
1. 修复流程模型中复制模型数据不正确的问题
2. 修复模型列表排序问题
3. 修复绑定表单查询框过滤条件传值问题
1. 节点添加相同审批人跳过配置
2. 节点添加默认抄送人配置
3. 节点监听器添加默认监听器
4. 流程定义回调增加已阅回调
5. 流程定义回调增加任务回调
### 本次更新方式
1. 替换ldp-manage/fatjar 目录下对应的jar包
2. 替换nginx中mcs、bpm的前端代码
3. 脚手架更新到
`
1.2.48
`
1. 替换ldp-manage/fatjar 目录下对应bpm的jar包
2. 替换nginx中bpm的前端代码
- 审计日志变更为默认写入到业务库,需要在业务库中创建日志表
- bpm相同审批人跳过功能配置,修改NACOS上bpm-service-dev.yml、bpm-service-prod.yml
```
yml
ldp:
flowable:
skip-approve-when-same-assign-user:
true
```
- 流程系统配置操作参考文档:[流程系统操作说明.md]
(
流程系统集成/流程系统操作说明.md
)
第1.1.4、1.1.5、1.1.6小节
...
...
流程系统集成/images/process/1141相同审批人流程图.png
0 → 100644
View file @
5f468972
10.6 KB
流程系统集成/images/process/1142相同审批人过程意见.png
0 → 100644
View file @
5f468972
15.2 KB
流程系统集成/images/process/114相同审批人跳过.png
0 → 100644
View file @
5f468972
24.6 KB
流程系统集成/images/process/115默认抄送.png
0 → 100644
View file @
5f468972
23.4 KB
流程系统集成/images/process/1161监听器配置.png
0 → 100644
View file @
5f468972
23.7 KB
流程系统集成/images/process/1162监听器配置.png
0 → 100644
View file @
5f468972
22.6 KB
流程系统集成/images/process/1163回调配置.png
0 → 100644
View file @
5f468972
34.8 KB
流程系统集成/images/process/116执行监听.png
0 → 100644
View file @
5f468972
28 KB
流程系统集成/流程系统操作说明.md
View file @
5f468972
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment