Jun 2, 2023
Camunda Platform 7’s Road to Jakarta EE 10
Learn about the path we’ve taken to support Jakarta EE 10 on Wildfly 27 as smoothly as possible for our customers.
Category
All Camunda blog posts tagged with Engineering Excellence.
Jun 2, 2023
Learn about the path we’ve taken to support Jakarta EE 10 on Wildfly 27 as smoothly as possible for our customers.
May 9, 2023
The Camunda Platform 8 SDK for Node.js provides a single high-level API to interact with many components of Camunda Platform 8.
By Josh Wulf
Apr 26, 2023
Learn how to create processes using the Camunda Webhook Connector and to start them via Postman both in unauthenticated and authenticated modes.
By Joe Pappas
Apr 18, 2023
In this tutorial, learn how to create a new custom Connector for Camunda Platform in just a few simple steps and start orchestrating faster.
Apr 11, 2023
Camunda Platform 8.2 brings a suite of features that improve the process development lifecycle and helps you further scale automation. Read the latest.
By Shane Ernest
Mar 3, 2023
Learn how we successfully reduced Zeebe’s process execution latency with batch processing during a recent hackday.
Dec 22, 2022
Learn how we test and identify hard-to-find critical bugs in Zeebe, the workflow engine powering Camunda Platform 8, using property-based testing.
Oct 18, 2022
Monitoring is an essential facet of running applications in a production system. Through this process, organizations collect and analyze data, and determine if a program is performing as expected within set boundaries. When combined with alerting, monitoring allows for detecting unexpected system behavior to mitigate exceptional situations as fast as possible. Furthermore, tracking the performance of a system enables organizations to improve those aspects that have the biggest impact with higher priority. One essential aspect of monitoring is the list of key metrics you want to observe. There are different categories of statistics that can be of interest here. To observe the defined metrics, there are plenty of application monitoring tools on the market today. They differ in many aspects…
Oct 12, 2022
Directory services are an effective way to manage an organization’s users, groups, printers, devices, and more. Most organizations accomplish this using Active Directory, Apache Directory, Oracle Internet Directory, or other similar tools. Recently I worked with a customer who wanted to see how he could secure the Camunda 8 Platform and process applications with such a directory. Their requirements consisted of: In this article, I’ll briefly explain the 3 easy steps taken to fulfill their requirements which include: If you’re interested in seeing a fuller picture, you can find a project with a complete documentation on github. Before we start, I’d like to reintroduce some general concepts about Camunda 8 and Keycloak. Camunda 8 and Keycloak overview Camunda 8 is…