@nocobase/plugin-workflow 2.1.11 → 2.2.0-alpha.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.
Files changed (233) hide show
  1. package/client-v2.d.ts +2 -0
  2. package/client-v2.js +1 -0
  3. package/dist/client/119.e7dbd037d52d1286.js +10 -0
  4. package/dist/client/142.d84a976875799df4.js +10 -0
  5. package/dist/client/159.3d5abee06b818db3.js +10 -0
  6. package/dist/client/276.69fb2aea13bc7c37.js +10 -0
  7. package/dist/client/346.66d060d37843d3d1.js +10 -0
  8. package/dist/client/382.80ebd002a9971b65.js +10 -0
  9. package/dist/client/394.d7eacf666590a6ae.js +10 -0
  10. package/dist/client/438.c4de8f085e490158.js +10 -0
  11. package/dist/client/509.2f72dd97808f12d1.js +10 -0
  12. package/dist/client/54.c452a382e9b3953d.js +10 -0
  13. package/dist/client/{618.c91be3f6e4d73501.js → 618.a97bc812678ab2a7.js} +1 -1
  14. package/dist/client/635.3f165e9ed7e940b2.js +10 -0
  15. package/dist/client/67.4117e04bd42f9d42.js +10 -0
  16. package/dist/client/719.5801e3f1cf81b97b.js +10 -0
  17. package/dist/client/739.955f18b3dc31ae3a.js +10 -0
  18. package/dist/client/759.13aab01e6912ed8d.js +10 -0
  19. package/dist/client/772.1ebaef11a0ac8688.js +10 -0
  20. package/dist/client/782.332fd345a98b82c2.js +10 -0
  21. package/dist/client/828.77de843c49fb307a.js +10 -0
  22. package/dist/client/87.d2c2b5b1cae08bfc.js +10 -0
  23. package/dist/client/938.77649c32dae1c225.js +10 -0
  24. package/dist/client/964.cb1ecff7a46687b7.js +10 -0
  25. package/dist/client/972.4da2796f3f2df874.js +10 -0
  26. package/dist/client/AddNodeContext.d.ts +1 -9
  27. package/dist/client/Branch.d.ts +1 -1
  28. package/dist/client/BranchContext.d.ts +2 -10
  29. package/dist/client/FlowContext.d.ts +10 -5
  30. package/dist/client/NodeClipboardContext.d.ts +12 -2
  31. package/dist/client/NodeDragContext.d.ts +14 -2
  32. package/dist/client/RemoveNodeContext.d.ts +16 -2
  33. package/dist/client/index.d.ts +1 -1
  34. package/dist/client/index.js +1 -1
  35. package/dist/client/nodeVariableUtils.d.ts +7 -6
  36. package/dist/client/nodes/calculation.d.ts +3 -75
  37. package/dist/client/nodes/condition.d.ts +7 -111
  38. package/dist/client/nodes/create.d.ts +3 -124
  39. package/dist/client/nodes/destroy.d.ts +2 -57
  40. package/dist/client/nodes/end.d.ts +2 -23
  41. package/dist/client/nodes/index.d.ts +2 -91
  42. package/dist/client/nodes/multi-conditions.d.ts +10 -48
  43. package/dist/client/nodes/output.d.ts +2 -44
  44. package/dist/client/nodes/query.d.ts +3 -255
  45. package/dist/client/nodes/update.d.ts +2 -117
  46. package/dist/client/style.d.ts +7 -27
  47. package/dist/client/triggers/collection.d.ts +3 -154
  48. package/dist/client/triggers/index.d.ts +2 -36
  49. package/dist/client/triggers/schedule/index.d.ts +8 -65
  50. package/dist/client/utils.d.ts +4 -5
  51. package/dist/client/variable.d.ts +4 -44
  52. package/dist/client-v2/119.81195bcd0d451279.js +10 -0
  53. package/dist/client-v2/142.3d386748090ff6d3.js +10 -0
  54. package/dist/client-v2/159.cb221540c286cd32.js +10 -0
  55. package/dist/client-v2/224.44a5e1227bee33fb.js +10 -0
  56. package/dist/client-v2/276.43297f402f31970e.js +10 -0
  57. package/dist/client-v2/326.bdc99ad8e7590970.js +10 -0
  58. package/dist/client-v2/346.8c038b3c99d4fdc9.js +10 -0
  59. package/dist/client-v2/382.05f5482bb512b179.js +10 -0
  60. package/dist/client-v2/387.ab3eac2eb447f36f.js +10 -0
  61. package/dist/client-v2/394.515ed058e7f72797.js +10 -0
  62. package/dist/client-v2/438.b7df0416b66f8f64.js +10 -0
  63. package/dist/client-v2/513.ab2bdd96ad9ece4d.js +10 -0
  64. package/dist/client-v2/54.287764bc467d65da.js +10 -0
  65. package/dist/client-v2/635.37de4abe241b30e8.js +10 -0
  66. package/dist/client-v2/719.05cf070ef89a78f4.js +10 -0
  67. package/dist/client-v2/739.906e94bbe6d52a3d.js +10 -0
  68. package/dist/client-v2/759.7b162ad3adf450f1.js +10 -0
  69. package/dist/client-v2/772.8e5148d8c1518449.js +10 -0
  70. package/dist/client-v2/938.717e47af39485b29.js +10 -0
  71. package/dist/client-v2/ExecutionCanvas.d.ts +15 -0
  72. package/dist/client-v2/canvas/AddNodeContext.d.ts +35 -0
  73. package/dist/client-v2/canvas/AddNodeContext.shared.d.ts +33 -0
  74. package/dist/client-v2/canvas/AddNodeSlot.d.ts +20 -0
  75. package/dist/client-v2/canvas/Branch.d.ts +32 -0
  76. package/dist/client-v2/canvas/BranchContext.d.ts +20 -0
  77. package/dist/client-v2/canvas/BranchRenderContext.d.ts +14 -0
  78. package/dist/client-v2/canvas/CanvasContent.d.ts +20 -0
  79. package/dist/client-v2/canvas/DownstreamBranchIndex.d.ts +20 -0
  80. package/dist/client-v2/canvas/Instruction.d.ts +139 -0
  81. package/dist/{client/triggers/schedule/EndsByField.d.ts → client-v2/canvas/JobButton.d.ts} +3 -3
  82. package/dist/client-v2/canvas/Node.d.ts +36 -0
  83. package/dist/client-v2/canvas/NodeClipboardContext.d.ts +64 -0
  84. package/dist/client-v2/canvas/NodeConfigDrawer.d.ts +27 -0
  85. package/dist/client-v2/canvas/NodeDragContext.d.ts +83 -0
  86. package/dist/client-v2/canvas/RemoveNodeContext.d.ts +45 -0
  87. package/dist/client-v2/canvas/WorkflowTypedVariableInput.d.ts +16 -0
  88. package/dist/client-v2/canvas/WorkflowVariableInput.d.ts +39 -0
  89. package/dist/client-v2/canvas/WorkflowVariableJsonTextArea.d.ts +15 -0
  90. package/dist/client-v2/canvas/WorkflowVariableTextArea.d.ts +18 -0
  91. package/dist/client-v2/canvas/adaptVariableOptionToMetaTree.d.ts +48 -0
  92. package/dist/client-v2/canvas/addNodeController.d.ts +70 -0
  93. package/dist/client-v2/canvas/collectionFieldOptions.d.ts +57 -0
  94. package/dist/client-v2/canvas/contexts.d.ts +84 -0
  95. package/dist/client-v2/canvas/dropImpact.d.ts +28 -0
  96. package/dist/client-v2/canvas/instructionAvailability.d.ts +26 -0
  97. package/dist/client-v2/canvas/nodeRenderDispatch.d.ts +79 -0
  98. package/dist/client-v2/canvas/nodeTree.d.ts +21 -0
  99. package/dist/client-v2/canvas/nodeVariableUtils.d.ts +14 -0
  100. package/dist/client-v2/canvas/removeNodeUtils.d.ts +31 -0
  101. package/dist/client-v2/canvas/style.d.ts +35 -0
  102. package/dist/client-v2/canvas/textAreaInsertion.d.ts +14 -0
  103. package/dist/client-v2/canvas/useWorkflowInstruction.d.ts +23 -0
  104. package/dist/client-v2/canvas/useWorkflowVariableOptions.d.ts +40 -0
  105. package/dist/client-v2/canvas/workflowVariableConverters.d.ts +13 -0
  106. package/dist/client-v2/components/Calculation.d.ts +18 -0
  107. package/dist/client-v2/components/ExecutionStatusIcon.d.ts +18 -0
  108. package/dist/{client/triggers/schedule/RepeatField.d.ts → client-v2/components/ExecutionStatusTag.d.ts} +3 -4
  109. package/dist/client-v2/components/ExecutionViewHeader.d.ts +29 -0
  110. package/dist/client-v2/components/ExecutionsDropdown.d.ts +25 -0
  111. package/dist/client-v2/components/FilterDynamicComponent.d.ts +22 -0
  112. package/dist/client-v2/components/HideVariableContext.d.ts +11 -0
  113. package/dist/client-v2/components/JobResultModal.d.ts +11 -0
  114. package/dist/client-v2/components/RadioWithTooltip.d.ts +23 -0
  115. package/dist/client-v2/components/SyncModeSelect.d.ts +16 -0
  116. package/dist/{client/triggers/schedule/OnField.d.ts → client-v2/components/SyncModeTag.d.ts} +3 -3
  117. package/dist/client-v2/components/TestRunButton.d.ts +36 -0
  118. package/dist/client-v2/components/TimeoutInput.d.ts +15 -0
  119. package/dist/client-v2/components/WorkflowCanvasHeader.d.ts +17 -0
  120. package/dist/client-v2/components/WorkflowDetailsModal.d.ts +25 -0
  121. package/dist/client-v2/components/WorkflowEnabledSwitch.d.ts +16 -0
  122. package/dist/client-v2/components/WorkflowMenu.d.ts +17 -0
  123. package/dist/client-v2/components/WorkflowRevisionsDropdown.d.ts +15 -0
  124. package/dist/client-v2/components/WorkflowVariableWrapper.d.ts +25 -0
  125. package/dist/client-v2/components/collection/AppendsSelect.d.ts +15 -0
  126. package/dist/client-v2/components/collection/AssignedFieldsEditor.d.ts +16 -0
  127. package/dist/client-v2/components/collection/CollectionCascader.d.ts +15 -0
  128. package/dist/client-v2/components/collection/FieldsSelect.d.ts +16 -0
  129. package/dist/client-v2/components/collection/PaginationFields.d.ts +14 -0
  130. package/dist/client-v2/components/collection/SortFieldsInput.d.ts +19 -0
  131. package/dist/client-v2/components/collection/TriggerCollectionRecordSelect.d.ts +15 -0
  132. package/dist/client-v2/components/collection/index.d.ts +16 -0
  133. package/dist/client-v2/components/collection/utils.d.ts +42 -0
  134. package/dist/client-v2/components/formatResultForDisplay.d.ts +17 -0
  135. package/dist/client-v2/components/jobStatus.d.ts +27 -0
  136. package/dist/client-v2/components/renderEngineReference.d.ts +10 -0
  137. package/dist/client-v2/components/workflowCanvas.d.ts +41 -0
  138. package/dist/client-v2/constants.d.ts +14 -0
  139. package/dist/client-v2/hooks/useWorkflowRuntimePaths.d.ts +37 -0
  140. package/dist/client-v2/index.d.ts +43 -0
  141. package/dist/client-v2/index.js +10 -0
  142. package/dist/client-v2/locale.d.ts +41 -0
  143. package/dist/{client → client-v2}/models/NodeDetailsGridModel.d.ts +1 -1
  144. package/dist/{client → client-v2}/models/NodeDetailsModel.d.ts +1 -1
  145. package/dist/{client → client-v2}/models/NodeValueModel.d.ts +1 -1
  146. package/dist/{client → client-v2}/models/TaskCardCommonItemModel.d.ts +1 -1
  147. package/dist/{client → client-v2}/models/index.d.ts +1 -0
  148. package/dist/client-v2/models/triggerWorkflows.d.ts +43 -0
  149. package/dist/client-v2/nodes/calculation.d.ts +38 -0
  150. package/dist/client-v2/nodes/collectionNode.d.ts +29 -0
  151. package/dist/client-v2/nodes/components/calculation.d.ts +11 -0
  152. package/dist/client-v2/nodes/components/collection.d.ts +15 -0
  153. package/dist/client-v2/nodes/components/condition.d.ts +25 -0
  154. package/dist/client-v2/nodes/components/conditionShared.d.ts +20 -0
  155. package/dist/client-v2/nodes/components/create.d.ts +12 -0
  156. package/dist/client-v2/nodes/components/destroy.d.ts +12 -0
  157. package/dist/{client/triggers/schedule/ScheduleConfig.d.ts → client-v2/nodes/components/end.d.ts} +1 -1
  158. package/dist/client-v2/nodes/components/filter.d.ts +16 -0
  159. package/dist/client-v2/nodes/components/multi-conditions.d.ts +13 -0
  160. package/dist/client-v2/nodes/components/multiConditionsShared.d.ts +20 -0
  161. package/dist/client-v2/nodes/components/output.d.ts +10 -0
  162. package/dist/client-v2/nodes/components/query.d.ts +12 -0
  163. package/dist/client-v2/nodes/components/update.d.ts +12 -0
  164. package/dist/client-v2/nodes/condition.d.ts +46 -0
  165. package/dist/client-v2/nodes/create.d.ts +30 -0
  166. package/dist/client-v2/nodes/destroy.d.ts +24 -0
  167. package/dist/client-v2/nodes/end.d.ts +21 -0
  168. package/dist/client-v2/nodes/multi-conditions.d.ts +34 -0
  169. package/dist/client-v2/nodes/output.d.ts +29 -0
  170. package/dist/client-v2/nodes/query.d.ts +32 -0
  171. package/dist/client-v2/nodes/update.d.ts +25 -0
  172. package/dist/client-v2/pages/ExecutionHistoryDrawer.d.ts +13 -0
  173. package/dist/client-v2/pages/ExecutionViewPage.d.ts +10 -0
  174. package/dist/client-v2/pages/WorkflowCanvasPage.d.ts +10 -0
  175. package/dist/client-v2/pages/WorkflowCategoryTabs.d.ts +25 -0
  176. package/dist/client-v2/pages/WorkflowFormDrawer.d.ts +39 -0
  177. package/dist/client-v2/pages/WorkflowPane.d.ts +10 -0
  178. package/dist/client-v2/plugin.d.ts +67 -0
  179. package/dist/client-v2/triggers/ExecuteWorkflowButton.d.ts +35 -0
  180. package/dist/client-v2/triggers/TriggerConfig.d.ts +22 -0
  181. package/dist/client-v2/triggers/TriggerExecutionButton.d.ts +13 -0
  182. package/dist/client-v2/triggers/collection/CollectionConfig.d.ts +14 -0
  183. package/dist/client-v2/triggers/collection/TriggerCollectionConfig.d.ts +11 -0
  184. package/dist/client-v2/triggers/collection/constants.d.ts +28 -0
  185. package/dist/client-v2/triggers/collection/index.d.ts +40 -0
  186. package/dist/client-v2/triggers/index.d.ts +61 -0
  187. package/dist/client-v2/triggers/schedule/EndsByField.d.ts +17 -0
  188. package/dist/client-v2/triggers/schedule/OnField.d.ts +20 -0
  189. package/dist/client-v2/triggers/schedule/RepeatField.d.ts +23 -0
  190. package/dist/client-v2/triggers/schedule/ScheduleConfig.d.ts +17 -0
  191. package/dist/client-v2/triggers/schedule/ScheduleModes.d.ts +41 -0
  192. package/dist/{client → client-v2}/triggers/schedule/TriggerScheduleConfig.d.ts +1 -0
  193. package/dist/{client → client-v2}/triggers/schedule/constants.d.ts +8 -5
  194. package/dist/client-v2/triggers/schedule/index.d.ts +40 -0
  195. package/dist/client-v2/triggers/schedule/locale/Cron.zh-CN.d.ts +11 -0
  196. package/dist/common/executionStatus.d.ts +44 -0
  197. package/dist/common/executionStatus.js +133 -0
  198. package/dist/externalVersion.js +16 -12
  199. package/dist/locale/de-DE.json +14 -1
  200. package/dist/locale/en-US.json +21 -1
  201. package/dist/locale/es-ES.json +14 -1
  202. package/dist/locale/fr-FR.json +14 -1
  203. package/dist/locale/hu-HU.json +14 -1
  204. package/dist/locale/id-ID.json +14 -1
  205. package/dist/locale/it-IT.json +14 -1
  206. package/dist/locale/ja-JP.json +14 -1
  207. package/dist/locale/ko-KR.json +14 -1
  208. package/dist/locale/nl-NL.json +14 -1
  209. package/dist/locale/pt-BR.json +14 -1
  210. package/dist/locale/ru-RU.json +14 -1
  211. package/dist/locale/tr-TR.json +14 -1
  212. package/dist/locale/uk-UA.json +14 -1
  213. package/dist/locale/vi-VN.json +14 -1
  214. package/dist/locale/zh-CN.json +20 -1
  215. package/dist/locale/zh-TW.json +14 -1
  216. package/dist/node_modules/cron-parser/package.json +1 -1
  217. package/dist/node_modules/joi/package.json +1 -1
  218. package/dist/node_modules/lru-cache/package.json +1 -1
  219. package/dist/node_modules/nodejs-snowflake/package.json +1 -1
  220. package/dist/server/Processor.d.ts +16 -0
  221. package/dist/server/Processor.js +112 -0
  222. package/dist/server/index.d.ts +1 -1
  223. package/dist/server/instructions/CreateInstruction.js +6 -2
  224. package/dist/server/instructions/DestroyInstruction.js +2 -1
  225. package/dist/server/instructions/QueryInstruction.js +2 -1
  226. package/dist/server/instructions/UpdateInstruction.js +2 -1
  227. package/dist/server/triggers/CollectionTrigger.d.ts +5 -0
  228. package/dist/server/triggers/CollectionTrigger.js +26 -1
  229. package/package.json +3 -2
  230. package/dist/client/67.61e70b8b777f8638.js +0 -10
  231. package/dist/client/964.ffbf5b47ed12bbdc.js +0 -10
  232. package/dist/client/triggers/schedule/ScheduleModes.d.ts +0 -170
  233. package/dist/client/triggers/schedule/locale/Cron.zh-CN.d.ts +0 -42
@@ -0,0 +1,133 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ var __defProp = Object.defineProperty;
11
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
+ var __getOwnPropNames = Object.getOwnPropertyNames;
13
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
14
+ var __export = (target, all) => {
15
+ for (var name in all)
16
+ __defProp(target, name, { get: all[name], enumerable: true });
17
+ };
18
+ var __copyProps = (to, from, except, desc) => {
19
+ if (from && typeof from === "object" || typeof from === "function") {
20
+ for (let key of __getOwnPropNames(from))
21
+ if (!__hasOwnProp.call(to, key) && key !== except)
22
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
+ }
24
+ return to;
25
+ };
26
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
+ var executionStatus_exports = {};
28
+ __export(executionStatus_exports, {
29
+ EXECUTION_REASON_OPTIONS: () => EXECUTION_REASON_OPTIONS,
30
+ EXECUTION_REASON_OPTIONS_MAP: () => EXECUTION_REASON_OPTIONS_MAP,
31
+ EXECUTION_STATUS: () => EXECUTION_STATUS,
32
+ EXECUTION_STATUS_OPTIONS: () => EXECUTION_STATUS_OPTIONS,
33
+ EXECUTION_STATUS_OPTIONS_MAP: () => EXECUTION_STATUS_OPTIONS_MAP
34
+ });
35
+ module.exports = __toCommonJS(executionStatus_exports);
36
+ var import_constants = require("./constants");
37
+ const EXECUTION_STATUS = {
38
+ QUEUEING: null,
39
+ STARTED: 0,
40
+ RESOLVED: 1,
41
+ FAILED: -1,
42
+ ERROR: -2,
43
+ ABORTED: -3,
44
+ CANCELED: -4,
45
+ REJECTED: -5,
46
+ RETRY_NEEDED: -6
47
+ };
48
+ const EXECUTION_STATUS_OPTIONS = [
49
+ {
50
+ value: EXECUTION_STATUS.QUEUEING,
51
+ label: `{{t("Queueing", { ns: "${import_constants.NAMESPACE}" })}}`,
52
+ color: "blue",
53
+ description: `{{t("Triggered but still waiting in queue to execute.", { ns: "${import_constants.NAMESPACE}" })}}`
54
+ },
55
+ {
56
+ value: EXECUTION_STATUS.STARTED,
57
+ label: `{{t("On going", { ns: "${import_constants.NAMESPACE}" })}}`,
58
+ color: "gold",
59
+ description: `{{t("Started and executing, maybe waiting for an async callback (manual, delay etc.).", { ns: "${import_constants.NAMESPACE}" })}}`
60
+ },
61
+ {
62
+ value: EXECUTION_STATUS.RESOLVED,
63
+ label: `{{t("Resolved", { ns: "${import_constants.NAMESPACE}" })}}`,
64
+ color: "green",
65
+ description: `{{t("Successfully finished.", { ns: "${import_constants.NAMESPACE}" })}}`
66
+ },
67
+ {
68
+ value: EXECUTION_STATUS.FAILED,
69
+ label: `{{t("Failed", { ns: "${import_constants.NAMESPACE}" })}}`,
70
+ color: "red",
71
+ description: `{{t("Failed to satisfy node configurations.", { ns: "${import_constants.NAMESPACE}" })}}`
72
+ },
73
+ {
74
+ value: EXECUTION_STATUS.ERROR,
75
+ label: `{{t("Error", { ns: "${import_constants.NAMESPACE}" })}}`,
76
+ color: "red",
77
+ description: `{{t("Some node meets error.", { ns: "${import_constants.NAMESPACE}" })}}`
78
+ },
79
+ {
80
+ value: EXECUTION_STATUS.ABORTED,
81
+ label: `{{t("Aborted", { ns: "${import_constants.NAMESPACE}" })}}`,
82
+ color: "red",
83
+ description: `{{t("Running of some node was aborted by program flow.", { ns: "${import_constants.NAMESPACE}" })}}`
84
+ },
85
+ {
86
+ value: EXECUTION_STATUS.CANCELED,
87
+ label: `{{t("Canceled", { ns: "${import_constants.NAMESPACE}" })}}`,
88
+ color: "volcano",
89
+ description: `{{t("Manually canceled whole execution when waiting.", { ns: "${import_constants.NAMESPACE}" })}}`
90
+ },
91
+ {
92
+ value: EXECUTION_STATUS.REJECTED,
93
+ label: `{{t("Rejected", { ns: "${import_constants.NAMESPACE}" })}}`,
94
+ color: "volcano",
95
+ description: `{{t("Rejected from a manual node.", { ns: "${import_constants.NAMESPACE}" })}}`
96
+ },
97
+ {
98
+ value: EXECUTION_STATUS.RETRY_NEEDED,
99
+ label: `{{t("Retry needed", { ns: "${import_constants.NAMESPACE}" })}}`,
100
+ color: "volcano",
101
+ description: `{{t("General failed but should do another try.", { ns: "${import_constants.NAMESPACE}" })}}`
102
+ }
103
+ ];
104
+ const EXECUTION_STATUS_OPTIONS_MAP = EXECUTION_STATUS_OPTIONS.reduce(
105
+ (map, option) => Object.assign(map, { [option.value]: option }),
106
+ {}
107
+ );
108
+ const EXECUTION_REASON_OPTIONS = [
109
+ {
110
+ value: import_constants.EXECUTION_REASON.TIMEOUT,
111
+ label: `{{t("Timed out", { ns: "${import_constants.NAMESPACE}" })}}`
112
+ },
113
+ {
114
+ value: import_constants.EXECUTION_REASON.MANUAL_CANCEL,
115
+ label: `{{t("Canceled manually", { ns: "${import_constants.NAMESPACE}" })}}`
116
+ },
117
+ {
118
+ value: import_constants.EXECUTION_REASON.PARENT_ABORTED,
119
+ label: `{{t("Aborted with parent execution", { ns: "${import_constants.NAMESPACE}" })}}`
120
+ }
121
+ ];
122
+ const EXECUTION_REASON_OPTIONS_MAP = EXECUTION_REASON_OPTIONS.reduce(
123
+ (map, option) => Object.assign(map, { [option.value]: option }),
124
+ {}
125
+ );
126
+ // Annotate the CommonJS export names for ESM import in node:
127
+ 0 && (module.exports = {
128
+ EXECUTION_REASON_OPTIONS,
129
+ EXECUTION_REASON_OPTIONS_MAP,
130
+ EXECUTION_STATUS,
131
+ EXECUTION_STATUS_OPTIONS,
132
+ EXECUTION_STATUS_OPTIONS_MAP
133
+ });
@@ -11,29 +11,33 @@ module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@formily/core": "2.3.7",
13
13
  "@formily/react": "2.3.7",
