you can (and people already) model steps in any arbitrarily large workflow and have those results be processed in a modular fashion and have whatever process that begins this workflow check the state of the necessary preconditions prior to taking any action and thus go to the currently needed step, or retry ones that failed, and so forth.
fiddlerwoaroof•33m ago
andersmurphy•17m ago
Janet lang lets you serialize coroutines which is fun. Make this sort of stuff trivial.
gunnarmorling•15m ago
> You could think of [Durable Execution] as a persistent implementation of the memoization pattern, or a persistent form of continuations.