Skip to content

Commit 07c2724

Browse files
authored
docs: add version badge for workflow-cc (#396)
1 parent 9711ea2 commit 07c2724

File tree

12 files changed

+23
-20
lines changed

12 files changed

+23
-20
lines changed

docs/en-US/handbook/workflow-cc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CC (Carbon Copy)
1+
# CC (Carbon Copy) <Badge>v1.8.2+</Badge>
22

33
<PluginInfo name="workflow-cc" link="/handbook/workflow-cc"></PluginInfo>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Carbon Copy (CC)
1+
# Carbon Copy (CC) <Badge>v1.8.2+</Badge>
22

33
<embed src="../../workflow-cc/index.md#L3-L999"></embed>

docs/en-US/handbook/workflow/nodes/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ Nodes are the basic units of logical arrangement in a workflow. A workflow can c
66
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.
77
:::
88

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):
1010

1111
- Flow Control
1212
- [Condition](./condition.md)
1313
- [Delay](./delay.md) (provided by plugin @nocobase/plugin-workflow-deley)
1414
- [End Process](./end.md)
15-
- [JSON Variable Mapping](./json-variable-mapping.md) (provided by plugin @nocobase/plugin-workflow-json-variable-mapping)
1615
- [Loop](./loop.md) (provided by plugin @nocobase/plugin-workflow-loop)
1716
- [Parallel Branch](./parallel.md) (provided by plugin @nocobase/plugin-workflow-parallel)
1817
- [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
2322
- [Date Calculation](./date-calculation.md) (provided by plugin @nocobase/plugin-workflow-date-calculation)
2423
- [Dynamic Expression Calculation](./dynamic-calculation.md) (provided by plugin @nocobase/plugin-workflow-dynamic-calculation)
2524
- [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)
2626
- Data Table Operations
2727
- [Create Record](./create.md)
2828
- [Update Record](./update.md)
@@ -35,6 +35,6 @@ From a functional perspective, the nodes implemented so far are in four categori
3535
- [Approval](./approval.md) (provided by plugin @nocobase/plugin-workflow-approval)
3636
- [CC](./cc.md) (provided by plugin @nocobase/plugin-workflow-cc)
3737
- Other Extensions
38+
- [JavaScript](./javascript.md) (provided by plugin @nocobase/plugin-workflow-javascript)
3839
- [HTTP Request](./request.md) (provided by plugin @nocobase/plugin-workflow-request)
3940
- [Response Message](./response-message.md) (provided by plugin @nocobase/plugin-workflow-response-message)
40-
- [JavaScript](./javascript.md) (provided by plugin @nocobase/plugin-workflow-javascript)

docs/fr-FR/handbook/workflow-cc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copie carbone (CC)
1+
# Copie carbone (CC) <Badge>v1.8.2+</Badge>
22

33
<PluginInfo name="workflow-cc" link="/handbook/workflow-cc"></PluginInfo>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Copie carbone (CC)
1+
# Copie carbone (CC) <Badge>v1.8.2+</Badge>
22

33
<embed src="../../workflow-cc/index.md#L3-L999"></embed>

docs/fr-FR/handbook/workflow/nodes/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,23 @@ Les nœuds sont les unités de base de l'organisation logique dans un flux de tr
66
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).
77
:::
88

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) :
1010

