Feb 23, 2021
Be careful with console.log when using React.StrictMode
I would even argue that it undermines the concept of StrictMode.
Category
All Camunda blog posts tagged with Product.
Feb 23, 2021
I would even argue that it undermines the concept of StrictMode.
Feb 16, 2021
Setting up your Telegram channel with Camunda Cloud If you’re a runner, then you know it’s important to change your running shoes from time to time. I’ve run many miles with the Camunda Platform. I’ve used it for my own projects, for tutorials, and taught people how to use it in workshops. Now, it’s time to put on some new shoes: it’s time to automate a process with Camunda Cloud. If you’ve also been using Camunda Platform and are interested in what it looks like to move to Camunda Cloud, come for a run with me. In the continuing pandemic situation, I need to stay informed, and know as soon as the situation relaxes. I find myself checking the Corona…
Feb 11, 2021
This article is the third in a series exploring fun, straightforward ways you can control workflows using Camunda Cloud — have a read of the others for some background if you’d like to see Camunda Cloud in action with Restzeebe, without a line of code: In the first two articles of this series you learned how to execute workflows, how to control the flow and take different paths depending on the context, and how workers execute their individual code in a task. These examples might have felt a bit too theoretical, so now I would like to present you with a use case: controlling manual tasks with to-do lists. Manual processes still exist, more often than you might think. For example,…
By Adam Urban
Feb 9, 2021
Today we are excited to announce the three releases: In this post, we’ll highlight some of the new capabilities introduced in these alpha releases. Zeebe 1.0.0-alpha1 Zeebe 1.0.0-alpha1 is a big milestone for us. With this release we made major improvements to Zeebe’s Performance and Memory Management and removed YAML workflow support. Improved Performance and Memory Management We have made significant improvements to Zeebe’s performance and memory management by migrating RocksDB to use a one column family. We tested performance during our normal benchmark, which starts a simple process with one task and around 40kb payload. We use three brokers with three partitions and a replication factor of three. We observed that we were able to: – Reduce memory consumption by a…
We are pleased to announce the next release of Camunda BPM 7.15, featuring the following improvements: You can Download Camunda for free or Run it with Docker. For a complete list of all improvements, take a look at the release notes. Please also see the list of known issues. If you want to dig deeper, you can find the source code on GitHub. Cockpit: Distinguish Between Canceled and Completed Process Instances This feature is only available in the Enterprise Edition of the Camunda BPM platform. Test it out with a Free Trial So far, it’s not been possible to distinguish between completed and canceled process instances using the “Process Instances” tab on the process definition history page, with canceled process instances…
Feb 9, 2021
We’re excited to announce the release of Camunda Optimize 3.4.0-alpha1. Camunda Optimize provides business activity monitoring for workflows, supporting continuous process improvement by providing transparency into your automated workflows and decisions. Business-friendly reports, dashboards and alerts make it possible to identify process bottlenecks and improve end-to-end processes. If you’d like to get started with Optimize 3.4.0-alpha1 right away, you can download the release here with your Camunda Enterprise Platform customer credentials. And if you’re not yet a Camunda customer, you can sign up here for a free 30-day trial of the Camunda Enterprise Platform, which includes Camunda Optimize. In the rest of this post, we’ll highlight some of the new capabilities introduced in Optimize 3.4.0-alpha1. New Dashboard Assignee and Candidate…
One key feature of DMN tables is that they enable business people to provide Business Rules in an intuitive way – like creating an Excel sheet. As a developer you get the DMNs and you integrate them into the BPMN-Process. But how can you make sure that DMN works as expected? With this in mind I started the DMN Table Tester Project with these main goals: Interested? Then let me show you how it works with this simple DMN: Configure your Test The Tester provides a simple User Interface that lets you define a DMN Test in no time. Here is an example: Run the Test This shows you that the DMN is correct: Each Test Case is one row,…
Jan 26, 2021
Robotic Process Automation has come of age, with Forrester Research predicting the RPA market revenue is on target to reach $2.9 billion this year. It’s not hard to see why this market is maturing fast, with RPA promising an easy and quick fix to automate many of the manual, repetitive tasks that require manual data input or an exchange of data with an inflexible legacy system. RPA bots can be deployed quickly and deliver an immediate productivity boost, not to mention significant cost savings. But with so many tools available on the market — you can find everything from vendors promoting low-code solutions to code-heavy approaches, all marketed under the RPA banner — it’s becoming imperative to differentiate RPA from…
By Charley Mann
Jan 19, 2021
When it comes to food, definitely not. Spaghetti Bolognese needs few ingredients, is quickly prepared and always tastes great – at least to me 😉 But what I am actually getting at? Spaghetti Code. In contrast to a meal, Spaghetti Code is not eaten up in a few minutes. It stays, is extended, changes, grows and grows and grows. It is the same with microservices. If you start with microservices, you always have to consider how fine-grained services are cut. In the end, the spaghetti effect shifts from code to orchestrating components. This component must know all the small services and connect them with each other. The same can be found in manual activities that have not been automated or…
By Adam Urban