feat(workflow): flow_async_task 统一异步任务表实体与 DAO(物理删除)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 15:55:03 +08:00
co-authored by Claude Opus 4.7
parent d5b2d90a27
commit 5672c8272e
4 changed files with 236 additions and 0 deletions
+1
View File
@@ -23,4 +23,5 @@ const (
TableNameExecWorkflow = "exec_workflow"
TableNameExecWorkflowResult = "exec_workflow_result"
TableNameFlowSegmentResult = "flow_segment_result"
TableNameFlowAsyncTask = "flow_async_task"
)