14
- "@nocobase/client": "2.1.11",
15
- "@nocobase/utils": "2.1.11",
14
+ "@nocobase/client": "2.2.0-alpha.2",
15
+ "@nocobase/utils": "2.2.0-alpha.2",
16
16
  "antd": "5.24.2",
17
17
  "@ant-design/icons": "5.6.1",
18
+ "@nocobase/flow-engine": "2.2.0-alpha.2",
19
+ "ahooks": "3.7.8",
18
20
  "react-router-dom": "6.30.1",
19
21
  "react-i18next": "11.18.6",
20
22
  "lodash": "4.18.1",
21
23
  "@dnd-kit/core": "6.1.0",
22
24
  "@formily/shared": "2.3.7",
23
- "@nocobase/flow-engine": "2.1.11",
24
- "@nocobase/plugin-mobile": "2.1.11",
25
+ "@nocobase/plugin-mobile": "2.2.0-alpha.2",
26
+ "@nocobase/client-v2": "2.2.0-alpha.2",
25
27
  "sequelize": "6.35.2",
26
- "@nocobase/server": "2.1.11",
27
- "@nocobase/database": "2.1.11",
28
- "@nocobase/data-source-manager": "2.1.11",
29
- "@nocobase/logger": "2.1.11",
30
- "@nocobase/evaluators": "2.1.11",
28
+ "@nocobase/server": "2.2.0-alpha.2",
29
+ "@nocobase/database": "2.2.0-alpha.2",
30
+ "@nocobase/data-source-manager": "2.2.0-alpha.2",
31
+ "@nocobase/logger": "2.2.0-alpha.2",
32
+ "@nocobase/evaluators": "2.2.0-alpha.2",
31
33
  "@formily/antd-v5": "1.2.3",
32
34
  "@formily/reactive": "2.3.7",
33
35
  "@emotion/css": "11.13.0",
34
36
  "@formily/json-schema": "2.3.7",
35
- "@nocobase/actions": "2.1.11",
37
+ "antd-style": "3.7.1",
36
38
  "dayjs": "1.11.13",
37
- "@nocobase/plugin-workflow-test": "2.1.11",
38
- "@nocobase/test": "2.1.11"
39
+ "@nocobase/actions": "2.2.0-alpha.2",
40
+ "@nocobase/plugin-workflow-test": "2.2.0-alpha.2",
41
+ "@nocobase/test": "2.2.0-alpha.2",
42
+ "@dnd-kit/sortable": "7.0.2"
39
43
  };
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Ausgeführt am",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "Ausgeführter Workflow kann nicht geändert werden. Kann in eine neue Version kopiert werden, um Änderungen vorzunehmen.",
104
104
  "Execution history": "Ausführungsverlauf",
105
+ "Version ID": "Versions-ID",
106
+ "Parent execution ID": "Übergeordnete Ausführungs-ID",
107
+ "Triggered manually": "Manuell ausgelöst",
105
108
  "Timeout settings": "Zeitlimit-Einstellungen",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 bedeutet unbegrenzt. Wenn Sie einen anderen Wert festlegen und die Ausführung beim Erreichen des Zeitlimits noch nicht abgeschlossen ist, wird der Ausführungsplan beendet und die verbleibenden Knoten werden nicht mehr ausgeführt. Die Zeit in der Warteschlange wird nicht mitgezählt; die Zeitmessung beginnt erst, nachdem die Ausführung erstmals einen Prozessor erreicht hat.",
107
110
  "Exit when query result is null": "Beenden, wenn das Abfrageergebnis null ist",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Syntaxreferenzen: ",
203
206
  "System time": "Systemzeit",
204
207
  "System variables": "Systemvariablen",
208
+ "System process failed, please contact administrator.": "Systemprozess fehlgeschlagen, bitte Administrator kontaktieren.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Testlauf",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "Testlauf führt tatsächliche Datenmanipulationen oder API-Aufrufe durch, bitte mit Vorsicht verwenden.",
@@ -265,5 +269,14 @@
265
269
  "Impacted dependent node variables": "Knoten, die Variablen des aktuellen Knotens referenzieren",
266
270
  "Keep variable references": "Variablenreferenzen beibehalten",
267
271
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Das Beibehalten von Variablenreferenzen erfordert eine manuelle Anpassung, andernfalls kann der Workflow fehlschlagen.",
268
- "Failed to update node variables": "Aktualisierung der Knotenvariablen fehlgeschlagen"
272
+ "Failed to update node variables": "Aktualisierung der Knotenvariablen fehlgeschlagen",
273
+ "Unsupported node": "Unsupported node",
274
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
275
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
276
+ "Node title": "Node title",
277
+ "Failed to add node": "Failed to add node",
278
+ "Failed to delete node": "Failed to delete node",
279
+ "Failed to save node": "Failed to save node",
280
+ "Failed to run": "Failed to run",
281
+ "Copied node": "Copied node"
269
282
  }
@@ -8,6 +8,7 @@
8
8
  "Add": "Add",
9
9
  "Add branch": "Add branch",
10
10
  "Add category": "Add category",
11
+ "Add field": "Add field",
11
12
  "Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "Add new record to a collection. You can use variables from upstream nodes to assign values to fields.",
12
13
  "Add node": "Add node",
13
14
  "Add workflow": "Add workflow",
@@ -116,6 +117,7 @@
116
117
  "Failed to satisfy node configurations.": "Failed to satisfy node configurations.",
117
118
  "False": "False",
118
119
  "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.",
120
+ "Fields values": "Fields values",
119
121
  "First condition": "First condition",
120
122
  "For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.": "For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.",
121
123
  "From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.": "From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.",
@@ -155,6 +157,7 @@
155
157
  "No workflow tasks available. Please contact the administrator.": "No workflow tasks available. Please contact the administrator.",
156
158
  "Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
157
159
  "Node result": "Node result",
160
+ "Node title": "Node title",
158
161
  "Node type": "Node type",
159
162
  "Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "Node with unknown type will cause error. Please delete it or check plugin which provide this type.",
160
163
  "Null": "Null",
@@ -169,6 +172,7 @@
169
172
  "Otherwise": "Otherwise",
170
173
  "Output": "Output",
171
174
  "Output value": "Output value",
175
+ "Parent execution ID": "Parent execution ID",
172
176
  "Pending": "Pending",
173
177
  "Please add at least one condition": "Please add at least one condition",
174
178
  "Please select collection first": "Please select collection first",
@@ -208,6 +212,10 @@
208
212
  "Support pre-action event (local mode), post-action event (local mode), and approval event here.": "Support pre-action event (local mode), post-action event (local mode), and approval event here.",
209
213
  "Sync": "Sync",
210
214
  "Sync enabled status of all workflows from database": "Sync enabled status of all workflows from database",
215
+ "Synchronous collection event workflows run within the trigger transaction by default. Related data operations automatically use this transaction.": "Synchronous collection event workflows run within the trigger transaction by default. Related data operations automatically use this transaction.",
216
+ "Rollback when workflow execution fails": "Rollback when workflow execution fails",
217
+ "Only available in synchronous mode. When enabled, if the workflow execution ends with a failed status, the data operation that triggered it will fail and be rolled back.": "Only available in synchronous mode. When enabled, if the workflow execution ends with a failed status, the data operation that triggered it will fail and be rolled back.",
218
+ "System process failed, please contact administrator.": "System process failed, please contact administrator.",
211
219
  "Synchronously": "Synchronously",
212
220
  "Syntax references: ": "Syntax references: ",
213
221
  "System time": "System time",
@@ -224,9 +232,12 @@
224
232
  "The workflow tasks page has already been created.": "The workflow tasks page has already been created.",
225
233
  "This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).": "This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).",
226
234
  "This node contains branches, deleting will also be preformed to them, are you sure?": "This node contains branches, deleting will also be preformed to them, are you sure?",
