Jon/sky 5906 debugger show actions inputs outputs for a block run (#3202)

This commit is contained in:
Jonathan Dobson
2025-08-15 07:25:04 -04:00
committed by GitHub
parent 654cdb14e4
commit 40d104c193
33 changed files with 898 additions and 121 deletions

View File

@@ -317,6 +317,7 @@ export type WorkflowRunStatusApiResponse = {
webhook_callback_url: string | null;
extra_http_headers: Record<string, string> | null;
created_at: string;
finished_at: string;
modified_at: string;
parameters: Record<string, unknown>;
screenshot_urls: Array<string> | null;