@nocobase/plugin-workflow-parallel 2.0.0-alpha.49 → 2.0.0-alpha.50

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.24.2",
13
13
  "@ant-design/icons": "5.6.1",
14
- "@nocobase/client": "2.0.0-alpha.49",
15
- "@nocobase/plugin-workflow": "2.0.0-alpha.49",
14
+ "@nocobase/client": "2.0.0-alpha.50",
15
+ "@nocobase/plugin-workflow": "2.0.0-alpha.50",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/server": "2.0.0-alpha.49",
18
- "@nocobase/plugin-workflow-test": "2.0.0-alpha.49",
19
- "@nocobase/test": "2.0.0-alpha.49",
20
- "@nocobase/utils": "2.0.0-alpha.49"
17
+ "@nocobase/server": "2.0.0-alpha.50",
18
+ "@nocobase/plugin-workflow-test": "2.0.0-alpha.50",
19
+ "@nocobase/test": "2.0.0-alpha.50",
20
+ "@nocobase/utils": "2.0.0-alpha.50"
21
21
  };
@@ -1,12 +1,14 @@
1
1
  {
2
- "Parallel branch": "Paralleler Zweig",
3
- "Run multiple branch processes in parallel.": "Führt mehrere Zweigprozesse parallel aus.",
4
2
  "Add branch": "Zweig hinzufügen",
5
- "Mode": "Ausführungsmodus",
6
3
  "All succeeded": "Alle erfolgreich",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
7
5
  "Any succeeded": "Irgendein erfolgreich",
8
6
  "Any succeeded or failed": "Irgendein erfolgreich oder fehlgeschlagen",
9
7
  "Continue after all branches succeeded": "Fortfahren, nachdem alle Zweige erfolgreich waren",
10
8
  "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
- }
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Fortfahren, nachdem ein Zweig erfolgreich war, oder beenden, nachdem ein Zweig fehlgeschlagen ist.",
10
+ "Mode": "Ausführungsmodus",
11
+ "Parallel branch": "Paralleler Zweig",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Führt mehrere Zweigprozesse parallel aus."
14
+ }
@@ -1,12 +1,14 @@
1
1
  {
2
- "Parallel branch": "Parallel branch",
3
- "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel.",
4
2
  "Add branch": "Add branch",
5
- "Mode": "Mode",
6
3
  "All succeeded": "All succeeded",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
7
5
  "Any succeeded": "Any succeeded",
8
6
  "Any succeeded or failed": "Any succeeded or failed",
9
7
  "Continue after all branches succeeded": "Continue after all branches succeeded",
10
8
  "Continue after any branch succeeded": "Continue after any branch succeeded",
11
- "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed."
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
10
+ "Mode": "Mode",
11
+ "Parallel branch": "Parallel branch",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
12
14
  }
