How-to Guides
Practical recipes for solving specific problems with the computation graph system.
- Accumulator Types — Choose and configure the right accumulator
- When-All Criteria — Fire graphs only when all sources have data
- Computation Graph in a Workflow Task — Wrap a trigger-less graph as a workflow task with
invokes = computation_graph(...)
- Computation Graph Health — Monitor graph execution and diagnose issues