mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-11 07:54:37 +00:00
Add workflow_title to WorkflowRun (#1731)
This commit is contained in:
parent
cc449dc9de
commit
c330c6a455
4 changed files with 30 additions and 11 deletions
|
@ -1050,6 +1050,7 @@ class WorkflowService:
|
|||
outputs=outputs,
|
||||
total_steps=total_steps,
|
||||
total_cost=total_cost,
|
||||
workflow_title=workflow.title,
|
||||
)
|
||||
|
||||
async def clean_up_workflow(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue