You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're experiencing, where the "restore history" functionality does not restore features, might be related to how the restoration process is implemented. The handleRestore and handleLoadBackupDraft functions are responsible for restoring the workflow, including features. These functions should update the workflow canvas and restore features from the backupDraft stored in the workflowStore[1][2].
However, there are known limitations with the "restore history" feature, such as certain actions not triggering state changes, which might affect the restoration of features [3]. It could be beneficial to check if these limitations are impacting your specific use case.
If the issue persists, reviewing the implementation of these functions and ensuring that the featuresStore is correctly updated during the restoration process might help identify the problem.
Self Checks
Dify version
0.15.0
Cloud or Self Hosted
Cloud, Self Hosted (Docker), Self Hosted (Source)
Steps to reproduce
when restored the workflow, no feature will be restored
✔️ Expected Behavior
we should also keep feature
❌ Actual Behavior
features are wiped
The text was updated successfully, but these errors were encountered: