Files
ragflow/docs/guides/agent/understand_the_canvas/component_connection_rules.md
YanZhang 611e0596f6 docs: modify docs display & add images (#17575)
### Summary

modify docs display
add some images
delete enterprise docs
standardize capitalization
2026-07-30 21:24:15 +08:00

669 B

sidebar_position, title, sidebar_label, slug, sidebar_custom_props
sidebar_position title sidebar_label slug sidebar_custom_props
4 Component Connection Rules Component Connection Rules /component_connection_rules
categoryIcon
RagAiAgent

Component Connection Rules

Connections define component execution order. Sequential components run along a single path. Branch components such as Switch and Categorize route workflows to different exits according to conditions. Iteration executes sub-processes in loops. Components not connected to the execution path will not run. Before deleting a component, check upstream/downstream connections and variable references to avoid missing inputs for subsequent nodes.