dify/web/app/components/workflow/nodes/group
zhsama 8834e6e531 feat(workflow): enhance group node functionality with head and leaf node tracking
- Added headNodeIds and leafNodeIds to GroupNodeData to track nodes that receive input and send output outside the group.
- Updated useNodesInteractions hook to include headNodeIds in the group node data.
- Modified isValidConnection logic in useWorkflow to validate connections based on leaf node types for group nodes.
- Enhanced preprocessNodesAndEdges to rebuild temporary edges for group nodes, connecting them to external nodes for visual representation.
2026-01-04 20:45:42 +08:00
..
node.tsx Merge branch 'main' into feat/grouping-branching 2025-12-23 23:55:21 +08:00
panel.tsx feat: implement group node functionality and enhance grouping interactions 2025-12-19 15:17:45 +08:00
types.ts feat(workflow): enhance group node functionality with head and leaf node tracking 2026-01-04 20:45:42 +08:00