Feat/workflow retry (#11885)
This commit is contained in:
parent
dacd457478
commit
0c0120ef27
31 changed files with 690 additions and 51 deletions
|
|
@ -52,10 +52,12 @@ export type NodeTracing = {
|
|||
extras?: any
|
||||
expand?: boolean // for UI
|
||||
details?: NodeTracing[][] // iteration detail
|
||||
retryDetail?: NodeTracing[] // retry detail
|
||||
parallel_id?: string
|
||||
parallel_start_node_id?: string
|
||||
parent_parallel_id?: string
|
||||
parent_parallel_start_node_id?: string
|
||||
retry_index?: number
|
||||
}
|
||||
|
||||
export type FetchWorkflowDraftResponse = {
|
||||
|
|
@ -178,6 +180,7 @@ export type NodeFinishedResponse = {
|
|||
}
|
||||
created_at: number
|
||||
files?: FileResponse[]
|
||||
retry_index?: number
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue