feat: clarify workflow run history
This commit is contained in:
@@ -124,6 +124,12 @@ class WorkflowRunListResponse(BaseModel):
|
||||
workflow_name: str = ""
|
||||
status: str = "pending"
|
||||
trigger_type: str = "api"
|
||||
inputs: dict = Field(default_factory=dict)
|
||||
outputs: dict = Field(default_factory=dict)
|
||||
current_node_id: str = ""
|
||||
last_node_id: str = ""
|
||||
last_node_label: str = ""
|
||||
last_node_type: str = ""
|
||||
total_steps: int = 0
|
||||
total_tokens: int = 0
|
||||
elapsed_time: int = 0
|
||||
|
||||
Reference in New Issue
Block a user