Temporal
/ˈtɛm.pər.əl/ · Noun · Development
Definitions
An open-source durable execution platform (originally forked from Uber's Cadence) that lets developers write long-running, fault-tolerant workflows as ordinary code. Temporal persists workflow state at each step, automatically retrying failed activities and resuming after crashes without manual state management.
In plain English: A platform that runs complex multi-step business processes reliably, automatically recovering from failures without losing progress.
Example: "The order fulfillment pipeline runs as a Temporal workflow — if the payment step fails, it retries with backoff and picks up exactly where it left off."