|
|
|
Show HN: Obelisk – a WASM-based deterministic workflow engine
(obeli.sk)
|
|
103 points
by tomasol
439 days ago
|
|
A lightweight engine for durable execution / deterministic workflows I built with Rust, wasmtime and the WASM Component Model.
Its main use is running reliable, long-running workflows that can automatically resume after failures.
Looking for feedback on the approach and potential use cases! |
|
Can I update the workflow while it has running instances without interfering the running instances?
Can I update a running instance with a new version of the workflow to patch some flaw? If no, can I replay an updated version of a workflow with the log of an old workflow version?