mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 23:48:04 +08:00
WIP: feat(api): do not return paused node_execution records & preserve node_execution_id across pause
This commit is contained in:
@ -9,7 +9,7 @@ import pytest
|
||||
from pydantic import ValidationError
|
||||
|
||||
from core.workflow.entities import GraphInitParams
|
||||
from core.workflow.node_events import NodeRunResult, PauseRequestedEvent
|
||||
from core.workflow.node_events import PauseRequestedEvent
|
||||
from core.workflow.node_events.node import StreamCompletedEvent
|
||||
from core.workflow.nodes.human_input.entities import (
|
||||
EmailDeliveryConfig,
|
||||
|
||||
Reference in New Issue
Block a user