@nocobase/plugin-workflow 0.17.0-alpha.3 → 0.17.0-alpha.4

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 (118) hide show
  1. package/dist/client/WorkflowPane.d.ts +2 -0
  2. package/dist/client/components/index.d.ts +5 -0
  3. package/dist/client/hooks/useTriggerWorkflowActionProps.d.ts +3 -0
  4. package/dist/client/index.d.ts +14 -6
  5. package/dist/client/index.js +136 -186
  6. package/dist/client/nodes/calculation.d.ts +8 -62
  7. package/dist/client/nodes/condition.d.ts +9 -9
  8. package/dist/client/nodes/create.d.ts +3 -5
  9. package/dist/client/nodes/destroy.d.ts +3 -4
  10. package/dist/client/nodes/index.d.ts +2 -6
  11. package/dist/client/nodes/query.d.ts +3 -5
  12. package/dist/client/nodes/update.d.ts +4 -4
  13. package/dist/client/triggers/collection.d.ts +3 -4
  14. package/dist/client/triggers/index.d.ts +2 -11
  15. package/dist/client/triggers/schedule/index.d.ts +3 -4
  16. package/dist/client/utils.d.ts +1 -0
  17. package/dist/externalVersion.js +11 -13
  18. package/dist/locale/en-US.json +1 -32
  19. package/dist/locale/es-ES.json +1 -32
  20. package/dist/locale/fr-FR.json +1 -32
  21. package/dist/locale/ja-JP.json +0 -5
  22. package/dist/locale/pt-BR.json +1 -32
  23. package/dist/locale/ru-RU.json +0 -5
  24. package/dist/locale/tr-TR.json +0 -5
  25. package/dist/locale/zh-CN.json +42 -114
  26. package/dist/node_modules/cron-parser/package.json +1 -1
  27. package/dist/node_modules/lru-cache/package.json +1 -1
  28. package/dist/server/Plugin.d.ts +12 -2
  29. package/dist/server/Plugin.js +31 -7
  30. package/dist/server/Processor.d.ts +1 -1
  31. package/dist/server/index.d.ts +1 -1
  32. package/dist/server/index.js +2 -0
  33. package/dist/server/instructions/CalculationInstruction.d.ts +15 -0
  34. package/dist/server/instructions/{calculation.js → CalculationInstruction.js} +13 -6
  35. package/dist/server/instructions/ConditionInstruction.d.ts +19 -0
  36. package/dist/server/instructions/{condition.js → ConditionInstruction.js} +11 -7
  37. package/dist/server/instructions/CreateInstruction.d.ts +10 -0
  38. package/dist/server/instructions/{create.js → CreateInstruction.js} +13 -6
  39. package/dist/server/instructions/DestroyInstruction.d.ts +10 -0
  40. package/dist/server/instructions/{destroy.js → DestroyInstruction.js} +13 -6
  41. package/dist/server/instructions/{update.d.ts → QueryInstruction.d.ts} +5 -4
  42. package/dist/server/instructions/{query.js → QueryInstruction.js} +13 -6
  43. package/dist/server/instructions/{aggregate.d.ts → UpdateInstruction.d.ts} +5 -4
  44. package/dist/server/instructions/{update.js → UpdateInstruction.js} +13 -6
  45. package/dist/server/instructions/index.d.ts +10 -14
  46. package/dist/server/instructions/index.js +9 -39
  47. package/dist/server/migrations/20231122143143-split-to-plugins.d.ts +4 -0
  48. package/dist/server/migrations/20231122143143-split-to-plugins.js +87 -0
  49. package/dist/server/triggers/{collection.d.ts → CollectionTrigger.d.ts} +1 -1
  50. package/dist/server/triggers/{collection.js → CollectionTrigger.js} +15 -5
  51. package/dist/server/triggers/{schedule.d.ts → ScheduleTrigger.d.ts} +2 -1
  52. package/dist/server/triggers/{schedule.js → ScheduleTrigger.js} +5 -5
  53. package/dist/server/triggers/index.d.ts +2 -6
  54. package/dist/server/triggers/index.js +1 -21
  55. package/package.json +3 -2
  56. package/dist/client/WorkflowProvider.d.ts +0 -5
  57. package/dist/client/components/Duration.d.ts +0 -5
  58. package/dist/client/components/DynamicExpression.d.ts +0 -6
  59. package/dist/client/components/NullRender.d.ts +0 -1
  60. package/dist/client/interfaces/expression.d.ts +0 -3
  61. package/dist/client/nodes/aggregate.d.ts +0 -196
  62. package/dist/client/nodes/delay.d.ts +0 -35
  63. package/dist/client/nodes/loop.d.ts +0 -33
  64. package/dist/client/nodes/manual/AssigneesSelect.d.ts +0 -6
  65. package/dist/client/nodes/manual/DetailsBlockProvider.d.ts +0 -2
  66. package/dist/client/nodes/manual/FormBlockInitializer.d.ts +0 -2
  67. package/dist/client/nodes/manual/FormBlockProvider.d.ts +0 -2
  68. package/dist/client/nodes/manual/ModeConfig.d.ts +0 -5
  69. package/dist/client/nodes/manual/SchemaConfig.d.ts +0 -49
  70. package/dist/client/nodes/manual/WorkflowTodo.d.ts +0 -5
  71. package/dist/client/nodes/manual/WorkflowTodoBlockInitializer.d.ts +0 -2
  72. package/dist/client/nodes/manual/forms/create.d.ts +0 -3
  73. package/dist/client/nodes/manual/forms/custom.d.ts +0 -5
  74. package/dist/client/nodes/manual/forms/update.d.ts +0 -3
  75. package/dist/client/nodes/manual/index.d.ts +0 -86
  76. package/dist/client/nodes/manual/utils.d.ts +0 -2
  77. package/dist/client/nodes/parallel.d.ts +0 -32
  78. package/dist/client/nodes/request.d.ts +0 -183
  79. package/dist/client/nodes/sql.d.ts +0 -35
  80. package/dist/client/triggers/form.d.ts +0 -52
  81. package/dist/server/fields/expression-field.d.ts +0 -7
  82. package/dist/server/fields/expression-field.js +0 -32
  83. package/dist/server/fields/index.d.ts +0 -1
  84. package/dist/server/fields/index.js +0 -28
  85. package/dist/server/instructions/aggregate.js +0 -54
  86. package/dist/server/instructions/calculation.d.ts +0 -3
  87. package/dist/server/instructions/condition.d.ts +0 -6
  88. package/dist/server/instructions/create.d.ts +0 -8
  89. package/dist/server/instructions/delay.d.ts +0 -15
  90. package/dist/server/instructions/delay.js +0 -104
  91. package/dist/server/instructions/destroy.d.ts +0 -8
  92. package/dist/server/instructions/loop.d.ts +0 -15
  93. package/dist/server/instructions/loop.js +0 -94
  94. package/dist/server/instructions/manual/actions.d.ts +0 -2
  95. package/dist/server/instructions/manual/actions.js +0 -94
  96. package/dist/server/instructions/manual/collecions/jobs.d.ts +0 -19
  97. package/dist/server/instructions/manual/collecions/jobs.js +0 -39
  98. package/dist/server/instructions/manual/collecions/users.d.ts +0 -15
  99. package/dist/server/instructions/manual/collecions/users.js +0 -37
  100. package/dist/server/instructions/manual/collecions/users_jobs.d.ts +0 -3
  101. package/dist/server/instructions/manual/collecions/users_jobs.js +0 -70
  102. package/dist/server/instructions/manual/forms/create.d.ts +0 -5
  103. package/dist/server/instructions/manual/forms/create.js +0 -41
  104. package/dist/server/instructions/manual/forms/index.d.ts +0 -6
  105. package/dist/server/instructions/manual/forms/index.js +0 -38
  106. package/dist/server/instructions/manual/forms/update.d.ts +0 -6
  107. package/dist/server/instructions/manual/forms/update.js +0 -41
  108. package/dist/server/instructions/manual/index.d.ts +0 -29
  109. package/dist/server/instructions/manual/index.js +0 -179
  110. package/dist/server/instructions/parallel.d.ts +0 -12
  111. package/dist/server/instructions/parallel.js +0 -124
  112. package/dist/server/instructions/query.d.ts +0 -9
  113. package/dist/server/instructions/request.d.ts +0 -18
  114. package/dist/server/instructions/request.js +0 -92
  115. package/dist/server/instructions/sql.d.ts +0 -12
  116. package/dist/server/instructions/sql.js +0 -43
  117. package/dist/server/triggers/form.d.ts +0 -11
  118. package/dist/server/triggers/form.js +0 -116
