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,8 +12,8 @@ from celery import shared_task
from sqlalchemy import select
from core.db.session_factory import session_factory
from dify_graph.entities.workflow_execution import WorkflowExecution
from dify_graph.workflow_type_encoder import WorkflowRuntimeTypeConverter
from graphon.entities.workflow_execution import WorkflowExecution
from graphon.workflow_type_encoder import WorkflowRuntimeTypeConverter
from models import CreatorUserRole, WorkflowRun
from models.enums import WorkflowRunTriggeredFrom