Note
Go to the end to download the full example code.
Continue a finished workgraph
There are two ways to continue a process in WorkGraph:
Rerun the workgraph with modified inputs, relying on AiiDA’s caching mechanism to avoid redundant calculations. Visit the AiiDA documentation section on caching to learn more.
Load and restart a finished workgraph, allowing you to rerun it with modified inputs or even new tasks. This feature is only available via the advanced usage paradigms. For example, see how to do it using the context manager paradigm.
Total running time of the script: (0 minutes 0.000 seconds)