Workflow orchestration · Temporal Technologies
Temporal
Durable-execution platform for building fault-tolerant application logic in code, used for microservice orchestration far beyond data pipelines.
Temporal is a durable-execution platform, not a data-pipeline tool: it lets developers write ordinary application code (in Go, Java, Python, TypeScript, and other languages) as a 'workflow,' and Temporal guarantees that workflow's execution state survives process crashes, deploys, and infrastructure failures, automatically resuming exactly where it left off. It is used to orchestrate long-running business processes such as payment processing, order fulfillment, CI/CD pipelines, and multi-step microservice transactions — anywhere reliability and exactly-once-style execution semantics matter more than data transformation. Retries, timeouts, and signals are handled by the Temporal server rather than hand-rolled with queues and state machines. The Temporal server is open source and self-hostable at no cost; Temporal Cloud is a managed alternative billed by actions and storage consumed. It appears in this directory because some data teams use it as an orchestration backend, but it is a general-purpose durable-execution engine, not an ETL/ELT scheduler.
At a glance
| Vendor | Temporal Technologies |
|---|---|
| Pricing model | Usage-based |
| Free tier | Yes |
| Deployment | Cloud, Self-hosted |
| Open source | Yes (MIT) |
| Best for | Engineering teams building reliable, long-running business processes or microservice orchestration beyond data pipelines. |
Pricing
The self-hosted server is free forever; Temporal Cloud is pay-as-you-go per action and storage, with volume discounts and a trial credit.
| Plan | Price | Notes |
|---|---|---|
| Pay-As-You-Go | From $50 per million actions | No base fee; plus active/retained storage charges; $150 trial credit |
| Volume / self-service | Down to $25 per million actions | Higher-volume commitments unlock larger discounts |
| Business Support | From $500/month | Greater of $500/mo or 10% of usage; 2-hour P0 SLA |
| Enterprise / Mission Critical | Contact sales | 30-minute (or 15-minute) P0 SLA 24/7, dedicated architect |
Prices read from the vendor's own page on September 21, 2026. Vendors change prices; check the source before you budget.
Features
- Durable execution: workflow state survives crashes and deploys
- Automatic retries, timeouts, and versioned workflow history
- Multi-language SDKs (Go, Java, Python, TypeScript, .NET)
- Signals and queries for interacting with running workflows
- Self-hosted server or fully managed Temporal Cloud
- Built-in observability into workflow execution history
- Suited to long-running, multi-step business processes
Integrations
Profile last reviewed September 21, 2026