Skip to content
Discussion options

You must be logged in to vote

Dify does not currently provide a user-facing feature to continue a test run from a specific node in a dialogue flow without restarting the entire conversation. Multiple users have requested this feature for workflow debugging and to avoid wasting tokens, but it is not yet implemented in the UI or as an official workflow feature [issue 14115].

Under the hood, Dify's workflow engine does support pausing and resuming execution from specific nodes by saving and restoring the runtime state, including outputs and paused nodes [graph_engine.py, graph_runtime_state.py]. However, this capability is not exposed for manual use through the UI or public APIs.

For now, the best available options are:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by WilliamChen-luckbob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant