fix workflow excute

This commit is contained in:
jxxghp
2025-02-25 08:22:02 +08:00
parent feb22ff0a7
commit fb249c0ea5
4 changed files with 138 additions and 12 deletions

View File

@@ -27,6 +27,8 @@ class Workflow(Base):
run_count = Column(Integer, default=0)
# 任务列表
actions = Column(JSON, default=list)
# 任务流
flows = Column(JSON, default=list)
# 执行上下文
context = Column(JSON, default=dict)
# 创建时间