mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
fix: preserve code_version when updating workflows (#5416)
This commit is contained in:
parent
4b4ddde278
commit
2bb11d0849
1 changed files with 3 additions and 1 deletions
|
|
@ -4840,7 +4840,9 @@ class WorkflowService:
|
|||
sequential_key=request.sequential_key,
|
||||
folder_id=existing_latest_workflow.folder_id,
|
||||
adaptive_caching=request.adaptive_caching,
|
||||
code_version=request.code_version,
|
||||
code_version=request.code_version
|
||||
if request.code_version is not None
|
||||
else existing_latest_workflow.code_version,
|
||||
generate_script_on_terminal=request.generate_script_on_terminal,
|
||||
)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue