Temporal logo

Temporal

automation
No ratings yet

Durable workflow orchestration from ex-Uber engineers used by Netflix, Stripe, and DoorDash to build reliable long-running AI agent pipelines.

Temporal is an open-source durable workflow orchestration platform created in 2019 by Maxim Fateev and Samar Abbas, former Uber engineers who built Cadence, Uber's internal workflow system. Temporal's core innovation is durable execution - workflow code runs as if memory and processes never fail, because Temporal automatically replays execution from the last checkpoint after any infrastructure failure. Used by Netflix, DoorDash, Stripe, Coinbase, and Snap, Temporal has become the standard for reliable long-running workflows and AI agent pipelines. The company raised $75 million in Series B funding at a $1.5 billion valuation. The open-source core is MIT-licensed; Temporal Cloud provides a managed hosted version.

#workflow
#developer-tools
#open-source
#autonomous-agent
#ai-workflow
#reliability
Freemium

Free plan available

Update Tool
temporal.io
Freemium
Pricing Model
Automation
Category
2019
Since
Free Plan
Access

Key Features

  • Durable execution replays workflow code from checkpoints after crashes so tasks survive process failures without data loss
  • SDK support for Go, TypeScript, Python, Java, .NET, and PHP with identical durable execution semantics across all languages
  • Activity retries with configurable exponential backoff handle transient LLM API failures without manual intervention
  • Signals and queries let external systems inject data into in-flight workflows and read current workflow state on demand
  • Workflow versioning safely updates running workflow logic without interrupting already-in-progress instances
  • Temporal Cloud provides managed hosting with a web UI, metrics dashboards, namespace isolation, and SLA guarantees
  • Built-in workflow search indexes runs by status, run ID, and custom business attributes for operational monitoring at scale

Use Cases

  • AI agent teams building multi-step LLM pipelines where a single API timeout would otherwise lose hours of accumulated progress
  • Engineering teams replacing ad-hoc cron jobs and queue workers with durable workflows that guarantee exactly-once execution
  • Fintech teams running order workflows spanning days with human approval gates and third-party API calls at each step
  • Platform teams providing a reliable async execution layer to product teams building AI features on shared infrastructure

Pros

  • Durable execution with automatic checkpoint replay is the strongest reliability guarantee available for long-running workflows
  • Battle-tested at Netflix, Stripe, and DoorDash scale - one of the most production-validated workflow platforms available
  • Multi-language SDK parity across Go, TypeScript, Python, and Java means every team works in their native language

Cons

  • Steep conceptual learning curve - Temporal workflows require deterministic code with constraints that take time to internalize
  • Self-hosted Temporal requires running a Temporal server cluster plus Cassandra or PostgreSQL as the persistence backend
  • Temporal Cloud action-based billing becomes expensive for workflows with many fine-grained activity steps at high volume

Temporal Alternatives

Explore similar tools and alternatives

Temporal is also listed as an alternative to:

Ready to try Temporal?

Visit the official website to explore all features and get started with Temporal today.

Reviews

0 reviews for Temporal

-

Based on 0 reviews

5
0
4
0
3
0
2
0
1
0

Share your experience

Log in to write a review for Temporal

Log In to Review

More Automation Tools

Discover similar tools in this category

Have an AI Tool?

List your AI tool for free, or go featured for top placement in your category - and reach thousands of potential users.

Submit Your Tool