@@ -1,10 +1,15 @@
1
1
  {
2
- "Parallel branch": "Rama paralela",
3
2
  "Add branch": "Añadir rama",
4
3
  "All succeeded": "Todo correcto",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
5
  "Any succeeded": "Cualquiera con éxito",
6
6
  "Any succeeded or failed": "Cualquiera tuvo éxito o falló",
7
7
  "Continue after all branches succeeded": "Continuar después que todas las ramas han tenido éxito",
8
8
  "Continue after any branch succeeded": "Continuar después que cualquier rama tenga éxito",
9
- "Continue after any branch succeeded, or exit after any branch failed": "Continuar después de que cualquier rama tenga éxito, o salir después de que cualquier rama falle"
10
- }
9
+ "Continue after any branch succeeded, or exit after any branch failed": "Continuar después de que cualquier rama tenga éxito, o salir después de que cualquier rama falle",
10
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
11
+ "Mode": "Mode",
12
+ "Parallel branch": "Rama paralela",
13
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
14
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
15
+ }
@@ -1,10 +1,15 @@
1
1
  {
2
- "Parallel branch": "Branche parallèle",
3
2
  "Add branch": "Ajouter une branche",
4
3
  "All succeeded": "Tous réussis",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
5
  "Any succeeded": "Un réussi",
6
6
  "Any succeeded or failed": "Un réussi ou un échoué",
7
7
  "Continue after all branches succeeded": "Continuer après la réussite de toutes les branches",
8
8
  "Continue after any branch succeeded": "Continuer après la réussite d'une branche",
9
- "Continue after any branch succeeded, or exit after any branch failed": "Continuer après la réussite d'une branche, ou quitter après l'échec d'une branche"
10
- }
9
+ "Continue after any branch succeeded, or exit after any branch failed": "Continuer après la réussite d'une branche, ou quitter après l'échec d'une branche",
10
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
11
+ "Mode": "Mode",
12
+ "Parallel branch": "Branche parallèle",
13
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
14
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
15
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "Add branch": "Ág hozzáadása",
3
+ "All succeeded": "Mind sikeres",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Bármelyik sikeres",
6
+ "Any succeeded or failed": "Bármelyik sikeres vagy sikertelen",
7
+ "Continue after all branches succeeded": "Folytatás miután minden ág sikeres",
8
+ "Continue after any branch succeeded": "Folytatás bármely ág sikeressége után",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Folytatás bármely ág sikeressége után, vagy kilépés bármely ág sikertelensége után.",
10
+ "Mode": "Mód",
11
+ "Parallel branch": "Párhuzamos ág",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Több ág folyamatának párhuzamos futtatása."
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "Add branch": "Tambah cabang",
3
+ "All succeeded": "Semua berhasil",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Ada yang berhasil",
6
+ "Any succeeded or failed": "Ada yang berhasil atau gagal",
7
+ "Continue after all branches succeeded": "Lanjutkan setelah semua cabang berhasil",
8
+ "Continue after any branch succeeded": "Lanjutkan setelah ada cabang yang berhasil",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Lanjutkan setelah ada cabang yang berhasil, atau keluar setelah ada cabang yang gagal.",
10
+ "Mode": "Mode",
11
+ "Parallel branch": "Cabang paralel",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Jalankan beberapa proses cabang secara paralel."
14
+ }
@@ -1,12 +1,14 @@
1
1
  {
2
- "Parallel branch": "Ramo parallelo",
3
- "Run multiple branch processes in parallel.": "Esegui più processi del ramo in parallelo.",
4
2
  "Add branch": "Aggiungi ramo",
5
- "Mode": "Modalità di esecuzione",
6
3
  "All succeeded": "Tutti riusciti",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
7
5
  "Any succeeded": "Qualsiasi riuscito",
8
6
  "Any succeeded or failed": "Qualsiasi riuscito o fallito",
9
7
  "Continue after all branches succeeded": "Continua dopo che tutti i rami sono riusciti",
10
8
  "Continue after any branch succeeded": "Continua dopo che qualsiasi ramo è riuscito",
11
- "Continue after any branch succeeded, or exit after any branch failed.": "Continua dopo che qualsiasi ramo è riuscito, o esci dopo che qualsiasi ramo è fallito."
12
- }
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continua dopo che qualsiasi ramo è riuscito, o esci dopo che qualsiasi ramo è fallito.",
10
+ "Mode": "Modalità di esecuzione",
11
+ "Parallel branch": "Ramo parallelo",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Esegui più processi del ramo in parallelo."
14
+ }
@@ -1,12 +1,14 @@
1
1
  {
2
- "Parallel branch": "分岐",
3
- "Run multiple branch processes in parallel.": "複数の分岐プロセスを並行して実行",
4
2
  "Add branch": "分岐を追加",
5
3
  "All succeeded": "すべて成功",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
6
5
  "Any succeeded": "いずれかが成功",
7
6
  "Any succeeded or failed": "いずれかが成功または失敗",
8
7
  "Continue after all branches succeeded": "すべての分岐が成功した後に続行",
9
8
  "Continue after any branch succeeded": "いずれかの分岐が成功した後に続行",
10
9
  "Continue after any branch succeeded, or exit after any branch failed.": "いずれかの分岐が成功した後に続行、または失敗したら終了",
11
- "Mode": "モード"
12
- }
10
+ "Mode": "モード",
11
+ "Parallel branch": "分岐",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "複数の分岐プロセスを並行して実行"
14
+ }
@@ -1,11 +1,14 @@
1
1
  {
2
- "Parallel branch": "병렬 분기",
3
- "Run multiple branch processes in parallel.": "여러 분기 프로세스를 병렬로 실행합니다.",
4
2
  "Add branch": "분기 추가",
5
3
  "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
- }
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "하나라도 성공",
6
+ "Any succeeded or failed": "하나라도 성공 또는 실패",
7
+ "Continue after all branches succeeded": "모든 분기 성공 후 계속",
8
+ "Continue after any branch succeeded": "하나라도 분기 성공 계속",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "하나라도 분기 성공 시 계속, 하나라도 실패 시 종료",
10
+ "Mode": "모드",
11
+ "Parallel branch": "병렬 분기",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "여러 분기 프로세스를 병렬로 실행합니다."
14
+ }
@@ -1,11 +1,14 @@
1
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."
2
+ "Add branch": "Add branch",
3
+ "All succeeded": "All succeeded",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Any succeeded",
6
+ "Any succeeded or failed": "Any succeeded or failed",
7
+ "Continue after all branches succeeded": "Continue after all branches succeeded",
8
+ "Continue after any branch succeeded": "Continue after any branch succeeded",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
10
+ "Mode": "Mode",
11
+ "Parallel branch": "Parallel branch",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
11
14
  }
