Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to duplicate scenarios Issue Solved #1896

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

AnujSaha0111
Copy link

When creating a new scenario by duplicating an existing one, the code checks whether any Data Nodes (inputs) for the tasks have changed. If no changes are detected, it reuses the cached task output instead of re-running the task, improving performance. Finally, the new scenario is saved with the appropriate reused or re-executed tasks.

When creating a new scenario by duplicating an existing one, the code checks whether any Data Nodes (inputs) for the tasks have changed.
If no changes are detected, it reuses the cached task output instead of re-running the task, improving performance.
Finally, the new scenario is saved with the appropriate reused or re-executed tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant