@nocobase/plugin-workflow-parallel 1.7.0-beta.1 → 1.7.0-beta.2
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 +6 -6
- package/dist/locale/de-DE.json +12 -0
- package/dist/locale/nl-NL.json +11 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,11 +11,11 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.12.8",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
|
-
"@nocobase/client": "1.7.0-beta.
|
|
15
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
14
|
+
"@nocobase/client": "1.7.0-beta.2",
|
|
15
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.2",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "1.7.0-beta.
|
|
18
|
-
"@nocobase/plugin-workflow-test": "1.7.0-beta.
|
|
19
|
-
"@nocobase/test": "1.7.0-beta.
|
|
20
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
17
|
+
"@nocobase/server": "1.7.0-beta.2",
|
|
18
|
+
"@nocobase/plugin-workflow-test": "1.7.0-beta.2",
|
|
19
|
+
"@nocobase/test": "1.7.0-beta.2",
|
|
20
|
+
"@nocobase/utils": "1.7.0-beta.2"
|
|
21
21
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Parallel branch": "Paralleler Zweig",
|
|
3
|
+
"Run multiple branch processes in parallel.": "Führt mehrere Zweigprozesse parallel aus.",
|
|
4
|
+
"Add branch": "Zweig hinzufügen",
|
|
5
|
+
"Mode": "Ausführungsmodus",
|
|
6
|
+
"All succeeded": "Alle erfolgreich",
|
|
7
|
+
"Any succeeded": "Irgendein erfolgreich",
|
|
8
|
+
"Any succeeded or failed": "Irgendein erfolgreich oder fehlgeschlagen",
|
|
9
|
+
"Continue after all branches succeeded": "Fortfahren, nachdem alle Zweige erfolgreich waren",
|
|
10
|
+
"Continue after any branch succeeded": "Fortfahren, nachdem ein Zweig erfolgreich war",
|
|
11
|
+
"Continue after any branch succeeded, or exit after any branch failed.": "Fortfahren, nachdem ein Zweig erfolgreich war, oder beenden, nachdem ein Zweig fehlgeschlagen ist."
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Parallel branch": "Parallel branch",
|
|
3
|
+
"Run multiple branch processes in parallel.": "Run multiple branch processes in parallel.",
|
|
4
|
+
"Add branch": "Add branch",
|
|
5
|
+
"All succeeded": "All succeeded",
|
|
6
|
+
"Any succeeded": "Any succeeded",
|
|
7
|
+
"Any succeeded or failed": "Any succeeded or failed",
|
|
8
|
+
"Continue after all branches succeeded": "Continue after all branches succeeded",
|
|
9
|
+
"Continue after any branch succeeded": "Continue after any branch succeeded",
|
|
10
|
+
"Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed."
|
|
11
|
+
}
|
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.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.2",
|
|
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": "58b206bdfca521e79a69989ca55dd19075dca523",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|