@@ -1,10 +1,15 @@
1
1
  {
2
- "Parallel branch": "Ramo paralelo",
3
2
  "Add branch": "Adicionar ramo",
4
3
  "All succeeded": "Todos com sucesso",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
5
  "Any succeeded": "Qualquer um com sucesso",
6
6
  "Any succeeded or failed": "Qualquer um com sucesso ou falha",
7
7
  "Continue after all branches succeeded": "Continuar após todos os ramos com sucesso",
8
8
  "Continue after any branch succeeded": "Continuar após qualquer ramo com sucesso",
9
- "Continue after any branch succeeded, or exit after any branch failed": "Continuar após qualquer ramo com sucesso ou sair após qualquer ramo falhar"
10
- }
9
+ "Continue after any branch succeeded, or exit after any branch failed": "Continuar após qualquer ramo com sucesso ou sair após qualquer ramo falhar",
10
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
11
+ "Mode": "Mode",
12
+ "Parallel branch": "Ramo paralelo",
13
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
14
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
15
+ }
@@ -1,12 +1,14 @@
1
1
  {
2
- "Parallel branch": "Параллельная ветвь",
3
- "Run multiple branch processes in parallel.": "Запускать несколько ветвей параллельно.",
4
2
  "Add branch": "Добавить ветвь",
3
+ "All succeeded": "Все успешно",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Хотя бы одна успешна",
6
+ "Any succeeded or failed": "Хотя бы одна успешна или провалена",
7
+ "Continue after all branches succeeded": "Продолжить после успешного завершения всех ветвей",
8
+ "Continue after any branch succeeded": "Продолжить после успешного завершения любой из ветвей",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Продолжить после успеха любой из ветвей или выйти после неудачи любой из ветвей.",
5
10
  "Mode": "Режим",
6
- "All succeeded": "Всё успешно",
7
- "Any succeeded": "Что-то успешно",
8
- "Any succeeded or failed": "Что-то успешно или провалилось",
9
- "Continue after all branches succeeded": "Продолжать после успеха на всех ветвях",
10
- "Continue after any branch succeeded": "Продолжать после успеха на любой из ветвей",
11
- "Continue after any branch succeeded, or exit after any branch failed.": "Продолжать после успеха на любой из ветвей, или выйти после провала любой из ветвей."
12
- }
11
+ "Parallel branch": "Параллельная шлюз",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Запустить несколько процессов ветвей параллельно."
14
+ }
@@ -1,7 +1,14 @@
1
1
  {
2
- "Parallel branch": "Paralel dal",
2
+ "Add branch": "Add branch",
3
3
  "All succeeded": "Hepsi başarılı",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
4
5
  "Any succeeded": "Herhangi biri başarılı",
6
+ "Any succeeded or failed": "Any succeeded or failed",
5
7
  "Continue after all branches succeeded": "Tüm dallar başarılı olduktan sonra devam et",
6
- "Continue after any branch succeeded": "Herhangi bir dal başarılı olduktan sonra devam et"
7
- }
8
+ "Continue after any branch succeeded": "Herhangi bir dal başarılı olduktan sonra devam et",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
10
+ "Mode": "Mode",
11
+ "Parallel branch": "Paralel dal",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "Add branch": "Add branch",
3
+ "All succeeded": "All succeeded",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Any succeeded",
6
+ "Any succeeded or failed": "Any succeeded or failed",
7
+ "Continue after all branches succeeded": "Continue after all branches succeeded",
8
+ "Continue after any branch succeeded": "Continue after any branch succeeded",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
10
+ "Mode": "Mode",
11
+ "Parallel branch": "Parallel branch",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "Add branch": "Thêm nhánh",
3
+ "All succeeded": "Tất cả thành công",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Bất kỳ thành công",
6
+ "Any succeeded or failed": "Bất kỳ thành công hoặc thất bại",
7
+ "Continue after all branches succeeded": "Tiếp tục sau khi tất cả các nhánh thành công",
8
+ "Continue after any branch succeeded": "Tiếp tục sau khi bất kỳ nhánh nào thành công",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Tiếp tục sau khi bất kỳ nhánh nào thành công, hoặc thoát sau khi bất kỳ nhánh nào thất bại.",
10
+ "Mode": "Chế độ",
11
+ "Parallel branch": "Nhánh song song",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Chạy nhiều quy trình nhánh song song."
14
+ }
@@ -1,14 +1,14 @@
1
1
  {
2
- "Parallel branch": "并行分支",
3
- "Run multiple branch processes in parallel.": "并行运行多个分支流程。",
4
- "Add branch": "添加分支",
5
- "Mode": "执行模式",
2
+ "Add branch": "增加分支",
6
3
  "All succeeded": "全部成功",
4
+ "Always continue after all branches end, regardless of success or failure.": "无论分支成功或失败,始终在所有分支结束后继续。",
7
5
  "Any succeeded": "任意成功",
8
6
  "Any succeeded or failed": "任意成功或失败",
9
- "Run all branches (ignore failures)": "全部执行(忽略失败)",
10
7
  "Continue after all branches succeeded": "全部分支都成功后才能继续",
11
8
  "Continue after any branch succeeded": "任意分支成功后就继续",
12
9
  "Continue after any branch succeeded, or exit after any branch failed.": "任意分支成功就继续流程,或者任意分支失败就退出流程。",
13
- "Always continue after all branches end, regardless of success or failure.": "无论分支成功或失败,始终在所有分支结束后继续。"
14
- }
10
+ "Mode": "执行模式",
11
+ "Parallel branch": "并行分支",
12
+ "Run all branches (ignore failures)": "全部执行(忽略失败)",
13
+ "Run multiple branch processes in parallel.": "并行运行多个分支流程。"
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "Add branch": "Add branch",
3
+ "All succeeded": "All succeeded",
4
+ "Always continue after all branches end, regardless of success or failure.": "Always continue after all branches end, regardless of success or failure.",
5
+ "Any succeeded": "Any succeeded",
6
+ "Any succeeded or failed": "Any succeeded or failed",
7
+ "Continue after all branches succeeded": "Continue after all branches succeeded",
8
+ "Continue after any branch succeeded": "Continue after any branch succeeded",
9
+ "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.",
10
+ "Mode": "Mode",
11
+ "Parallel branch": "Parallel branch",
12
+ "Run all branches (ignore failures)": "Run all branches (ignore failures)",
13
+ "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel."
14
+ }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Could be used for parallel execution of branch processes in the workflow.",
7
7
  "description.ru-RU": "Может использоваться для параллельного выполнения ветвящихся процессов в рабочем процессе.",
8
8
  "description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
9
- "version": "2.0.0-alpha.49",
9
+ "version": "2.0.0-alpha.50",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/workflow-parallel",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/server": "2.x",
26
26
  "@nocobase/test": "2.x"
27
27
  },
28
- "gitHead": "99f71bc8961da62a761630b3eae11092a4372e3e",
28
+ "gitHead": "a6eb64abf3632e116ad0b295a7f410270a1059d1",
29
29
  "keywords": [
30
30
  "Workflow"
31
31
  ]