文档更改5 Sub-process node

liuqing01 于 2025/07/23 07:05 最后修改

从版本 7.1
liuqing01编辑
在2025/03/11 09:46上
修改评论: 该版本没有评论
到版本
liuqing01编辑
在2025/03/11 08:54上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -1,3 +1,5 @@
1 +审批节点支持设置,节点名称、审批人、审批模式、无审批人的处理规则、字段权限、功能按钮、提交校验、传阅知会等属性。
2 +
1 1  The approval node supports the configuration:Node name, approver, approval mode, no-approver rules, field permissions, buttons, validation, and notifications.
2 2  
3 3  [[image:1741680073490-233.png]](% contenteditable="false" style="background-image:url(http://192.168.102.35:8080/webjars/wiki%3Axwiki/xwiki-platform-ckeditor-webjar/16.8.0/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" tabindex="-1" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="拖曳以移動" width="15"]]
... ... @@ -18,14 +18,14 @@
18 18  
19 19  Chain signing:A → B → C (in order);
20 20  
21 -* Approvers (A, B, C) must approve in sequence. After A completes the approval, the task moves to B's pending list. After B completes the approval, the task moves to C's pending list.
23 +串签模式下,节点的审批人ABC需要按照顺序审批,A审批完成后到B的待办,B审批完成后到C的待办,按照设置的串签审批规则确定流程的流转方向,即:A审核完成后流程到达B,B审核完成后到达C。ABC审核完成之后流程按照设置的审批规则进行流转。
22 22  
23 23  Parallel signing: A, B, C (simultaneously);
24 24  
25 -* Approvers (A, B, C) receive the task simultaneously in their pending lists.Once A, B, and C complete their approvals, the process continues according to the configured approval rules.
27 +并签模式下,节点审批人ABC同时收到待办,按照设置的并签审批规则确定流程的流转方向。即:ABC都会收到待办。ABC审核完成后流程按照设置的审批规则进行流转。
26 26  
27 27  
28 -**Sequential and Parallel Signing Modes**
30 +串并签的模式说明如下
29 29  
30 30  (% style="width:1480px" %)
31 31  |(% colspan="2" rowspan="1" style="width:492px" %)(((
... ... @@ -62,73 +62,107 @@
62 62  |(% style="width:331px" %)Pass by Ratio (Customizable Ratio)|(% style="width:987px" %)If the approval ratio reaches the set threshold, the process node is approved, and the remaining approvers do not need to continue.
63 63  |(% style="width:331px" %)All Sign, Pass by Ratio (Customizable Ratio)|(% style="width:987px" %)A, B, and C must all sign. If the approval ratio reaches the set threshold, the process node is approved.
64 64  
65 -=== 3、Rules for When No Approver is Found ===
67 +=== 3 找不到审批人时规则 ===
66 66  
67 -This rule determines how to handle situations where no approver is found due to reasons such as the assigned approver leaving the company or incorrect settings. Three modes are supported:
69 +用于确定当因设置的审批人离职或者设置异常导致流程找不到审批人的处理方式。支持设置 3 种模式:由上一个人指定、系统管理员处理、自动通过。
68 68  
69 -[[image:1741684876645-964.png]]
71 +[[image:image43.png]]
70 70  
71 -1. (((
72 -**Designated by the Previous Approver**
73 -
74 -* During the approval process, after the current approver submits, a dialog box pops up for the approver to designate a handler for the node with no approver.
73 +* (((
74 +由上一个人指定:在流程审批时,审批人提交后弹出选人对话框,由审批人指定无人节点的处理人。
75 75  )))
76 -1. (((
77 -**Handled by System Administrator**
78 -
79 -* During the approval process, after the current approver submits, the process flows normally to the node with no approver. The system administrator then designates a handler for the node on the process monitoring page in the admin console.
76 +* (((
77 +系统管理员处理:在流程审批时,审批人提交后流程正常流转到无人节点,由管理员在管理端流程监控页面指定无人节点的处理人。
80 80  )))
81 -1. (((
82 -**Auto-Approval**
83 -
84 -* During the approval process, after the current approver submits, the process skips the node with no approver and proceeds to the next node, where the next approver continues processing.
79 +* (((
80 +自动通过:在流程审批时,审批人提交流程后流程跳过无处理人节点,到达无处理人节点的下一个节点,有下一个节点的审批人继续处理。
85 85  )))
86 86  
83 +=== 4 字段权限 ===
87 87  
88 -=== 4、**Field Permissions** ===
85 +审批节点的字段权限默认为显示,可以修改为可编辑或必填。在设置时,需要注意只有将控件设置为显示后,才能勾选是否编辑,只有勾选编辑后,才能勾选必填。
89 89  
90 -(% class="wikigeneratedid" %)
91 -The default field permissions for approval nodes are set to **visible**. These can be modified to **editable** or **required**.
92 -**Note**:
93 -
94 -* (((
95 -A field must first be set to **visible** before it can be marked as **editable**.
96 -)))
97 -* A field must be marked as **editable** before it can be marked as **required**.
98 -
99 99  [[image:1741680106933-786.png]]
100 100  
101 101  
102 -=== 5、**Function Buttons** ===
90 +=== 5 功能按钮 ===
103 103  
92 +审批节点功能按钮支持设置同意、暂存、驳回、转办、收回、传阅、终止、加签
104 104  
105 -The approval node supports the following function buttons: Agree、Save、Reject、Transfer、Recall、Circulate、Terminate、Add Signatory。
106 -
107 107  [[image:1741680117231-445.png]]
108 108  
109 109  
110 -Button Functions and Effects
97 +各个按钮对应的含义具体如下
111 111  
112 -(% style="width:1439px" %)
113 -|(% style="width:132px" %)**Button Name**|(% style="width:302px" %)**Button Meaning**|(% style="width:1002px" %)**Effect After Clicking**
114 -|(% style="width:132px" %)Agree|(% style="width:302px" %)Submit to Next Node|(% style="width:1002px" %)The process is submitted to the next node. After clicking "Details," further approval is not allowed.
115 -|(% style="width:132px" %)Save|(% style="width:302px" %)Save as Draft|(% style="width:1002px" %)Stays on the current page and can be viewed in the pending list. Clicking "Details" allows continued approval.
116 -|(% style="width:132px" %)Reject|(% style="width:302px" %)Reject to Previous Node|(% style="width:1002px" %)The process is rejected to a previous node based on rejection rules. It can be viewed in the completed list, but further approval is not allowed after clicking "Details."
117 -|(% style="width:132px" %)Transfer|(% style="width:302px" %)Transfer the Process to Another Approver|(% style="width:1002px" %)The process stays at the current node, and the approver is changed from the reassigner to the new assignee. The new assignee can approve the process, while the reassigner can view details in the completed list but cannot approve further.
118 -|(% style="width:132px" %)Circulate|(% style="width:302px" %)Circulate the Process for Others to View|(% style="width:1002px" %)Stays on the current page, allowing other operations. Recipients can view the process in the "Circulated List" under the Process Center.
119 -|(% style="width:132px" %)Terminate|(% style="width:302px" %)Terminate the Process|(% style="width:1002px" %)The process stops and does not proceed further. It can be viewed in the completed list, but no further actions are allowed.
120 -|(% style="width:132px" %)Add Signatory|(% style="width:302px" %)Add an Approver to the Process|(% style="width:1002px" %)After adding a signatory, the process stays at the current node, and the new approver is added. Once the new approver completes their approval, the process returns to the original approver's pending list for continued approval.
121 -|(% style="width:132px" %)Recall|(% style="width:302px" %)Recall the Approved Process|(% style="width:1002px" %)Requires operation in the completed details. The recalled process can be approved again.
99 +(% style="width:1203px" %)
100 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
101 +按钮名称
102 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
103 +按钮含义
104 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
105 +点击后的效果
106 +)))
107 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
108 +同意
109 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
110 +提交到下一节点
111 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
112 +提交的流程到达下一流程节点,点击详情后不可再继续审批。
113 +)))
114 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
115 +暂存
116 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
117 +暂存草稿
118 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
119 +停留在当前页面,并可在待办中查看,点击详情后可继续审批。
120 +)))
121 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
122 +驳回
123 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
124 +驳回到前面节点
125 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
126 +根据驳回规则驳回到前面的节点,并可在已办中查看,点击详情后不可再继续审批
127 +)))
128 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
129 +转办
130 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
131 +将该流程转给其他人审批
132 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
133 +转办的流程停留在当前审批节点,节点审批人由转办人变更为被转办人。被转办人可以审批流程,转办人再已办中查看详情,不可再审批。
134 +)))
135 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
136 +传阅
137 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
138 +将该流程传阅给其他人查看
139 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
140 +停留在当前页面,能够继续其他操作,被传阅人能够在流程中心-传阅列表中查看。
141 +)))
142 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
143 +终止
144 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
145 +终止流程
146 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
147 +流程不再往下流转,不再继续审批,可在已办中查看详情,不可再操作流程
148 +)))
149 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
150 +加签
151 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
152 +将该流程添加审批人
153 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
154 +加签后流程节点停留在当前的审批节点,节点审批人多了被加签的人。被加签的人审批完成后返回到加签人的待办,由加签人继续审批。
155 +)))
156 +|(% colspan="1" rowspan="1" style="width:90px" %)(((
157 +收回
158 +)))|(% colspan="1" rowspan="1" style="width:213px" %)(((
159 +将已审批的流程收回
160 +)))|(% colspan="1" rowspan="1" style="width:897px" %)(((
161 +需要在已办详情中操作,收回后的流程可以继续审批。
162 +)))
122 122  
123 -The "Recall" button is displayed and operated on the completed details page.
164 +其中收回按钮是在已办详情页面显示和操作。
124 124  
166 +另外,驳回操作在管理端可以设置驳回规则,支持设置“制单节点”、“上一节点”、“指定节点”。
125 125  
126 -In the admin console, rejection rules can be configured to support the following options:
127 -
128 -* Reject to Document Creation Node
129 -* Reject to Previous Node
130 -* Reject to Specified Node
131 -
132 132  [[image:1741680137160-379.png]]
133 133  
134 134  === ===
1741684876645-964.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.liuqing01
大小
... ... @@ -1,1 +1,0 @@
1 -4.7 KB
内容