feat: workflow continue on error (#11474)
This commit is contained in:
parent
86dfdcb8ec
commit
bec5451f12
60 changed files with 1481 additions and 282 deletions
|
|
@ -297,6 +297,7 @@ export type WorkflowRunDetailResponse = {
|
|||
created_by_end_user?: EndUserInfo
|
||||
created_at: number
|
||||
finished_at: number
|
||||
exceptions_count?: number
|
||||
}
|
||||
|
||||
export type AgentLogMeta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue