You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en-US/handbook/workflow/nodes/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,12 @@ Nodes are the basic units of logical arrangement in a workflow. A workflow can c
6
6
Workflow triggers are not considered to be nodes but are displayed in the workflow diagram as entry nodes. They are different concepts from nodes. For details, please refer to the [Triggers](../triggers/index.md) section.
7
7
:::
8
8
9
-
From a functional perspective, the nodes implemented so far are in four categories (a total of 24 types of nodes):
9
+
From a functional perspective, the nodes implemented so far are in four categories (a total of 25 types of nodes):
10
10
11
11
- Flow Control
12
12
-[Condition](./condition.md)
13
13
-[Delay](./delay.md) (provided by plugin @nocobase/plugin-workflow-deley)
14
14
-[End Process](./end.md)
15
-
-[JSON Variable Mapping](./json-variable-mapping.md) (provided by plugin @nocobase/plugin-workflow-json-variable-mapping)
16
15
-[Loop](./loop.md) (provided by plugin @nocobase/plugin-workflow-loop)
17
16
-[Parallel Branch](./parallel.md) (provided by plugin @nocobase/plugin-workflow-parallel)
18
17
-[Custom Variable](./variable.md) (provided by plugin @nocobase/plugin-workflow-variable)
@@ -23,6 +22,7 @@ From a functional perspective, the nodes implemented so far are in four categori
23
22
-[Date Calculation](./date-calculation.md) (provided by plugin @nocobase/plugin-workflow-date-calculation)
24
23
-[Dynamic Expression Calculation](./dynamic-calculation.md) (provided by plugin @nocobase/plugin-workflow-dynamic-calculation)
25
24
-[JSON Calculation](./json-query.md) (provided by plugin @nocobase/plugin-workflow-json-query)
25
+
-[JSON Variable Mapping](./json-variable-mapping.md) (provided by plugin @nocobase/plugin-workflow-json-variable-mapping)
26
26
- Data Table Operations
27
27
-[Create Record](./create.md)
28
28
-[Update Record](./update.md)
@@ -35,6 +35,6 @@ From a functional perspective, the nodes implemented so far are in four categori
35
35
-[Approval](./approval.md) (provided by plugin @nocobase/plugin-workflow-approval)
36
36
-[CC](./cc.md) (provided by plugin @nocobase/plugin-workflow-cc)
37
37
- Other Extensions
38
+
-[JavaScript](./javascript.md) (provided by plugin @nocobase/plugin-workflow-javascript)
38
39
-[HTTP Request](./request.md) (provided by plugin @nocobase/plugin-workflow-request)
39
40
-[Response Message](./response-message.md) (provided by plugin @nocobase/plugin-workflow-response-message)
40
-
-[JavaScript](./javascript.md) (provided by plugin @nocobase/plugin-workflow-javascript)
Copy file name to clipboardExpand all lines: docs/fr-FR/handbook/workflow/nodes/index.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,23 @@ Les nœuds sont les unités de base de l'organisation logique dans un flux de tr
6
6
Les déclencheurs de flux de travail ne sont pas considérés comme des nœuds, mais sont affichés dans le diagramme de flux de travail en tant que nœuds d'entrée. Ce sont des concepts différents des nœuds. Pour plus de détails, veuillez consulter la section [Déclencheurs](../triggers/index.md).
7
7
:::
8
8
9
-
D'un point de vue fonctionnel, les nœuds implémentés jusqu'à présent se répartissent en quatre catégories (un total de 21 types de nœuds) :
9
+
D'un point de vue fonctionnel, les nœuds implémentés jusqu'à présent se répartissent en quatre catégories (un total de 25 types de nœuds) :
10
10
11
11
-**Contrôle de Flux**
12
12
-[Condition](./condition.md)
13
13
-[Délai](./delay.md) (fourni par le plugin @nocobase/plugin-workflow-delay)
14
14
-[Fin du Processus](./end.md)
15
15
-[Boucle](./loop.md) (fourni par le plugin @nocobase/plugin-workflow-loop)
16
16
-[Branche parallèle](./parallel.md) (fourni par le plugin @nocobase/plugin-workflow-parallel)
17
+
-[Output](./output.md) (provided by plugin @nocobase/plugin-workflow-subflow)
18
+
-[Call Workflow](./subflow.md) (provided by plugin @nocobase/plugin-workflow-subflow)
17
19
-[Variable personnalisée](./variable.md) (fourni par le plugin @nocobase/plugin-workflow-variable)
18
20
-**Calcul**
19
21
-[Calcul](./calculation.md)
20
-
-[Calcul d'expressions dynamiques](./dynamic-calculation.md) (fourni par le plugin @nocobase/plugin-workflow-dynamic-calculation)
21
22
-[Calcul de date](./date-calculation.md) (fourni par le plugin @nocobase/plugin-workflow-date-calculation)
23
+
-[Calcul d'expressions dynamiques](./dynamic-calculation.md) (fourni par le plugin @nocobase/plugin-workflow-dynamic-calculation)
24
+
-[Requête JSON](./json-query.md) (fourni par le plugin @nocobase/plugin-workflow-json-query)
25
+
-[JSON Variable Mapping](./json-variable-mapping.md) (provided by plugin @nocobase/plugin-workflow-json-variable-mapping)
22
26
-**Opérations sur Tableaux de Données**
23
27
-[Créer un enregistrement](./create.md)
24
28
-[Mettre à jour un enregistrement](./update.md)
@@ -31,7 +35,6 @@ D'un point de vue fonctionnel, les nœuds implémentés jusqu'à présent se ré
31
35
-[Approbation](./approval.md) (fourni par le plugin @nocobase/plugin-workflow-approval)
32
36
-[CC](./cc.md) (fourni par le plugin @nocobase/plugin-workflow-cc)
33
37
-**Autres Extensions**
38
+
-[JavaScript](./javascript.md) (fourni par le plugin @nocobase/plugin-workflow-javascript)
34
39
-[Requête HTTP](./request.md) (fourni par le plugin @nocobase/plugin-workflow-request)
35
40
-[Message de réponse](./response-message.md) (fourni par le plugin @nocobase/plugin-workflow-response-message)
36
-
-[JavaScript](./javascript.md) (fourni par le plugin @nocobase/plugin-workflow-javascript)
37
-
-[Requête JSON](./json-query.md) (fourni par le plugin @nocobase/plugin-workflow-json-query)
0 commit comments