235
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
236
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
227
237
  "This type of trigger has not been supported to be executed manually.": "This type of trigger has not been supported to be executed manually.",
228
238
  "This will perform all the actions configured in the workflow. Are you sure you want to continue?": "This will perform all the actions configured in the workflow. Are you sure you want to continue?",
229
239
  "Trigger": "Trigger",
240
+ "Trigger configuration": "Trigger configuration",
230
241
  "Trigger data": "Trigger data",
231
242
  "Trigger data context": "Trigger data context",
232
243
  "Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
@@ -239,6 +250,7 @@
239
250
  "Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.": "Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.",
240
251
  "Triggered at": "Triggered at",
241
252
  "Triggered but still waiting in queue to execute.": "Triggered but still waiting in queue to execute.",
253
+ "Triggered manually": "Triggered manually",
242
254
  "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added, any field is considered to have been changed.": "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added, any field is considered to have been changed.",
243
255
  "Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".": "Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".",
244
256
  "True": "True",
@@ -250,16 +262,19 @@
250
262
  "Update in a batch": "Update in a batch",
251
263
  "Update mode": "Update mode",
252
264
  "Update one by one": "Update one by one",
265
+ "Unsupported node": "Unsupported node",
253
266
  "Update record": "Update record",
254
267
  "Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "Update records of a collection. You can use variables from upstream nodes as query conditions and field values.",
255
268
  "Use transaction": "Use transaction",
256
269
  "Variable key of node": "Variable key of node",
257
270
  "Version": "Version",
271
+ "Version ID": "Version ID",
258
272
  "View result": "View result",
259
273
  "Weeks": "Weeks",
260
274
  "When no condition matches": "When no condition matches",
261
275
  "Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
262
276
  "Workflow": "Workflow",
277
+ "Workflow canvas editor is being migrated to the new UI.": "Workflow canvas editor is being migrated to the new UI.",
263
278
  "Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>",
264
279
  "Workflow of execution is not existed": "Workflow of execution is not existed",
265
280
  "Workflow tasks": "Workflow tasks",
@@ -268,7 +283,11 @@
268
283
  "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".",
269
284
  "Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.",
270
285
  "Yes": "Yes",
286
+ "Failed to add node": "Failed to add node",
287
+ "Failed to delete node": "Failed to delete node",
271
288
  "Failed to move node": "Failed to move node",
289
+ "Failed to run": "Failed to run",
290
+ "Failed to save node": "Failed to save node",
272
291
  "Confirm move": "Confirm move",
273
292
  "Moving this node may remove variable references.": "Moving this node may remove variable references.",
274
293
  "Impacted current node variables": "Variables referenced by current node",
@@ -283,5 +302,6 @@
283
302
  "Click a paste button to place": "Click a paste button to place",
284
303
  "Confirm paste": "Confirm paste",
285
304
  "This action will remove invalid variable references, otherwise the workflow cannot run correctly.": "This action will remove invalid variable references, otherwise the workflow cannot run correctly.",
286
- "Failed to paste node": "Failed to paste node"
305
+ "Failed to paste node": "Failed to paste node",
306
+ "Available in the classic UI for now": "Available in the classic UI for now"
287
307
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Ejecutado en",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
104
104
  "Execution history": "Historial de ejecución",
105
+ "Version ID": "ID de versión",
106
+ "Parent execution ID": "ID de ejecución superior",
107
+ "Triggered manually": "Activado manualmente",
105
108
  "Timeout settings": "Configuración del tiempo de espera",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 significa sin límite. Si establece cualquier otro valor y la ejecución aún no ha finalizado cuando se alcanza el tiempo límite, el plan de ejecución se terminará y los nodos restantes no se ejecutarán. El tiempo en cola no se contabiliza; el conteo comienza solo después de que entra por primera vez en un procesador.",
107
110
  "Exit when query result is null": "Exit when query result is null",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Syntax references: ",
203
206
  "System time": "System time",
204
207
  "System variables": "System variables",
208
+ "System process failed, please contact administrator.": "El proceso del sistema falló, contacte al administrador.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Test run",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "Test run will do the actual data manipulating or API calling, please use with caution.",
@@ -265,5 +269,14 @@
265
269
  "Impacted dependent node variables": "Nodos que referencian las variables del nodo actual",
266
270
  "Keep variable references": "Mantener referencias de variables",
267
271
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mantener las referencias de variables requiere un ajuste manual; de lo contrario, el flujo de trabajo puede fallar.",
268
- "Failed to update node variables": "No se pudieron actualizar las variables del nodo"
272
+ "Failed to update node variables": "No se pudieron actualizar las variables del nodo",
273
+ "Unsupported node": "Unsupported node",
274
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
275
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
276
+ "Node title": "Node title",
277
+ "Failed to add node": "Failed to add node",
278
+ "Failed to delete node": "Failed to delete node",
279
+ "Failed to save node": "Failed to save node",
280
+ "Failed to run": "Failed to run",
281
+ "Copied node": "Copied node"
269
282
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Exécuté à",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
104
104
  "Execution history": "Historique d'exécution",
105
+ "Version ID": "ID de version",
106
+ "Parent execution ID": "ID d'exécution parente",
107
+ "Triggered manually": "Déclenché manuellement",
105
108
  "Timeout settings": "Paramètres de délai",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 signifie illimité. Si vous définissez une autre valeur et que l'exécution n'est toujours pas terminée lorsque le délai est atteint, le plan d'exécution sera interrompu et les nœuds restants ne seront pas exécutés. Le temps passé dans la file d'attente n'est pas comptabilisé ; le chronométrage ne commence qu'après la première entrée dans un processeur.",
107
110
  "Exit when query result is null": "Exit when query result is null",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Syntax references: ",
203
206
  "System time": "System time",
204
207
  "System variables": "System variables",
208
+ "System process failed, please contact administrator.": "Le processus système a échoué, veuillez contacter l'administrateur.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Test run",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "Test run will do the actual data manipulating or API calling, please use with caution.",
@@ -265,5 +269,14 @@
265
269
  "Impacted dependent node variables": "Nœuds qui référencent les variables du nœud actuel",
266
270
  "Keep variable references": "Conserver les références de variables",
267
271
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Conserver les références de variables nécessite un ajustement manuel, sinon le workflow peut échouer.",
268
- "Failed to update node variables": "Échec de la mise à jour des variables du nœud"
272
+ "Failed to update node variables": "Échec de la mise à jour des variables du nœud",
273
+ "Unsupported node": "Unsupported node",
274
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
275
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
276
+ "Node title": "Node title",
277
+ "Failed to add node": "Failed to add node",
278
+ "Failed to delete node": "Failed to delete node",
279
+ "Failed to save node": "Failed to save node",
280
+ "Failed to run": "Failed to run",
281
+ "Copied node": "Copied node"
269
282
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Végrehajtás időpontja",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "A végrehajtott munkafolyamat nem módosítható. Másolható új verzióba a módosításhoz.",
104
104
  "Execution history": "Végrehajtási előzmények",