@@ -1,18 +1,14 @@
1
+ /// <reference types="react" />
1
2
  import { SchemaInitializerItemType } from '@nocobase/client';
2
- import React from 'react';
3
3
  import { RadioWithTooltip } from '../components/RadioWithTooltip';
4
- import { WorkflowVariableInput, WorkflowVariableTextArea } from '../variable';
5
- declare const _default: {
4
+ import { WorkflowVariableTextArea } from '../variable';
5
+ import { Instruction } from '.';
6
+ export default class extends Instruction {
6
7
  title: string;
7
8
  type: string;
8
9
  group: string;
9
10
  description: string;
10
11
  fieldset: {
11
- dynamic: {
12
- type: string;
13
- 'x-component': string;
14
- default: boolean;
15
- };
16
12
  engine: {
17
13
  type: string;
18
14
  title: string;
@@ -23,14 +19,6 @@ declare const _default: {
23
19
  };
24
20
  required: boolean;
25
21
  default: string;
26
- 'x-reactions': {
27
- dependencies: string[];
28
- fulfill: {
29
- state: {
30
- visible: string;
31
- };
32
- };
33
- };
34
22
  };
35
23
  expression: {
36
24
  type: string;
@@ -43,64 +31,23 @@ declare const _default: {
43
31
  "x-validator"(value: any, rules: any, { form }: {
44
32
  form: any;
45
33
  }): string;
46
- 'x-reactions': ({
47
- dependencies: string[];
48
- fulfill: {
49
- state: {
50
- visible: string;
51
- };
52
- schema?: undefined;
53
- };
54
- } | {
34
+ 'x-reactions': {
55
35
  dependencies: string[];
56
36
  fulfill: {
57
37
  schema: {
58
38
  description: string;
59
39
  };
60
- state?: undefined;
61
40
  };
62
- })[];
41
+ }[];
63
42
  required: boolean;
64
43
  };
65
- scope: {
66
- type: string;
67
- title: string;
68
- 'x-decorator': string;
69
- 'x-component': string;
70
- 'x-component-props': {
71
- changeOnSelect: boolean;
72
- variableOptions: {
73
- types: {
74
- type: string;
75
- options: {
76
- collection: string;
77
- entity: boolean;
78
- };
79
- }[];
80
- };
81
- };
82
- 'x-reactions': {
83
- dependencies: string[];
84
- fulfill: {
85
- state: {
86
- visible: string;
87
- };
88
- };
89
- };
90
- };
91
44
  };
92
- view: {};
93
45
  scope: {
94
- renderEngineReference: (key: string) => React.JSX.Element;
46
+ renderEngineReference: (key: string) => import("react").JSX.Element;
95
47
  };
96
48
  components: {
97
- WorkflowVariableInput: typeof WorkflowVariableInput;
98
49
  WorkflowVariableTextArea: typeof WorkflowVariableTextArea;
99
50
  RadioWithTooltip: typeof RadioWithTooltip;
100
- DynamicConfig: ({ value, onChange }: {
101
- value: any;
102
- onChange: any;
103
- }) => React.JSX.Element;
104
51
  ValueBlock: (() => JSX.Element) & {
105
52
  Initializer: () => JSX.Element;
106
53
  Result: (props: any) => JSX.Element;
@@ -116,5 +63,4 @@ declare const _default: {
116
63
  [x: string]: any;
117
64
  };
118
65
  useInitializers(node: any): SchemaInitializerItemType;
119
- };
120
- export default _default;
66
+ }
@@ -1,12 +1,13 @@
1
1
  import React from 'react';
2
+ import { Instruction } from '.';
2
3
  import { RadioWithTooltip } from '../components/RadioWithTooltip';
3
- import { useWorkflowVariableOptions } from '../variable';
4
+ import { useWorkflowVariableOptions, WorkflowVariableTextArea } from '../variable';
4
5
  export declare const calculators: any;
5
6
  declare function CalculationConfig({ value, onChange }: {
6
7
  value: any;
7
8
  onChange: any;
8
9
  }): React.JSX.Element;
9
- declare const _default: {
10
+ export default class extends Instruction {
10
11
  title: string;
11
12
  type: string;
12
13
  group: string;
@@ -73,7 +74,6 @@ declare const _default: {
73
74
  required: boolean;
74
75
  };
75
76
  };
76
- view: {};
77
77
  options: {
78
78
  label: string;
79
79
  key: string;
@@ -81,17 +81,17 @@ declare const _default: {
81
81
  rejectOnFalse: boolean;
82
82
  };
83
83
  }[];
84
- component: ({ data }: {
85
- data: any;
86
- }) => React.JSX.Element;
87
84
  scope: {
88
85
  renderEngineReference: (key: string) => React.JSX.Element;
89
86
  useWorkflowVariableOptions: typeof useWorkflowVariableOptions;
90
87
  };
91
88
  components: {
92
89
  CalculationConfig: typeof CalculationConfig;
93
- CalculationExpression(props: any): React.JSX.Element;
90
+ WorkflowVariableTextArea: typeof WorkflowVariableTextArea;
94
91
  RadioWithTooltip: typeof RadioWithTooltip;
95
92
  };
96
- };
97
- export default _default;
93
+ Component({ data }: {
94
+ data: any;
95
+ }): React.JSX.Element;
96
+ }
97
+ export {};
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
3
- declare const _default: {
3
+ import { Instruction } from '.';
4
+ export default class extends Instruction {
4
5
  title: string;
5
6
  type: string;
6
7
  group: string;
@@ -54,7 +55,6 @@ declare const _default: {
54
55
  };
55
56
  };
56
57
  };
57
- view: {};
58
58
  scope: {
59
59
  useCollectionDataSource: typeof useCollectionDataSource;
60
60
  };
@@ -67,6 +67,4 @@ declare const _default: {
67
67
  config: any;
68
68
  }, options: any): import("../variable").VariableOption;
69
69
  useInitializers(node: any): SchemaInitializerItemType | null;
70
- initializers: {};
71
- };
72
- export default _default;
70
+ }
@@ -1,6 +1,7 @@
1
1
  import { useCollectionDataSource } from '@nocobase/client';
