docs: 修复文档链接

This commit is contained in:
yubaolee
2025-04-24 10:34:58 +08:00
parent c7ff40615b
commit bf9be59a84
17 changed files with 44 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ permalink: /pro/startflow/
4. 流程审批:【流程中心/待处理流程】中进行审批;
表单设计已经在前面章节[表单设计-基本介绍](/pro/startform.html)中介绍,本章节介绍的后面几个步骤。
表单设计已经在前面章节[表单设计-基本介绍](/pro/startform/)中介绍,本章节介绍的后面几个步骤。
## 流程设计
@@ -22,7 +22,7 @@ permalink: /pro/startflow/
![2025-04-09-21-00-56](http://img.openauth.net.cn/2025-04-09-21-00-56.png)
流程模版使用的表单,需要在【基础配置/表单设计】中添加,也可以直接选择"URL表单",具体查看[表单设计-基本介绍](/pro/startform.html)
流程模版使用的表单,需要在【基础配置/表单设计】中添加,也可以直接选择"URL表单",具体查看[表单设计-基本介绍](/pro/startform/)
选择好表单后,点击“下一步”进入流程设计。
@@ -31,7 +31,7 @@ permalink: /pro/startflow/
#### 节点类型
关于节点的类型概念及区分可以参考[工作流中的概念](/core/flowinstanceconcept.html)
关于节点的类型概念及区分可以参考[工作流中的概念](/core/flowinstanceconcept/)
* 开始节点:流程的开始节点,一个流程只有一个开始
* 结束节点:流程的结束节点
* 网关开始对应BPMN的并行网关当需要多个分支同时审批时使用该节点作为并行分支的起点