mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-13 12:56:51 +08:00
fix: WorkflowRunDetailApi created_at、finished_at types changed to timestamps (#16821)
This commit is contained in:
@@ -370,8 +370,8 @@ Workflow applications offers non-session support and is ideal for translation, a
|
||||
"error": null,
|
||||
"total_steps": 3,
|
||||
"total_tokens": 0,
|
||||
"created_at": "Thu, 18 Jul 2024 03:17:40 -0000",
|
||||
"finished_at": "Thu, 18 Jul 2024 03:18:10 -0000",
|
||||
"created_at": 1705407629,
|
||||
"finished_at": 1727807631,
|
||||
"elapsed_time": 30.098514399956912
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user