mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +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
|
|
@ -13343,6 +13343,15 @@
|
|||
"type": "string",
|
||||
"nullable": true,
|
||||
"title": "Executed Branch Next Block"
|
||||
},
|
||||
"script_run": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ScriptRunResponse"
|
||||
}
|
||||
],
|
||||
"nullable": true,
|
||||
"title": "Script Run"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue