feat: clarify workflow run history

This commit is contained in:
2026-06-13 13:28:40 +08:00
parent 70e3b1859a
commit d3837fc975
5 changed files with 100 additions and 0 deletions
@@ -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;