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

Flowable vs Temporal comparison

 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Flowable
Ranking in Process Automation
17th
Average Rating
7.0
Reviews Sentiment
7.3
Number of Reviews
1
Ranking in other categories
No ranking in other categories
Temporal
Ranking in Process Automation
3rd
Average Rating
8.6
Reviews Sentiment
6.8
Number of Reviews
18
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of October 2025, in the Process Automation category, the mindshare of Flowable is 6.4%, up from 2.6% compared to the previous year. The mindshare of Temporal is 7.6%, up from 1.8% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Process Automation Market Share Distribution
ProductMarket Share (%)
Temporal7.6%
Flowable6.4%
Other86.0%
Process Automation
 

Featured Reviews

Simon Greener - PeerSpot reviewer
Helps to control the workflow and business process components of customers' operations but OSGi integration can be challenging
I'd rate my experience with the initial setup of Flowable at about a three out of ten, but for our developers, it's probably closer to a six. I found it challenging due to the complexity of the user and help documents and the fact that much of the Flowable documentation and tutorials are focused on cloud-based implementations. Since we're primarily interested in basic components like BPMN models and form design, which aren't included in the product, the learning process was more difficult for me. In contrast, our developers are more comfortable diving into the code and technology stack, which allows them to be more proactive in their approach. The deployment took three months to complete. We're still in the deployment process. Our main challenge is integrating the Flowable process engine into our product, which uses OSGi. This has led to complexity in managing the Java versions and dependencies, as the tool has around 150 Java files. We could have chosen to interact with Flowable via a Docker container and the REST API, which would have isolated the OSGi Java dependencies, but we decided to integrate it directly. This has required resolving Java version control issues and upgrades, leading to various development challenges that must be addressed. It is a learning process for all of us. As an integrated solutions architect, I would have probably opted for the Docker route rather than the direct OSGi integration chosen by the developers. However, since they went with the OSGi integration, it's taking us longer to complete the deployment. Currently, we have one full-time developer dedicated to deployment, along with one part-time developer, and my involvement at about a quarter of my time. So, we have about two people working on deployment. As for maintenance, we're not entirely sure yet. Given our direct OSGi integration choice instead of Docker and REST, maintenance may be more challenging. However, we'll have a clearer picture once deployment is complete.
Durbek Gafurov - PeerSpot reviewer
Allows for retryability for different workflows whenever they fail
In general, we use Temporal for workflow management. Some of the information is private because I work for a private company Temporal allows retryability for different workflows whenever they fail. It helps us to retry workflows without worrying about idempotence and ensures things get done.…

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"The tool's most valuable feature is the process engine. It allows us to define BPM-based workflows, deploy them into our process engine, and interact with them within our product."
"The most valuable feature is its ability to manage and automate workflows without manual intervention efficiently."
"Temporal provides visibility into workflow progress and analytics and supports scheduled tasks with customizable settings, making it very convenient."
"Temporal allows retryability for different workflows whenever they fail. It helps ensure idempotence and that things get done."
"What I like best about the tool is that it's easy to install, especially since it uses JavaScript. It's also easy to set up with Docker, and the documentation is easy to understand."
"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."
"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."
"It's easy to get started and user-friendly."
"The solution's most valuable features include its ability to simplify the management of complex workflows, improve system resilience and fault tolerance, and reduce the need for extensive boilerplate code."
 

Cons

"In my opinion, areas of improvement for Flowable include the management and creation of forms within the open-source components and the documentation and examples provided. While the cloud-based Flowable implementation with no-code features is attractive, we prefer more control over integration, especially since we deploy our product onto AWS. We also want to avoid additional licensing fees for Flowable runtime user components on top of our software development and implementation charges."
"Temporal doesn't have built-in data storage to store the state of the ongoing execution."
"Configuring workflows can be improved —the solution could offer more options, but it's not a must-have."
"There are areas where Temporal could improve. For instance, calling multiple microservices with Temporal introduces latency due to workflow registration and analytics overhead."
"Sometimes it scales kind of badly, but it depends on the process of our products."
"We previously faced issues with the solution's patch system."
"Developers often mention the desire for a more intuitive visualization of workflow states."
"Temporal's debugging is a bit complex."
"Temporal lacks many resources, like YouTube videos, which users can use to learn or refer to if they get stuck with the solution."
 

Pricing and Cost Advice

"Since the tool is open-source, we don't have to pay anything for it. It's free to download and use, which is great for us. If Flowable hadn't been available as open source and required a license fee for us to integrate it into our product, we might not have chosen it."
"Temporal is a free, open-source tool."
"The savings weren't as big as we initially expected, but they were pretty great from a developer's perspective."
"Temporal is open-source and free to use, which is great. We didn't have to pay for any premium features."
"It is worth the price."
"The tool is open source under the MIT license, so there are no hidden fees. You can freely use everything on their GitHub and Docker images."
report
Use our free recommendation engine to learn which Process Automation solutions are best for your needs.
870,697 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
28%
Computer Software Company
16%
Manufacturing Company
7%
Insurance Company
5%
Financial Services Firm
28%
Computer Software Company
15%
Retailer
7%
Manufacturing Company
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
No data available
By reviewers
Company SizeCount
Small Business8
Midsize Enterprise4
Large Enterprise6
 

Questions from the Community

What do you like most about Flowable?
The tool's most valuable feature is the process engine. It allows us to define BPM-based workflows, deploy them into our process engine, and interact with them within our product.
What is your experience regarding pricing and costs for Flowable?
Since the tool is open-source, we don't have to pay anything for it. It's free to download and use, which is great for us. If Flowable hadn't been available as open source and required a license fe...
What needs improvement with Flowable?
In my opinion, areas of improvement for Flowable include the management and creation of forms within the open-source components and the documentation and examples provided. While the cloud-based Fl...
What is your experience regarding pricing and costs for Temporal?
In terms of pricing, Camunda is indeed costlier than Temporal. The cloud deployment costs differ, and while Camunda 7 can be cheaper due to its integrated setup, comparing latest versions between T...
What needs improvement with Temporal?
The only area for improvement in Temporal is the UI. I know it is a non-UI first product, but comparing Camunda versus Temporal UI, there is a difference. Moreover, n8n, being a no-code platform, i...
What is your primary use case for Temporal?
The main purposes for using Temporal are automation flows, especially financial automations and supply chain automations. Our company name is SR, we are a digital-first CPG brand making company, ma...
 

Comparisons

 

Overview

 

Sample Customers

1. Adobe 2. BMW 3. Cisco 4. Dell 5. Ericsson 6. Ford 7. General Electric 8. Honda 9. IBM 10. Johnson & Johnson 11. Kia Motors 12. LG Electronics 13. Microsoft 14. Nike 15. Oracle 16. PepsiCo 17. Qualcomm 18. Red Bull 19. Samsung 20. Toyota 21. Uber 22. Visa 23. Walmart 24. Xerox 25. Yahoo 26. Zara 27. Accenture 28. Bank of America 29. Citigroup 30. Deutsche Bank 31. ExxonMobil 32. Facebook
Information Not Available
Find out what your peers are saying about Camunda, BMC, Temporal Technologies and others in Process Automation. Updated: October 2025.
870,697 professionals have used our research since 2012.