feat: workflow continue on error (#11474)

This commit is contained in:
zxhlyh 2024-12-11 14:21:38 +08:00 committed by GitHub
commit bec5451f12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
60 changed files with 1481 additions and 282 deletions

View file

@ -297,6 +297,7 @@ export type WorkflowRunDetailResponse = {
created_by_end_user?: EndUserInfo
created_at: number
finished_at: number
exceptions_count?: number
}
export type AgentLogMeta = {