diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/ActionNode/ActionNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/ActionNode/ActionNode.tsx index a2a6c0e36..53c148abd 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/ActionNode/ActionNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/ActionNode/ActionNode.tsx @@ -143,6 +143,12 @@ function ActionNode({ id, data }: NodeProps) { className="nopan text-xs" /> +
+
+ Tip: While executing the action block, Skyvern will only take one + action. +
+
diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx index 84d382fbe..0a8c71a9e 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/NavigationNode/NavigationNode.tsx @@ -96,7 +96,7 @@ function NavigationNode({ id, data }: NodeProps) { }} /> -
+
@@ -129,6 +129,12 @@ function NavigationNode({ id, data }: NodeProps) { className="nopan text-xs" />
+
+
+ Tip: While executing the navigation block, Skyvern will take + multiple actions to accomplish a single goal. +
+