mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 23:18:05 +08:00
refactor: move workflow package to dify_graph (#32844)
This commit is contained in:
@ -14,7 +14,7 @@ from uuid import uuid4
|
||||
|
||||
import pytest
|
||||
|
||||
from core.workflow.enums import (
|
||||
from dify_graph.enums import (
|
||||
NodeType,
|
||||
WorkflowExecutionStatus,
|
||||
WorkflowNodeExecutionStatus,
|
||||
|
||||
Reference in New Issue
Block a user