Just put together this new demo–an app that visualizes the execution of a durable workflow, showing you what code executes in its backend and how it seamlessly recovers from failures.
Would love feedback on it! What works and what isn’t clear?
Would love feedback on it! What works and what isn’t clear?
Comments
Example: my step does a payment to an account (+10$), it completes but then the message to the ...
So we still have to build idempotent methods for this to work, right?