{errorHandlers.map((node, i) => {
- const errOriginalIndex = nodes.indexOf(node)
+ const errOriginalIndex = allNodes.indexOf(node)
return (
diff --git a/src/design-system/composites/index.ts b/src/design-system/composites/index.ts
index 947dd89..9b2018c 100644
--- a/src/design-system/composites/index.ts
+++ b/src/design-system/composites/index.ts
@@ -34,7 +34,7 @@ export { Popover } from './Popover/Popover'
export { ProcessorTimeline } from './ProcessorTimeline/ProcessorTimeline'
export type { ProcessorStep, ProcessorAction } from './ProcessorTimeline/ProcessorTimeline'
export { RouteFlow } from './RouteFlow/RouteFlow'
-export type { RouteNode, NodeAction, NodeBadge } from './RouteFlow/RouteFlow'
+export type { RouteNode, NodeAction, NodeBadge, FlowSegment } from './RouteFlow/RouteFlow'
export { ShortcutsBar } from './ShortcutsBar/ShortcutsBar'
export { SegmentedTabs } from './SegmentedTabs/SegmentedTabs'
export { SplitPane } from './SplitPane/SplitPane'
diff --git a/src/pages/Inventory/sections/CompositesSection.tsx b/src/pages/Inventory/sections/CompositesSection.tsx
index 828a7f3..ac5abfa 100644
--- a/src/pages/Inventory/sections/CompositesSection.tsx
+++ b/src/pages/Inventory/sections/CompositesSection.tsx
@@ -815,6 +815,37 @@ export function CompositesSection() {
+ {/* 17c. RouteFlow (Multi-Flow) */}
+
+
+
+
+
+
{/* 18. ShortcutsBar */}