mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: add trigger by of app log (#24973)
This commit is contained in:
@ -234,6 +234,7 @@ export type WorkflowRunDetail = {
|
||||
version: string
|
||||
status: 'running' | 'succeeded' | 'failed' | 'stopped'
|
||||
error?: string
|
||||
triggered_from?: string
|
||||
elapsed_time: number
|
||||
total_tokens: number
|
||||
total_price: number
|
||||
|
||||
Reference in New Issue
Block a user