refactor(api): rename dify_graph to graphon (#34095)

This commit is contained in:
99
2026-03-25 21:58:56 +08:00
committed by GitHub
parent 7e9d00a5a6
commit 52e7492cbc
898 changed files with 2687 additions and 2687 deletions

View File

@ -12,10 +12,10 @@ from celery import shared_task
from sqlalchemy import select
from core.db.session_factory import session_factory
from dify_graph.entities.workflow_node_execution import (
from graphon.entities.workflow_node_execution import (
WorkflowNodeExecution,
)
from dify_graph.workflow_type_encoder import WorkflowRuntimeTypeConverter
from graphon.workflow_type_encoder import WorkflowRuntimeTypeConverter
from models import CreatorUserRole, WorkflowNodeExecutionModel
from models.workflow import WorkflowNodeExecutionTriggeredFrom