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

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