One graph showing any_input, all_inputs, time_sync, batch, rate_limit, debounce, and condition trigger policies.
Primary graph: trigger_semantics.yaml.
- Category: Execution Semantics
- Difficulty: intermediate
- Tags: trigger, readiness, suppression
./build/topoexec graph validate examples/20-triggers/trigger_semantics.yaml
./build/topoexec graph render examples/20-triggers/trigger_semantics.yaml --format mermaid
./build/topoexec graph run examples/20-triggers/trigger_semantics.yaml --steps 3
./build/topoexec graph explain examples/20-triggers/trigger_semantics.yamlThe graph validates all supported trigger policy shapes and a short run exposes suppressed/pending behavior through metrics if policies do not fire every tick.
example.jsonfor the commands, generated asset expectations, and CI smoke flags.- Generated graph asset under
docs/assets/generated/examples/trigger-semantics/graph.mmdafter running the asset pipeline. - Runtime metrics, trace, observe, or diagnostics output when the command list includes those surfaces.