This commit is contained in:
takatost
2024-03-04 23:34:28 +08:00
parent d51d456d80
commit 892fe927c2
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
from core.app.app_queue_manager import AppQueueManager, PublishFrom
from core.workflow.callbacks.base_callback import BaseWorkflowCallback
from models.workflow import WorkflowRun, WorkflowNodeExecution
from models.workflow import WorkflowNodeExecution, WorkflowRun
class WorkflowEventTriggerCallback(BaseWorkflowCallback):