Workflow CodeGen (#2740)
This commit is contained in:
12
skyvern/services/run_code_service.py
Normal file
12
skyvern/services/run_code_service.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
async def run_code(path: Path) -> None:
|
||||
# initialize the SkyvernPage object
|
||||
|
||||
# initialize workflow run context
|
||||
|
||||
# load the python file and do validation
|
||||
|
||||
# run the preloaded workflow
|
||||
return
|
||||
Reference in New Issue
Block a user