由 liuqing01 于 2025/07/23 07:05 最后修改
摘要
-
页面属性 (2 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 标题
-
... ... @@ -1,1 +1,1 @@ 1 -5 ApprovalNode1 +5 Sub-process node - 内容
-
... ... @@ -64,10 +64,9 @@ 64 64 * when assigning values between sub-tables, a sub-table can only be assigned by the same sub-table; e.g., the parent process has sub-tables A and B, and the sub-processes have sub-tables C and D. Sub-tables A can be; 65 65 * assigned to the sub-processes' child table C, child table D, but can not assign both child table A, child table B to child table C; 66 66 67 +==== 6 Sub-process operation rules ==== 67 67 68 -==== 6 Sub-process operation rules ==== 69 69 70 - 71 71 When a sub-process is executed asynchronously, if the last node of the parent process also passes, the status of the parent process becomes “completed” regardless of whether the status of the sub-process is completed or not. 72 72 73 73 When there are multiple sub-processes, the values will be passed according to the completion time of the sub-processes, and the sub-processes completed first will pass the values first, and the sub-processes completed later will overwrite the previous data. ... ... @@ -84,5 +84,4 @@ 84 84 ** If the dismissal to the node in front of the sub-process, and the node is submitted and runs normally according to the process, the running sub-process is discarded, and when you go to the node of the sub-process again, the sub-process activates a new process; 85 85 ** If the dismissal to the node in front of the sub-process and the node is submitted and goes directly to the node that is dismissed, the running sub-process is unaffected and runs normally. 86 86 87 - 88 88 When the parent process run is discarded, the child process data is also nullified. When the parent process run is terminated, the child process is discarded.