@nocobase/plugin-workflow-parallel 1.8.8 → 1.8.10
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
|
@@ -11,11 +11,11 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
|
-
"@nocobase/client": "1.8.
|
|
15
|
-
"@nocobase/plugin-workflow": "1.8.
|
|
14
|
+
"@nocobase/client": "1.8.10",
|
|
15
|
+
"@nocobase/plugin-workflow": "1.8.10",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "1.8.
|
|
18
|
-
"@nocobase/plugin-workflow-test": "1.8.
|
|
19
|
-
"@nocobase/test": "1.8.
|
|
20
|
-
"@nocobase/utils": "1.8.
|
|
17
|
+
"@nocobase/server": "1.8.10",
|
|
18
|
+
"@nocobase/plugin-workflow-test": "1.8.10",
|
|
19
|
+
"@nocobase/test": "1.8.10",
|
|
20
|
+
"@nocobase/utils": "1.8.10"
|
|
21
21
|
};
|
|
@@ -97,7 +97,7 @@ const Modes = {
|
|
|
97
97
|
class ParallelInstruction_default extends import_plugin_workflow.Instruction {
|
|
98
98
|
async run(node, prevJob, processor) {
|
|
99
99
|
const branches = processor.getBranches(node);
|
|
100
|
-
const job =
|
|
100
|
+
const job = processor.saveJob({
|
|
101
101
|
status: import_plugin_workflow.JOB_STATUS.PENDING,
|
|
102
102
|
result: Array(branches.length).fill(null),
|
|
103
103
|
nodeId: node.id,
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:并行分支节点",
|
|
5
5
|
"description": "Could be used for parallel execution of branch processes in the workflow.",
|
|
6
6
|
"description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
|
|
7
|
-
"version": "1.8.
|
|
7
|
+
"version": "1.8.10",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-parallel",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "47fd4ef9bff0e1e779154b004d93387ea05b21e9",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|