docs: update wg-basic/activiti
This commit is contained in:
parent
47416d5430
commit
e7d6276571
@ -2,7 +2,7 @@
|
||||
title: 6.流程引擎
|
||||
description: activiti流程引擎模块的使用
|
||||
published: true
|
||||
date: 2021-12-07T14:35:09.847Z
|
||||
date: 2022-04-23T06:59:51.529Z
|
||||
tags: wg-basic, activiti
|
||||
editor: markdown
|
||||
dateCreated: 2021-09-01T09:28:31.684Z
|
||||
@ -14,6 +14,10 @@ dateCreated: 2021-09-01T09:28:31.684Z
|
||||
|
||||
该模块需要手动添加管理菜案
|
||||
|
||||
# 更新说明
|
||||
|
||||
- 20220423:增加了OA流程管理,结合动态表单与流程绘制中的OA节点管理可完成无代码OA表单流转。
|
||||
|
||||
# 依赖
|
||||
```xml
|
||||
<dependency>
|
||||
@ -63,6 +67,12 @@ spring:
|
||||
|
||||
流程模型:`/route/activiti/list`
|
||||
流程定义:`/route/activiti/procdef/list`
|
||||
发起流程:`/route/oa/list-procdef`
|
||||
我的待办:`/route/oa/list-task-of-mine`
|
||||
我的已办:`/route/oa/list-history-task-of-mine`
|
||||
|
||||
表单管理:`/route/form/list`
|
||||
|
||||
|
||||
# 如何启动流程
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user