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:
pedrohsdb 2026-04-24 17:54:29 -07:00 committed by GitHub
parent 459af8ca27
commit fb64ffd88c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 215 additions and 7 deletions

View file

@ -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",