Try our new research platform with insights from 80,000+ expert users

Pros & Cons summary

Buyer's Guide

Get pricing advice, tips, use cases and valuable features from real users of this product.
Get the report

Prominent pros & cons

PROS

Temporal efficiently manages and automates workflows without manual intervention, supporting the retry of interrupted tasks.
Temporal enhances workflow visibility and analytics with customizable scheduled tasks.
The platform simplifies complex workflow management, improves system resilience, and reduces boilerplate code.
Temporal supports creating multiple and child workflows, aiding work organization and maintenance.
With an easy setup process using JavaScript and Docker, Temporal is user-friendly and beginner-friendly.

CONS

Temporal could be more user-friendly for beginners and non-technical staff, ensuring easier integration and usability across different use cases.
Calling multiple microservices with Temporal introduces latency due to workflow registration and analytics overhead.
Developers desire a more intuitive visualization of workflow states in Temporal.
Lack of built-in data storage in Temporal to store the state of the ongoing execution.
Retro compatibility in Temporal needs improvement, with workflow changes sometimes leading to failures if not properly configured.
 

Temporal Pros review quotes

Alex Bledea - PeerSpot reviewer
Sep 2, 2024
We like the fact that the whole process is durable, which is very useful to us.
HarshitGupta - PeerSpot reviewer
Aug 30, 2024
The tool is easy for a beginner to learn. The documentation covers activities, workflows, workers, servers, and more. While more examples could be beneficial, the existing resources are good enough to help you get started. There are also YouTube videos available that can provide additional context. The Slack community for Temporal is very active and helpful, similar to Stack Overflow, where you can find answers to a wide range of questions from basic to advanced levels. If you have a unique question, the community is responsive and provides knowledgeable support.
AbhishekDash - PeerSpot reviewer
Aug 8, 2024
Temporal focus on developers rather than business users.
Learn what your peers think about Temporal. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
824,053 professionals have used our research since 2012.
Gustavo Carneiro - PeerSpot reviewer
Sep 2, 2024
The initial setup is easy.
Giuliano Falcaro - PeerSpot reviewer
Aug 23, 2024
The solution's most valuable feature is its ability to fix things quickly.
Snehil Sinha - PeerSpot reviewer
Aug 13, 2024
The solution's most valuable feature is its ability to retry from an interrupted state.
Robin Shaw - PeerSpot reviewer
May 21, 2024
When some jobs take a lot of time and fail midway, the solution’s retry feature automatically causes them to retry.
Simon Novak - PeerSpot reviewer
Aug 21, 2024
What I like best about Temporal is its durable execution, which means you don't need to write many boilerplate code for critical pieces, especially for retries. It also has great observability and a nice dashboard to see issues without digging into logs. The interface for viewing activities is excellent, with good tracing that shows how long activities took and what ran, making it almost perfect for debugging.
Alok Prakash - PeerSpot reviewer
Aug 19, 2024
It is very useful for long-running workflows.
Aadarsh Mishra - PeerSpot reviewer
Aug 20, 2024
The most valuable thing about Temporal is that we can create multiple and child workflows. We can segregate work as we want, which is good for work organization. It's also easy to maintain. We're trying to generate and fill PDF forms with custom data, including digital signatures. We call AWS and do all activities through Temporal, like calling and saving data in buckets. We do this because we have a lot of load, with multiple users requesting data. We have two types of users: admin and customer. The admin creates forms, and employees or customers fill them out. When admin gets a form, it's stored in Temporal.
 

Temporal Cons review quotes

Alex Bledea - PeerSpot reviewer
Sep 2, 2024
Temporal images aren’t FIPS compliant, and we have to be FIPS compliant.
HarshitGupta - PeerSpot reviewer
Aug 30, 2024
One area where I think Temporal could improve is its dashboard, particularly in event tracking. Currently, the dashboard doesn't show a time-based view of events, meaning it doesn't display when an event started or went through the retry process. If this feature could be added in a future release, it would significantly enhance monitoring capabilities. Other than that, Temporal's overall performance is quite impressive, and we're confident we can migrate to the Temporal workflow.
AbhishekDash - PeerSpot reviewer
Aug 8, 2024
Developers often mention the desire for a more intuitive visualization of workflow states.
Learn what your peers think about Temporal. Get advice and tips from experienced pros sharing their opinions. Updated: November 2024.
824,053 professionals have used our research since 2012.
Gustavo Carneiro - PeerSpot reviewer
Sep 2, 2024
Sometimes it scales kind of badly, but it depends on the process of our products.
Giuliano Falcaro - PeerSpot reviewer
Aug 23, 2024
We previously faced issues with the solution's patch system.
Snehil Sinha - PeerSpot reviewer
Aug 13, 2024
Temporal doesn't have built-in data storage to store the state of the ongoing execution.
Robin Shaw - PeerSpot reviewer
May 21, 2024
Temporal lacks many resources, like YouTube videos, which users can use to learn or refer to if they get stuck with the solution.
Simon Novak - PeerSpot reviewer
Aug 21, 2024
While the tool can be a bit daunting initially, especially if you're not used to async programming models, it's generally a pleasure. There's always room for improvement, though. I've noticed some limitations with the .NET SDK regarding dynamic workflows, but this might have been improved in recent versions. Overall, I think Temporal could be more open about implementing features in a more—.NET-friendly way, especially in how you add workers and clients.
Alok Prakash - PeerSpot reviewer
Aug 19, 2024
Temporal's debugging is a bit complex.
Aadarsh Mishra - PeerSpot reviewer
Aug 20, 2024
One issue is that we don't have enough resources in the community to get answers when we face problems. We once had a cross-cluster persistence issue, which we solved using different keys. I think Temporal is good right now, but I'm part of the community and will let you know if I think of any improvements.