
8/15/2023
What this post added
This post clarifies the distinction between concurrency and parallelism, explaining how Temporal leverages these concepts within its durable execution model. It details how Temporal's workflow execution operates on a deterministic event loop for individual workflows, making progress on tasks until they are blocked or completed, and how this model provides fault tolerance and the illusion of parallelism.