WIP: feat(api): do not return paused node_execution records & preserve node_execution_id across pause

This commit is contained in:
QuantumGhost
2026-01-04 23:38:40 +08:00
parent 77dc8a6edb
commit 1ad2b97169
9 changed files with 458 additions and 74 deletions

View File

@ -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,