feat: 添加工作流执行配置和并行数设置,优化工作流管理功能

This commit is contained in:
jxxghp
2026-06-04 15:56:57 +08:00
parent 8b43e0a754
commit addc0838c0
6 changed files with 869 additions and 5 deletions

View File

@@ -1489,6 +1489,10 @@ export interface Workflow {
actions?: any[]
// 动作流
flows?: any[]
// 工作流执行配置
execution_config?: { [key: string]: any }
// 工作流结构化执行状态
execution_state?: { [key: string]: any }
// 创建时间
add_time?: string
// 最后执行时间