mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
feat: expose workflow_run_blocks.script_run on the timeline API + close write-path gap + add missing DB column (#5658)
This commit is contained in:
parent
459af8ca27
commit
fb64ffd88c
11 changed files with 215 additions and 7 deletions
|
|
@ -19487,7 +19487,8 @@
|
|||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
],
|
||||
"title": "Script Run"
|
||||
},
|
||||
"job_id": {
|
||||
"anyOf": [
|
||||
|
|
@ -20054,6 +20055,17 @@
|
|||
}
|
||||
],
|
||||
"title": "Executed Branch Next Block"
|
||||
},
|
||||
"script_run": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ScriptRunResponse"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Script Run"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue