HowTos
This section contains a collection of HowTos for various topics.
Contents:
- Use
CalcJob
andWorkChain
insdie WorkGraph - Graph-level inputs and outputs in a WorkGraph
- Graph Builder for nested and dynamic workflows
- Run tasks in parallel
- Aggregate data from multiple tasks
- Use
if
condition - Use
while
loop - Use map to generate tasks dynamically
- Use
Context
to pass data between tasks - Wait for another task
- Combine workgraphs
- Save and restart a WorkGraph
- How to write error-resistant workflows
- Continue a finished WorkGraph
- Grouping Tasks with Zone
- Monitor Task Decorator
- Use
protocol
to set input parameters - Scheduler
- Command line interface
- How to control (pause, play, kill) the task
- Transfer WorkChain to WorkGraph
- Calling WorkGraph within a WorkChain