+
+ Workflow Details
+
+ View your custom nodes, models, external files used in this workflow
+
+
+
+
+
+
+
+ File
+ Output
+
+
+
+ {groupedByAuxName &&
+ Object.entries(groupedByAuxName).map(([key, group]) => {
+ // const filePath
+ return (
+
+
+
+ {key}
+
+
+
+
+ {group.node.map((x) => (
+
+ {x.class_type}
+
+ ))}
+
+
+ );
+ })}
+
+
+
+
+
+
+
+ {/* */}
+ {/* {view}
*/}
+
+