@nocobase/plugin-workflow-loop 1.9.0-beta.5 → 1.9.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/externalVersion.js
CHANGED
|
@@ -13,9 +13,9 @@ module.exports = {
|
|
|
13
13
|
"antd": "5.24.2",
|
|
14
14
|
"@formily/antd-v5": "1.2.3",
|
|
15
15
|
"@formily/react": "2.3.0",
|
|
16
|
-
"@nocobase/client": "1.9.0-beta.
|
|
17
|
-
"@nocobase/plugin-workflow": "1.9.0-beta.
|
|
16
|
+
"@nocobase/client": "1.9.0-beta.6",
|
|
17
|
+
"@nocobase/plugin-workflow": "1.9.0-beta.6",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/evaluators": "1.9.0-beta.
|
|
20
|
-
"@nocobase/server": "1.9.0-beta.
|
|
19
|
+
"@nocobase/evaluators": "1.9.0-beta.6",
|
|
20
|
+
"@nocobase/server": "1.9.0-beta.6"
|
|
21
21
|
};
|
|
@@ -98,7 +98,6 @@ class LoopInstruction_default extends import_plugin_workflow.Instruction {
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
await processor.run(branch, job);
|
|
101
|
-
return null;
|
|
102
101
|
}
|
|
103
102
|
async resume(node, branchJob, processor) {
|
|
104
103
|
const job = processor.findBranchParentJob(branchJob, node);
|
|
@@ -133,7 +132,7 @@ class LoopInstruction_default extends import_plugin_workflow.Instruction {
|
|
|
133
132
|
}
|
|
134
133
|
}
|
|
135
134
|
await processor.run(branch, job);
|
|
136
|
-
return
|
|
135
|
+
return;
|
|
137
136
|
} else {
|
|
138
137
|
job.set({
|
|
139
138
|
status: import_plugin_workflow.JOB_STATUS.RESOLVED
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:循环节点",
|
|
5
5
|
"description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
|
|
6
6
|
"description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
|
|
7
|
-
"version": "1.9.0-beta.
|
|
7
|
+
"version": "1.9.0-beta.6",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-loop",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "ada5e359a91135cb9baf605c04c5c380f067a046",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|