mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 09:19:40 +00:00
Add application column to tasks (#1291)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
parent
fe0f971842
commit
379d5a30cd
7 changed files with 42 additions and 0 deletions
|
@ -82,6 +82,7 @@ def convert_to_task(task_obj: TaskModel, debug_enabled: bool = False) -> Task:
|
|||
max_steps_per_run=task_obj.max_steps_per_run,
|
||||
error_code_mapping=task_obj.error_code_mapping,
|
||||
errors=task_obj.errors,
|
||||
application=task_obj.application,
|
||||
)
|
||||
return task
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue