Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions en/cloud/use-dify/nodes/loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Configure when the loop should stop executing:

**Exit Loop Node** - Immediate termination when this node is reached

When you add more than one termination condition, choose **AND** or **OR** to combine them.

<Info>
The loop terminates when either the termination condition is met, the maximum count is reached, or an Exit Loop node executes. If no conditions are specified, the loop continues until the maximum count.
</Info>
Expand Down
2 changes: 2 additions & 0 deletions en/self-host/use-dify/nodes/loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Configure when the loop should stop executing:

**Exit Loop Node** - Immediate termination when this node is reached

When you add more than one termination condition, choose **AND** or **OR** to combine them.

<Info>
The loop terminates when either the termination condition is met, the maximum count is reached, or an Exit Loop node executes. If no conditions are specified, the loop continues until the maximum count.
</Info>
Expand Down
2 changes: 2 additions & 0 deletions ja/cloud/use-dify/nodes/loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ description: "段階的な改良で反復的なワークフローを実行"

**ループ終了ノード** - このノードに到達した時の即座の終了

終了条件を複数追加する場合は、**AND** または **OR** で組み合わせます。

<Info>
ループは、終了条件が満たされる、最大回数に達する、またはループ終了ノードが実行されるときに終了します。条件が指定されていない場合、ループは最大回数まで継続されます。
</Info>
Expand Down
2 changes: 2 additions & 0 deletions ja/self-host/use-dify/nodes/loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ description: "段階的な改良で反復的なワークフローを実行"

**ループ終了ノード** - このノードに到達した時の即座の終了

終了条件を複数追加する場合は、**AND** または **OR** で組み合わせます。

<Info>
ループは、終了条件が満たされる、最大回数に達する、またはループ終了ノードが実行されるときに終了します。条件が指定されていない場合、ループは最大回数まで継続されます。
</Info>
Expand Down
2 changes: 2 additions & 0 deletions zh/cloud/use-dify/nodes/loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ title: "循环"

**退出循环节点** - 达到此节点时立即终止

当添加多个终止条件时,可选择 **AND** 或 **OR** 组合判断。

<Info>
当满足终止条件、达到最大次数或执行退出循环节点时,循环终止。如果未指定条件,循环将继续直到达到最大次数。
</Info>
Expand Down
2 changes: 2 additions & 0 deletions zh/self-host/use-dify/nodes/loop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ title: "循环"

**退出循环节点** - 达到此节点时立即终止

当添加多个终止条件时,可选择 **AND** 或 **OR** 组合判断。

<Info>
当满足终止条件、达到最大次数或执行退出循环节点时,循环终止。如果未指定条件,循环将继续直到达到最大次数。
</Info>
Expand Down