@nocobase/plugin-workflow-parallel 1.4.0-alpha.20240919174335 → 1.4.0-alpha.20240928155737

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.
@@ -11,11 +11,11 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.12.8",
13
13
  "@ant-design/icons": "5.2.6",
14
- "@nocobase/client": "1.4.0-alpha.20240919174335",
15
- "@nocobase/plugin-workflow": "1.4.0-alpha.20240919174335",
14
+ "@nocobase/client": "1.4.0-alpha.20240928155737",
15
+ "@nocobase/plugin-workflow": "1.4.0-alpha.20240928155737",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "1.4.0-alpha.20240919174335",
18
- "@nocobase/plugin-workflow-test": "1.4.0-alpha.20240919174335",
19
- "@nocobase/test": "1.4.0-alpha.20240919174335",
20
- "@nocobase/utils": "1.4.0-alpha.20240919174335"
17
+ "@nocobase/server": "1.4.0-alpha.20240928155737",
18
+ "@nocobase/plugin-workflow-test": "1.4.0-alpha.20240928155737",
19
+ "@nocobase/test": "1.4.0-alpha.20240928155737",
20
+ "@nocobase/utils": "1.4.0-alpha.20240928155737"
21
21
  };
@@ -0,0 +1,12 @@
1
+ {
2
+ "Parallel branch": "並列分岐",
3
+ "Run multiple branch processes in parallel.": "複数の分岐プロセスを並行して実行",
4
+ "Add branch": "分岐を追加",
5
+ "All succeeded": "全て成功",
6
+ "Any succeeded": "いずれかが成功",
7
+ "Any succeeded or failed": "いずれかが成功または失敗",
8
+ "Continue after all branches succeeded": "すべての分岐が成功した後に続行",
9
+ "Continue after any branch succeeded": "いずれかの分岐が成功した後に続行",
10
+ "Continue after any branch succeeded, or exit after any branch failed.": "いずれかの分岐が成功した後に続行、または失敗したら終了",
11
+ "Mode": "モード"
12
+ }
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.4.0-alpha.20240919174335",
7
+ "version": "1.4.0-alpha.20240928155737",
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": "57b1697b219b5c8e6a0444ee19bd66cd598bd07f",
25
+ "gitHead": "f2765665126f5e9b5ae01f9ca6e8a151916554b4",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]