Show downloaded files in workflow run (#1321)
This commit is contained in:
@@ -206,6 +206,7 @@ export type WorkflowRunStatusApiResponse = {
|
||||
recording_url: string | null;
|
||||
outputs: Record<string, unknown> | null;
|
||||
failure_reason: string | null;
|
||||
downloaded_file_urls: Array<string> | null;
|
||||
};
|
||||
|
||||
export type TaskGenerationApiResponse = {
|
||||
|
||||
Reference in New Issue
Block a user