feat: clarify workflow run history
This commit is contained in:
@@ -289,6 +289,12 @@ export interface WorkflowRunListItem {
|
||||
workflow_name: string;
|
||||
status: string;
|
||||
trigger_type: string;
|
||||
inputs: Record<string, any>;
|
||||
outputs: Record<string, any>;
|
||||
current_node_id: string;
|
||||
last_node_id: string;
|
||||
last_node_label: string;
|
||||
last_node_type: string;
|
||||
total_steps: number;
|
||||
total_tokens: number;
|
||||
elapsed_time: number;
|
||||
|
||||
Reference in New Issue
Block a user