This commit is contained in:
jxxghp
2025-03-04 14:22:32 +08:00
parent 9be2686733
commit affcb9d5c3
12 changed files with 23 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ class WorkFlowManager(metaclass=Singleton):
if not context:
context = ActionContext()
if action.type in self._actions:
# 实例化之前,清理掉类对象的数据
# 实例化
action_obj = self._actions[action.type](action.id)
# 执行