2
2
  import { FilterDynamicComponent } from '../components/FilterDynamicComponent';
3
- declare const _default: {
3
+ import { Instruction } from '.';
4
+ export default class extends Instruction {
4
5
  title: string;
5
6
  type: string;
6
7
  group: string;
@@ -37,12 +38,10 @@ declare const _default: {
37
38
  };
38
39
  };
39
40
  };
40
- view: {};
41
41
  scope: {
42
42
  useCollectionDataSource: typeof useCollectionDataSource;
43
43
  };
44
44
  components: {
45
45
  FilterDynamicComponent: typeof FilterDynamicComponent;
46
46
  };
47
- };
48
- export default _default;
47
+ }
@@ -2,7 +2,7 @@ import { ISchema } from '@formily/react';
2
2
  import React from 'react';
3
3
  import { SchemaInitializerItemType } from '@nocobase/client';
4
4
  import { VariableOption, VariableOptions } from '../variable';
5
- export interface Instruction {
5
+ export declare abstract class Instruction {
6
6
  title: string;
7
7
  type: string;
8
8
  group: string;
@@ -22,16 +22,12 @@ export interface Instruction {
22
22
  components?: {
23
23
  [key: string]: any;
24
24
  };
25
- component?(props: any): JSX.Element;
25
+ Component?(props: any): JSX.Element;
26
26
  useVariables?(node: any, options?: any): VariableOption;
27
27
  useScopeVariables?(node: any, options?: any): VariableOptions;
28
28
  useInitializers?(node: any): SchemaInitializerItemType | null;
29
- initializers?: {
30
- [key: string]: any;
31
- };
32
29
  isAvailable?(ctx: object): boolean;
33
30
  }
34
- export declare const instructions: any;
35
31
  export declare const NodeContext: React.Context<any>;
36
32
  export declare function useNodeContext(): any;
37
33
  export declare function useAvailableUpstreams(node: any): any[];
@@ -2,7 +2,8 @@
2
2
  import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
3
3
  import { FilterDynamicComponent } from '../components/FilterDynamicComponent';
4
4
  import { WorkflowVariableInput } from '../variable';
5
- declare const _default: {
5
+ import { Instruction } from '.';
6
+ export default class extends Instruction {
6
7
  title: string;
7
8
  type: string;
8
9
  group: string;
@@ -190,7 +191,6 @@ declare const _default: {
190
191
  'x-content': string;
191
192
  };
192
193
  };
193
- view: {};
194
194
  scope: {
195
195
  useCollectionDataSource: typeof useCollectionDataSource;
196
196
  useSortableFields(): {
@@ -214,6 +214,4 @@ declare const _default: {
214
214
  config: any;
215
215
  }, options: any): import("../variable").VariableOption;
216
216
  useInitializers(node: any): SchemaInitializerItemType | null;
217
- initializers: {};
218
- };
219
- export default _default;
217
+ }
@@ -1,11 +1,12 @@
1
1
  import React from 'react';
2
2
  import { useCollectionDataSource } from '@nocobase/client';
3
3
  import { FilterDynamicComponent } from '../components/FilterDynamicComponent';
4
+ import { Instruction } from '.';
4
5
  declare function IndividualHooksRadioWithTooltip({ onChange, ...props }: {
5
6
  [x: string]: any;
6
7
  onChange: any;
7
8
  }): React.JSX.Element;
8
- declare const _default: {
9
+ export default class extends Instruction {
9
10
  title: string;
10
11
  type: string;
11
12
  group: string;
@@ -70,7 +71,6 @@ declare const _default: {
70
71
  };
71
72
  };
72
73
  };
73
- view: {};
74
74
  scope: {
75
75
  useCollectionDataSource: typeof useCollectionDataSource;
76
76
  };
@@ -79,5 +79,5 @@ declare const _default: {
79
79
  CollectionFieldset: React.MemoExoticComponent<import("@formily/react").ReactFC<Omit<any, "ref">>>;
80
80
  IndividualHooksRadioWithTooltip: typeof IndividualHooksRadioWithTooltip;
81
81
  };
82
- };
83
- export default _default;
82
+ }
83
+ export {};
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
3
- declare const _default: {
3
+ import { Trigger } from '.';
4
+ export default class extends Trigger {
4
5
  title: string;
5
6
  type: string;
6
7
  description: string;
@@ -109,6 +110,4 @@ declare const _default: {
109
110
  };
110
111
  useVariables(config: any, options: any): import("../variable").VariableOption[];
111
112
  useInitializers(config: any): SchemaInitializerItemType | null;
112
- initializers: {};
113
- };
114
- export default _default;
113
+ }
@@ -1,8 +1,8 @@
1
+ import React from 'react';
1
2
  import { ISchema } from '@formily/react';
2
3
  import { SchemaInitializerItemType } from '@nocobase/client';
3
- import React from 'react';
4
4
  import { VariableOptions } from '../variable';
5
- export interface Trigger {
5
+ export declare abstract class Trigger {
6
6
  title: string;
7
7
  type: string;
8
8
  description?: string;
@@ -21,14 +21,5 @@ export interface Trigger {
21
21
  initializers?: any;
22
22
  useActionTriggerable?: boolean | (() => boolean);
23
23
  }
24
- export declare const triggers: any;
25
24
  export declare const TriggerConfig: () => React.JSX.Element;
26
25
  export declare function useTrigger(): any;
27
- export declare function getTriggersOptions(): {
28
- value: any;
29
- label: any;
30
- color: string;
31
- options: {
32
- [x: string]: any;
33
- };
34
- }[];
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { SchemaInitializerItemType, useCollectionDataSource } from '@nocobase/client';
3
- declare const _default: {
3
+ import { Trigger } from '..';
4
+ export default class extends Trigger {
4
5
  title: string;
5
6
  type: string;
6
7
  description: string;
@@ -19,6 +20,4 @@ declare const _default: {
19
20
  };
20
21
  useVariables(config: any, opts: any): any[];
21
22
  useInitializers(config: any): SchemaInitializerItemType | null;
22
- initializers: {};
23
- };
24
- export default _default;
23
+ }
@@ -1,2 +1,3 @@
1
1
  export declare function linkNodes(nodes: any): void;
2
2
  export declare function isValidFilter(condition: any): any;
3
+ export declare function traverseSchema(schema: any, fn: any): void;
@@ -1,23 +1,21 @@
1
1
  module.exports = {
2
- "@ant-design/icons": "5.1.4",
3
- "@nocobase/client": "0.17.0-alpha.3",
4
- "antd": "5.8.6",
5
2
  "react": "18.2.0",
6
- "@nocobase/utils": "0.17.0-alpha.3",
3
+ "antd": "5.8.6",
4
+ "@ant-design/icons": "5.1.4",
5
+ "@nocobase/client": "0.17.0-alpha.4",
7
6
  "react-router-dom": "6.14.1",
7
+ "@nocobase/utils": "0.17.0-alpha.4",
8
8
  "react-i18next": "11.18.6",
9
9
  "winston": "3.9.0",
10
- "@nocobase/database": "0.17.0-alpha.3",
11
- "@nocobase/server": "0.17.0-alpha.3",
12
- "@nocobase/logger": "0.17.0-alpha.3",
13
- "@nocobase/evaluators": "0.17.0-alpha.3",
10
+ "@nocobase/database": "0.17.0-alpha.4",
11
+ "@nocobase/server": "0.17.0-alpha.4",
12
+ "@nocobase/logger": "0.17.0-alpha.4",
13
+ "@nocobase/evaluators": "0.17.0-alpha.4",
14
14
  "@formily/react": "2.2.27",
15
15
  "@formily/core": "2.2.27",
16
- "@formily/antd-v5": "1.1.7",
17
16
  "lodash": "4.17.21",
18
- "@nocobase/actions": "0.17.0-alpha.3",
19
- "axios": "0.26.1",
17
+ "@formily/antd-v5": "1.1.7",
18
+ "@nocobase/actions": "0.17.0-alpha.4",
20
19
  "sequelize": "6.32.1",
21
- "dayjs": "1.11.9",
22
- "@nocobase/resourcer": "0.17.0-alpha.3"
20
+ "dayjs": "1.11.9"
23
21
  };
@@ -84,20 +84,6 @@
84
84
  "Continue when \"Yes\"": "Continue when \"Yes\"",
85
85
  "Branch into \"Yes\" and \"No\"": "Branch into \"Yes\" and \"No\"",
86
86
  "Conditions": "Conditions",
87
- "Parallel branch": "Parallel branch",
88
- "Add branch": "Add branch",
89
- "All succeeded": "All succeeded",
90
- "Any succeeded": "Any succeeded",
91
- "Any succeeded or failed": "Any succeeded or failed",
92
- "Continue after all branches succeeded": "Continue after all branches succeeded",
93
- "Continue after any branch succeeded": "Continue after any branch succeeded",
94
- "Continue after any branch succeeded, or exit after any branch failed": "Continue after any branch succeeded, or exit after any branch failed",
95
- "Delay": "Delay",
96
- "Duration": "Duration",
97
- "End Status": "End Status",
98
- "Select status": "Select status",
99
- "Succeed and continue": "Succeed and continue",
100
- "Fail and exit": "Fail and exit",
101
87
  "Create record": "Create record",
102
88
  "Update record": "Update record",
103
89
  "Query record": "Query record",
@@ -108,22 +94,5 @@
108
94
  "Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
109
95
  "Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
110
96
  "Can not delete": "Can not delete",
111
- "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.",
112
- "HTTP request": "HTTP request",
113
- "HTTP method": "HTTP method",
114
- "URL": "URL",
115
- "Headers": "Headers",
116
- "Add request header": "Add request header",
117
- "Parameters": "Parameters",
118
- "Add parameter": "Add parameter",
119
- "Body": "Body",
120
- "Use variable": "Use variable",
121
- "Format": "Format",
122
- "Insert": "Insert",
123
- "Timeout config": "Timeout config",
124
- "ms": "ms",
125
- "Input request data": "Input request data",
126
- "Only support standard JSON data": "Only support standard JSON data",
127
- "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
128
- "Ignore fail request and continue workflow": "Ignore fail request and continue workflow"
97
+ "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting."
129
98
  }
@@ -84,20 +84,6 @@
84
84
  "Continue when \"Yes\"": "Continuar cuando \"Sí\"",
85
85
  "Branch into \"Yes\" and \"No\"": "Ramificarse en \"Sí\" y \"No\"",
86
86
  "Conditions": "Condiciones",
87
- "Parallel branch": "Rama paralela",
88
- "Add branch": "Añadir rama",
89
- "All succeeded": "Todo correcto",
90
- "Any succeeded": "Cualquiera con éxito",
91
- "Any succeeded or failed": "Cualquiera tuvo éxito o falló",
92
- "Continue after all branches succeeded": "Continuar después que todas las ramas han tenido éxito",
93
- "Continue after any branch succeeded": "Continuar después que cualquier rama tenga éxito",
94
- "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",
95
- "Delay": "Retraso",
96
- "Duration": "Duración",
97
- "End Status": "Estado Final",
98
- "Select status": "Seleccionar estado",
99
- "Succeed and continue": "Éxito y continuar",
100
- "Fail and exit": "Falla y sale",
101
87
  "Create record": "Crear registro",
102
88
  "Update record": "Actualizar registro",
103
89
  "Query record": "Consultar registro",
@@ -108,22 +94,5 @@
108
94
  "Trigger in executed workflow cannot be modified": "No se puede modificar el desencadenante en el flujo de trabajo ejecutado",
109
95
  "Node in executed workflow cannot be modified": "Nodo en flujo de trabajo ejecutado no puede ser modificado",
110
96
  "Can not delete": "No se puede eliminar",
111
- "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "El resultado de este nodo ha sido referenciado por otros nodos ({{nodes}}",
112
- "HTTP request": "Petición HTTP",
113
- "HTTP method": "Método HTTP",
114
- "URL": "URL",
115
- "Headers": "Encabezados",
116
- "Add request header": "Añadir encabezado de petición",
117
- "Parameters": "Parámetros",
118
- "Add parameter": "Añadir parámetro",
119
- "Body": "Cuerpo",
120
- "Use variable": "Utilizar variable",
121
- "Format": "Formato",
122
- "Insert": "Insertar",
123
- "Timeout config": "Tiempo de espera config",
124
- "ms": "ms",
125
- "Input request data": "Datos de solicitud de entrada",
126
- "Only support standard JSON data": "Sólo admite datos JSON estándar",
127
- "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" sólo admite \"application/json\", y no es necesario especificar",
128
- "Ignore fail request and continue workflow": "Ignorar solicitud fallida y continuar flujo de trabajo"
97
+ "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "El resultado de este nodo ha sido referenciado por otros nodos ({{nodes}}"
129
98
  }
@@ -84,20 +84,6 @@
84
84
  "Continue when \"Yes\"": "Continuer quand \"Oui\"",
85
85
  "Branch into \"Yes\" and \"No\"": "Brancher sur \"Oui\" et \"Non\"",
86
86
  "Conditions": "Conditions",
87
- "Parallel branch": "Branche parallèle",
88
- "Add branch": "Ajouter une branche",
89
- "All succeeded": "Tous réussis",
90
- "Any succeeded": "Un réussi",
91
- "Any succeeded or failed": "Un réussi ou un échoué",
92
- "Continue after all branches succeeded": "Continuer après la réussite de toutes les branches",
93
- "Continue after any branch succeeded": "Continuer après la réussite d'une branche",
94
- "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",
95
- "Delay": "Délai",
96
- "Duration": "Durée",
97
- "End Status": "Statut de fin",
98
- "Select status": "Sélectionner un statut",
99
- "Succeed and continue": "Réussir et continuer",
100
- "Fail and exit": "Échouer et quitter",
101
87
  "Create record": "Créer un enregistrement",
102
88
  "Update record": "Mettre à jour un enregistrement",
103
89
  "Query record": "Interroger un enregistrement",
@@ -108,22 +94,5 @@
108
94
  "Trigger in executed workflow cannot be modified": "Le déclencheur dans le workflow exécuté ne peut pas être modifié",
109
95
  "Node in executed workflow cannot be modified": "Le nœud dans le workflow exécuté ne peut pas être modifié",
110
96
  "Can not delete": "Impossible de supprimer",
111
- "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "Le résultat de ce nœud a été référencé par d'autres nœuds ({{nodes}}), veuillez supprimer son utilisation avant de le supprimer.",
112
- "HTTP request": "Requête HTTP",
113
- "HTTP method": "Méthode HTTP",
114
- "URL": "URL",
115
- "Headers": "En-têtes",
116
- "Add request header": "Ajouter un en-tête de requête",
117
- "Parameters": "Paramètres",
118
- "Add parameter": "Ajouter un paramètre",
119
- "Body": "Corps",
120
- "Use variable": "Utiliser une variable",
121
- "Format": "Format",
122
- "Insert": "Insérer",
123
- "Timeout config": "Configuration du délai d'expiration",
124
- "ms": "ms",
125
- "Input request data": "Entrée des données de requête",
126
- "Only support standard JSON data": "Prend uniquement en charge les données JSON standard",
127
- "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" prend uniquement en charge \"application/json\" et n'a pas besoin d'être spécifié",
128
- "Ignore fail request and continue workflow": "Ignorer l'échec de la requête et continuer le workflow"
97
+ "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "Le résultat de ce nœud a été référencé par d'autres nœuds ({{nodes}}), veuillez supprimer son utilisation avant de le supprimer."
129
98
  }
@@ -70,11 +70,6 @@
70
70
  "Continue when \"Yes\"": "「はい」の場合に続行",
71
71
  "Branch into \"Yes\" and \"No\"": "「はい」と「いいえ」で分岐して続行",
72
72
  "Conditions": "条件設定",
73
- "Parallel branch": "分岐",
74
- "All succeeded": "すべて成功",
75
- "Any succeeded": "いずれかが成功",
76
- "Continue after all branches succeeded": "すべての分岐が成功した後に続行",
77
- "Continue after any branch succeeded": "いずれかの分岐が成功した後に続行",
78
73
  "Create record": "レコード追加",
79
74
  "Update record": "レコード更新",
80
75
  "Query record": "クエリ レコード",
@@ -84,20 +84,6 @@
84
84
  "Continue when \"Yes\"": "Continuar quando \"Sim\"",
85
85
  "Branch into \"Yes\" and \"No\"": "Ramo em \"Sim\" e \"Não\"",
86
86
  "Conditions": "Condições",
87
- "Parallel branch": "Ramo paralelo",
88
- "Add branch": "Adicionar ramo",
89
- "All succeeded": "Todos com sucesso",
90
- "Any succeeded": "Qualquer um com sucesso",
91
- "Any succeeded or failed": "Qualquer um com sucesso ou falha",
92
- "Continue after all branches succeeded": "Continuar após todos os ramos com sucesso",
93
- "Continue after any branch succeeded": "Continuar após qualquer ramo com sucesso",
94
- "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",
95
- "Delay": "Atraso",
96
- "Duration": "Duração",
97
- "End Status": "Status final",
98
- "Select status": "Selecionar status",
99
- "Succeed and continue": "Ter sucesso e continuar",
100
- "Fail and exit": "Falhar e sair",
101
87
  "Create record": "Criar registro",
102
88
  "Update record": "Atualizar registro",
103
89
  "Query record": "Consultar registro",
@@ -108,22 +94,5 @@
108
94
  "Trigger in executed workflow cannot be modified": "O acionador em fluxo de trabalho executado não pode ser modificado",
109
95
  "Node in executed workflow cannot be modified": "O nó em fluxo de trabalho executado não pode ser modificado",
110
96
  "Can not delete": "Não é possível excluir",
111
- "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "O resultado deste nó foi referenciado por outros nós ({{nodes}}), por favor, remova a referência antes de excluir.",
112
- "HTTP request": "Requisição HTTP",
113
- "HTTP method": "Método HTTP",
114
- "URL": "URL",
115
- "Headers": "Cabeçalhos",
116
- "Add request header": "Adicionar cabeçalho de requisição",
117
- "Parameters": "Parâmetros",
118
- "Add parameter": "Adicionar parâmetro",
119
- "Body": "Corpo",
120
- "Use variable": "Usar variável",
121
- "Format": "Formato",
122
- "Insert": "Inserir",
123
- "Timeout config": "Configuração de tempo limite",
124
- "ms": "ms",
125
- "Input request data": "Dados de entrada da requisição",
126
- "Only support standard JSON data": "Suporta somente dados JSON padrão",
127
- "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" somente suporta \"application/json\" e não precisa ser especificado",
128
- "Ignore fail request and continue workflow": "Ignorar falhas na requisição e continuar o fluxo de trabalho"
97
+ "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "O resultado deste nó foi referenciado por outros nós ({{nodes}}), por favor, remova a referência antes de excluir."
129
98
  }
