Durable-execution platform promising stable workflows written as imperative code (activities + sleeps). Requires running a separate server and (as of Julik's talk) Postgres, and its client speaks gRPC. Recently released official Ruby bindings with examples using `5.times { ... sleep 30.days }` — an example Julik uses to argue that imperative code hides whether the repetition is sequential or fork-join.