Add collapsible for workflow run tasks table (#1219)

Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
This commit is contained in:
Shuchang Zheng
2024-11-19 10:54:38 -08:00
committed by GitHub
parent 5477612d37
commit 9b29ed1d5b
7 changed files with 452 additions and 82 deletions

View File

@@ -277,6 +277,7 @@ export type WorkflowRunStatusApiResponse = {
screenshot_urls: Array<string> | null;
recording_url: string | null;
outputs: Record<string, unknown> | null;
failure_reason: string | null;
};
export type TaskGenerationApiResponse = {