fix workflow_run.run_with override (#3543)

This commit is contained in:
Shuchang Zheng
2025-09-27 11:18:17 -07:00
committed by GitHub
parent 11d4518369
commit 56b4d828c1
4 changed files with 36 additions and 18 deletions

View File

@@ -367,7 +367,7 @@ class SkyvernPage:
"""
new_xpath = xpath
if intention and data:
if intention:
try:
# Build the element tree of the current page for the prompt
context = skyvern_context.ensure_context()