+ Workflow Visualizer is not enabled for this Actor.
This
+ feature requires a workflow-based Actor.
+
+ {JSON.stringify(hoveredNode.node.data, null, 2).slice(
+ 0,
+ 200,
+ )}
+ {JSON.stringify(hoveredNode.node.data, null, 2).length >
+ 200
+ ? "..."
+ : ""}
+
+
+ {JSON.stringify(selectedNode.data, null, 2)}
+
+