1111
- **Contrôle de Flux**
1212
- [Condition](./condition.md)
1313
- [Délai](./delay.md) (fourni par le plugin @nocobase/plugin-workflow-delay)
1414
- [Fin du Processus](./end.md)
1515
- [Boucle](./loop.md) (fourni par le plugin @nocobase/plugin-workflow-loop)
1616
- [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)
1719
- [Variable personnalisée](./variable.md) (fourni par le plugin @nocobase/plugin-workflow-variable)
1820
- **Calcul**
1921
- [Calcul](./calculation.md)
20-
- [Calcul d'expressions dynamiques](./dynamic-calculation.md) (fourni par le plugin @nocobase/plugin-workflow-dynamic-calculation)
2122
- [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)
2226
- **Opérations sur Tableaux de Données**
2327
- [Créer un enregistrement](./create.md)
2428
- [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é
3135
- [Approbation](./approval.md) (fourni par le plugin @nocobase/plugin-workflow-approval)
3236
- [CC](./cc.md) (fourni par le plugin @nocobase/plugin-workflow-cc)
3337
- **Autres Extensions**
38+
- [JavaScript](./javascript.md) (fourni par le plugin @nocobase/plugin-workflow-javascript)
3439
- [Requête HTTP](./request.md) (fourni par le plugin @nocobase/plugin-workflow-request)
3540
- [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)

docs/ja-JP/handbook/workflow-cc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 参照通知(CC)
1+
# 参照通知(CC) <Badge>v1.8.2+</Badge>
22

33
<PluginInfo name="workflow-cc" link="/handbook/workflow-cc"></PluginInfo>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 抄送参照通知(CC)
1+
# 抄送参照通知(CC) <Badge>v1.8.2+</Badge>
22

33
<embed src="../../workflow-cc/index.md#L3-L999"></embed>

docs/ja-JP/handbook/workflow/nodes/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
ワークフローのトリガーはノードには含まれず、エントリーノードとしてフローチャートに表示されますが、ノードとは異なる概念です。詳細については[トリガー](../triggers/index.md)の内容をご参照ください。
77
:::
88

9-
機能の観点から、現在実装されているノードは4つの大カテゴリに分けられており、合計で 24 種類のノードがあります。
9+
機能の観点から、現在実装されているノードは4つの大カテゴリに分けられており、合計で 25 種類のノードがあります。
1010

1111
- フロー制御クラス
1212
- [条件判断](./condition.md)
1313
- [遅延](./delay.md)(プラグイン @nocobase/plugin-workflow-delay 提供)
1414
- [フロー終了](./end.md)
15-
- [JSON 变量映射](./json-variable-mapping.md)(プラグイン @nocobase/plugin-workflow-json-variable-mapping 提供)
1615
- [ループ](./loop.md)(プラグイン @nocobase/plugin-workflow-loop 提供)
1716
- [並列分岐](./parallel.md)(プラグイン @nocobase/plugin-workflow-parallel 提供)
1817
- [カスタム変数](./variable.md)(プラグイン @nocobase/plugin-workflow-variable 提供)
@@ -24,6 +23,7 @@
2423
- [日付計算](./date-calculation.md)(プラグイン @nocobase/plugin-workflow-date-calculation 提供)
2524
- [動的式演算](./dynamic-calculation.md)(プラグイン @nocobase/plugin-workflow-dynamic-calculation 提供)
2625
- [JSON 計算](./json-query.md)(プラグイン @nocobase/plugin-workflow-json-query 提供)
26+
- [JSON 变量映射](./json-variable-mapping.md)(プラグイン @nocobase/plugin-workflow-json-variable-mapping 提供)
2727

2828
- データテーブル操作
2929
- [データ追加](./create.md)
@@ -38,6 +38,6 @@
3838
- [承認](./approval.md)(プラグイン @nocobase/plugin-workflow-approval 提供)
3939
- [抄送](./cc.md)(プラグイン @nocobase/plugin-workflow-cc 提供)
4040
- その他拡張
41+
- [JavaScript](./javascript.md)(プラグイン @nocobase/plugin-workflow-javascript 提供)
4142
- [HTTP リクエスト](./request.md)(プラグイン @nocobase/plugin-workflow-request 提供)
4243
- [レスポンスメッセージ](./response-message.md)(プラグイン @nocobase/plugin-workflow-response-message 提供)
43-
- [JavaScript](./javascript.md)(プラグイン @nocobase/plugin-workflow-javascript 提供)

docs/zh-CN/handbook/workflow-cc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 抄送
1+
# 抄送 <Badge>v1.8.2+</Badge>
22

33
<PluginInfo name="workflow-cc" link="/handbook/workflow-cc"></PluginInfo>
44

0 commit comments

Comments
 (0)