@@ -70,11 +70,6 @@
70
70
  "Continue when \"Yes\"": "Продолжить когда \"Да\"",
71
71
  "Branch into \"Yes\" and \"No\"": "Разветвление на \"Да\" and \"Нет\"",
72
72
  "Conditions": "Условия",
73
- "Parallel branch": "Параллельная ветвь",
74
- "All succeeded": "Всё успешно",
75
- "Any succeeded": "Что-то успешно",
76
- "Continue after all branches succeeded": "Продолжать после успеха на всех ветвях",
77
- "Continue after any branch succeeded": "Продолжать после успеха на любой из ветвей",
78
73
  "Create record": "Создать запись",
79
74
  "Update record": "Обновить запись",
80
75
  "Query record": "Запрос записи",
@@ -70,11 +70,6 @@
70
70
  "Continue when \"Yes\"": "\"Evet\" durumunda devam",
71
71
  "Branch into \"Yes\" and \"No\"": "\"Evet\" ve \"Hayır\" olarak dallandırın",
72
72
  "Conditions": "Koşullar",
73
- "Parallel branch": "Paralel dal",
74
- "All succeeded": "Hepsi başarılı",
75
- "Any succeeded": "Herhangi biri başarılı",
76
- "Continue after all branches succeeded": "Tüm dallar başarılı olduktan sonra devam et",
77
- "Continue after any branch succeeded": "Herhangi bir dal başarılı olduktan sonra devam et",
78
73
  "Create record": "Kayıt oluştur",
79
74
  "Update record": "Kayıt güncelle",
80
75
  "Query record": "Sorgu kaydı",