Blog
Notes on workflow correctness
Engineering notes on determinism, call-graph analysis, and how WoGu is built.
How WoGu's call graph analysis works
A walk through what "reachable from a workflow's entry point" actually means, and why it stops precisely at an Activity boundary.
Why determinism bugs are hard to catch in code review
A non-deterministic call rarely looks wrong at the call site — it looks wrong three replays later, on a different worker.
Introducing WoGu: workflow correctness for Temporal
WoGu v0.1.0 is on Maven Central — ten Determinism rules that fail your build before a NonDeterministicException reaches production.