dify/api/services/errors
QuantumGhost 10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
2025-06-24 09:05:29 +08:00
..
__init__.py fix: delete some dead code using vulture (#20999) 2025-06-16 12:07:41 +08:00
account.py fix: delete some dead code using vulture (#20999) 2025-06-16 12:07:41 +08:00
app.py feat: Persist Variables for Enhanced Debugging Workflow (#20699) 2025-06-24 09:05:29 +08:00
app_model_config.py Initial commit 2023-05-15 08:51:32 +08:00
audio.py tts add voice choose (#2391) 2024-02-15 22:41:18 +08:00
base.py fix: enhance file upload error handling and update base error class (#12132) 2024-12-26 23:31:29 +08:00
chunk.py Feat/support parent child chunk (#12092) 2024-12-25 19:49:07 +08:00
conversation.py Resolves #18536 Retreive conversation variables (#18581) 2025-04-25 11:52:25 +08:00
dataset.py refactor: Delete the dataset to verify whether it is in use (#5112) 2024-06-14 03:25:38 +08:00
document.py Initial commit 2023-05-15 08:51:32 +08:00
file.py Feat/dataset service api (#1245) 2023-09-27 16:06:32 +08:00
index.py Initial commit 2023-05-15 08:51:32 +08:00
llm.py catch openai rate limit error (#7658) 2024-08-26 19:36:44 +08:00
message.py Initial commit 2023-05-15 08:51:32 +08:00
plugin.py Feat/plugin install scope management (#19963) 2025-06-18 16:25:00 +08:00
workflow_service.py feat(workflow_service): workflow version control api. (#14860) 2025-03-10 13:34:31 +08:00
workspace.py E-300 (#19726) 2025-05-20 12:07:50 +08:00