aiidateam / aiida-workgraph

Efficiently design and manage flexible workflows with AiiDA, featuring an interactive GUI, checkpoints, provenance tracking, and remote execution capabilities.
https://aiida-workgraph.readthedocs.io/en/latest/
MIT License
9 stars 5 forks source link

Implement submission controller using WorkGraph #240

Open superstar54 opened 3 weeks ago

superstar54 commented 3 weeks ago

WorkGraph allows flexible and precise control of the task. We can use WorkGraph to control the submission of a series of jobs. Try to implement a submission-controller using WorkGraph, e.g., use the example from the aiida-submission-controller