105
+ "Version ID": "Verzióazonosító",
106
+ "Parent execution ID": "Szülő végrehajtás azonosító",
107
+ "Triggered manually": "Kézzel kiváltva",
105
108
  "Timeout settings": "Időkorlát beállításai",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "A 0 korlátlant jelent. Ha bármilyen más értéket állít be, és a végrehajtás az időkorlát elérésekor még nem fejeződött be, a végrehajtási terv leáll, és a hátralévő csomópontok nem futnak le. A várólistán töltött idő nem számít bele; az időmérés csak azután kezdődik, hogy a végrehajtás először belép egy processzorba.",
107
110
  "Exit when query result is null": "Kilépés, ha a lekérdezés eredménye null",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Szintaxis referenciák: ",
203
206
  "System time": "Rendszeridő",
204
207
  "System variables": "Rendszerváltozók",
208
+ "System process failed, please contact administrator.": "A rendszerfolyamat sikertelen, forduljon az adminisztrátorhoz.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Teszt futtatás",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "A teszt futtatás tényleges adatmanipulációt vagy API-hívást hajt végre, kérjük, használja óvatosan.",
@@ -266,5 +270,14 @@
266
270
  "Impacted dependent node variables": "A jelenlegi csomópont változóira hivatkozó csomópontok",
267
271
  "Keep variable references": "Változóhivatkozások megtartása",
268
272
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "A változóhivatkozások megtartása kézi beállítást igényel, különben a munkafolyamat sikertelen lehet.",
269
- "Failed to update node variables": "A csomópont változóinak frissítése sikertelen"
273
+ "Failed to update node variables": "A csomópont változóinak frissítése sikertelen",
274
+ "Unsupported node": "Unsupported node",
275
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
276
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
277
+ "Node title": "Node title",
278
+ "Failed to add node": "Failed to add node",
279
+ "Failed to delete node": "Failed to delete node",
280
+ "Failed to save node": "Failed to save node",
281
+ "Failed to run": "Failed to run",
282
+ "Copied node": "Copied node"
270
283
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Dieksekusi pada",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "Alur kerja yang dieksekusi tidak dapat dimodifikasi. Dapat disalin ke versi baru untuk dimodifikasi.",
104
104
  "Execution history": "Riwayat eksekusi",
105
+ "Version ID": "ID Versi",
106
+ "Parent execution ID": "ID eksekusi induk",
107
+ "Triggered manually": "Dipicu secara manual",
105
108
  "Timeout settings": "Pengaturan batas waktu",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 berarti tanpa batas. Jika Anda menetapkan nilai lain dan eksekusi masih belum selesai saat batas waktu tercapai, rencana eksekusi akan dihentikan dan node yang tersisa tidak akan dijalankan. Waktu antrean tidak dihitung; penghitungan waktu baru dimulai setelah pertama kali masuk ke prosesor.",
107
110
  "Exit when query result is null": "Keluar ketika hasil kueri nol",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Referensi sintaks: ",
203
206
  "System time": "Waktu sistem",
204
207
  "System variables": "Variabel sistem",
208
+ "System process failed, please contact administrator.": "Proses sistem gagal, hubungi administrator.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Jalankan uji",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "Jalankan uji akan melakukan manipulasi data atau panggilan API yang sebenarnya, harap gunakan dengan hati-hati.",
@@ -266,5 +270,14 @@
266
270
  "Impacted dependent node variables": "Node yang merujuk variabel node saat ini",
267
271
  "Keep variable references": "Pertahankan referensi variabel",
268
272
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mempertahankan referensi variabel memerlukan penyesuaian manual, jika tidak alur kerja dapat gagal.",
269
- "Failed to update node variables": "Gagal memperbarui variabel node"
273
+ "Failed to update node variables": "Gagal memperbarui variabel node",
274
+ "Unsupported node": "Unsupported node",
275
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
276
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
277
+ "Node title": "Node title",
278
+ "Failed to add node": "Failed to add node",
279
+ "Failed to delete node": "Failed to delete node",
280
+ "Failed to save node": "Failed to save node",
281
+ "Failed to run": "Failed to run",
282
+ "Copied node": "Copied node"
270
283
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Eseguito alle",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "Il workflow eseguito non può essere modificato. Potrebbe essere copiato in una nuova versione per essere modificato.",
104
104
  "Execution history": "Cronologia esecuzioni",
105
+ "Version ID": "ID versione",
106
+ "Parent execution ID": "ID esecuzione principale",
107
+ "Triggered manually": "Attivato manualmente",
105
108
  "Timeout settings": "Impostazioni del timeout",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 significa illimitato. Se imposti qualsiasi altro valore e l'esecuzione non è ancora completata quando viene raggiunto il timeout, il piano di esecuzione verrà terminato e i nodi rimanenti non verranno eseguiti. Il tempo trascorso in coda non viene conteggiato; il conteggio inizia solo dopo il primo ingresso in un processore.",
107
110
  "Exit when query result is null": "Esci quando il risultato della query è null",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Riferimenti di sintassi:",
203
206
  "System time": "Ora di sistema",
204
207
  "System variables": "Variabili di sistema",
208
+ "System process failed, please contact administrator.": "Processo di sistema non riuscito, contattare l'amministratore.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Test run",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "Il test run farà l'effettiva manipolazione dei dati o la chiamata API, si prega di usare con cautela.",
@@ -265,5 +269,14 @@
265
269
  "Impacted dependent node variables": "Nodi che referenziano le variabili del nodo corrente",
266
270
  "Keep variable references": "Mantieni i riferimenti alle variabili",
267
271
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mantenere i riferimenti alle variabili richiede una regolazione manuale, altrimenti il workflow potrebbe fallire.",
268
- "Failed to update node variables": "Impossibile aggiornare le variabili del nodo"
272
+ "Failed to update node variables": "Impossibile aggiornare le variabili del nodo",
273
+ "Unsupported node": "Unsupported node",
274
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
275
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
276
+ "Node title": "Node title",
277
+ "Failed to add node": "Failed to add node",
278
+ "Failed to delete node": "Failed to delete node",
279
+ "Failed to save node": "Failed to save node",
280
+ "Failed to run": "Failed to run",
281
+ "Copied node": "Copied node"
269
282
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "実行時刻",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "実行済みのワークフローは変更できません。新しいバージョンにコピーして変更できます。",
104
104
  "Execution history": "実行履歴",
