This commit is contained in:
takatost
2024-03-04 23:34:28 +08:00
parent 75f1355d4c
commit bc4edbfc2b
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):