105
+ "Version ID": "バージョンID",
106
+ "Parent execution ID": "親実行ID",
107
+ "Triggered manually": "手動でトリガー",
105
108
  "Timeout settings": "タイムアウト設定",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 は無制限を意味します。その他の値を設定した場合、タイムアウト到達時点で実行がまだ完了していなければ、実行計画は終了され、残りのノードは実行されません。キュー待機時間はカウントされず、最初にプロセッサへ入った時点から計時が開始されます。",
107
110
  "Exit when query result is null": "クエリ結果がnullの場合、終了する",
@@ -203,6 +206,7 @@
203
206
  "Syntax references: ": "文法リファレンス:",
204
207
  "System time": "システム時間",
205
208
  "System variables": "システム変数",
209
+ "System process failed, please contact administrator.": "システム処理に失敗しました。管理者にお問い合わせください。",
206
210
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
207
211
  "Test run": "テスト実行",
208
212
  "Test run will do the actual data manipulating or API calling, please use with caution.": "テスト実行では実際のデータ操作やAPI呼び出しが行われます。十分ご注意の上ご利用ください。",
@@ -268,5 +272,14 @@
268
272
  "Impacted dependent node variables": "現在のノード変数を参照するノード",
269
273
  "Keep variable references": "変数参照を保持する",
270
274
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "変数参照を保持する場合は手動調整が必要です。調整しないとワークフローが失敗する可能性があります。",
271
- "Failed to update node variables": "ノード変数の更新に失敗しました"
275
+ "Failed to update node variables": "ノード変数の更新に失敗しました",
276
+ "Unsupported node": "Unsupported node",
277
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
278
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
279
+ "Node title": "Node title",
280
+ "Failed to add node": "Failed to add node",
281
+ "Failed to delete node": "Failed to delete node",
282
+ "Failed to save node": "Failed to save node",
283
+ "Failed to run": "Failed to run",
284
+ "Copied node": "Copied node"
272
285
  }
@@ -112,6 +112,9 @@
112
112
  "Executed workflow cannot be modified": "실행된 워크플로우는 수정할 수 없습니다.",
113
113
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "실행된 워크플로우는 수정할 수 없습니다. 새 버전으로 복사하여 수정할 수 있습니다.",
114
114
  "Execution history": "실행 기록",
115
+ "Version ID": "버전 ID",
116
+ "Parent execution ID": "상위 실행 ID",
117
+ "Triggered manually": "수동으로 트리거됨",
115
118
  "Timeout settings": "시간 제한 설정",
116
119
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0은 제한 없음을 의미합니다. 다른 값을 설정한 경우 제한 시간에 도달했을 때 실행이 아직 완료되지 않았다면 실행 계획이 종료되고 나머지 노드는 더 이상 실행되지 않습니다. 대기열 시간은 계산되지 않으며, 처음으로 프로세서에 들어간 후부터 시간이 계산됩니다.",
117
120
  "Exit when query result is null": "쿼리 결과가 null이면 종료",
@@ -217,6 +220,7 @@
217
220
  "Syntax references: ": "문법 참조: ",
218
221
  "System time": "시스템 시간",
219
222
  "System variables": "시스템 변수",
223
+ "System process failed, please contact administrator.": "시스템 처리에 실패했습니다. 관리자에게 문의하세요.",
220
224
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
221
225
  "Test run": "테스트 실행",
222
226
  "Test run will do the actual data manipulating or API calling, please use with caution.": "테스트 실행은 실제 데이터 조작 또는 API 호출을 수행하므로 주의해서 사용하세요.",
@@ -286,5 +290,14 @@
286
290
  "Impacted dependent node variables": "현재 노드 변수를 참조하는 노드",
287
291
  "Keep variable references": "변수 참조 유지",
288
292
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "변수 참조를 유지하려면 수동으로 조정해야 하며, 그렇지 않으면 워크플로가 실패할 수 있습니다.",
289
- "Failed to update node variables": "노드 변수 업데이트에 실패했습니다"
293
+ "Failed to update node variables": "노드 변수 업데이트에 실패했습니다",
294
+ "Unsupported node": "Unsupported node",
295
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
296
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
297
+ "Node title": "Node title",
298
+ "Failed to add node": "Failed to add node",
299
+ "Failed to delete node": "Failed to delete node",
300
+ "Failed to save node": "Failed to save node",
301
+ "Failed to run": "Failed to run",
302
+ "Copied node": "Copied node"
290
303
  }
@@ -102,6 +102,9 @@
102
102
  "Executed at": "Executed at",
103
103
  "Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
104
104
  "Execution history": "Execution history",
105
+ "Version ID": "Version ID",
106
+ "Parent execution ID": "Parent execution ID",
107
+ "Triggered manually": "Triggered manually",
105
108
  "Timeout settings": "Time-outinstellingen",
106
109
  "0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 betekent onbeperkt. Als u een andere waarde instelt en de uitvoering nog niet is voltooid wanneer de time-out wordt bereikt, wordt het uitvoeringsplan beëindigd en worden de resterende knooppunten niet meer uitgevoerd. Wachttijd in de wachtrij wordt niet meegerekend; de tijdmeting begint pas nadat de uitvoering voor het eerst een processor binnengaat.",
107
110
  "Exit when query result is null": "Exit when query result is null",
@@ -202,6 +205,7 @@
202
205
  "Syntax references: ": "Syntax references: ",
203
206
  "System time": "System time",
204
207
  "System variables": "System variables",
208
+ "System process failed, please contact administrator.": "Systeemproces mislukt, neem contact op met administrator.",
205
209
  "Task type {{type}} is invalid": "Task type {{type}} is invalid",
206
210
  "Test run": "Test run",
207
211
  "Test run will do the actual data manipulating or API calling, please use with caution.": "Test run will do the actual data manipulating or API calling, please use with caution.",
@@ -265,5 +269,14 @@
265
269
  "Impacted dependent node variables": "Nodes die naar variabelen van de huidige node verwijzen",
266
270
  "Keep variable references": "Variabelverwijzingen behouden",
267
271
  "Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Het behouden van variabelverwijzingen vereist handmatige aanpassing, anders kan de workflow falen.",
268
- "Failed to update node variables": "Bijwerken van knooppuntvariabelen mislukt"
272
+ "Failed to update node variables": "Bijwerken van knooppuntvariabelen mislukt",
273
+ "Unsupported node": "Unsupported node",
274
+ "This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
275
+ "This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
276
+ "Node title": "Node title",
277
+ "Failed to add node": "Failed to add node",
278
+ "Failed to delete node": "Failed to delete node",
279
+ "Failed to save node": "Failed to save node",
280
+ "Failed to run": "Failed to run",
281
+ "Copied node": "Copied node"
269
282
  }