Camunda BPM 7.10.0 Released

We’re excited to announce that Camunda BPM platform 7.10.0 is now available. Highlights from Camunda 7.10.0 include: History Cleanup across hierarchies Fetch and Lock External Tasks based on Process Definition and Tenant Extending the “Handle External Task BPMN Error” API Tasklist-startable Process Definitions Configure Business Key in Delegation Code Additional Supported Environments 89 Bug Fixes You can download Camunda 7.10.0 for free or run it with Docker. Also included in the release: Camunda Spring Boot Starter 3.1.0, which relies on Spring Boot 2.0.2 by default. Node.js external task client 1.1.1 version for non-Java developers Java external task client 1.1.0 version can be embedded in Java applications

By Nikola Koevski

Nov 30, 2018

Camunda Optimize 2.3.0-alpha2 Released

We are happy to announce the release of Camunda Optimize version 2.3.0-alpha2. You can find many improvements and features from the upcoming Optimize version 2.3.0 in this second alpha release: Raw data table sorting Line charts with improved goal line visualizations New improved progress bar styling Improved report configurations Rearrangement of reports in combined reports Single-Sign-On (SSO) support with auth plugins Improved upgrade performance The complete release notes are available in Jira. You can try out a free trial of Camunda Optimize. Raw data table sorting Raw data reports are becoming even more powerful. In addition to hiding and re-arranging columns, with this release it is now possible to sort the table by any column. To do so, simply click…

By Sebastian Stamm

Generating a Zeebe-Python Client Stub in Less Than An Hour: A gRPC + Zeebe Tutorial

Please note that this blog post has not been updated since its original publication to reflect changes to Zeebe’s gateway.proto file. The general approach for creating a stub that we show here still applies to newer versions of Zeebe, but you may need to make a few modifications depending on which Zeebe version you’re using. The high points: Starting in Zeebe 0.12, Zeebe clients communicate with brokers via a stateless gRPC gateway, with Protocol Buffers used as the interface design language and message interchange format. gRPC makes it easy to generate a “client stub” in any of ten supported programming languages; this means it’s possible to use Zeebe in applications written in not only Java and Go–the languages with officially-supported…

By Camunda Cloud Team

Nov 28, 2018

RPA can delay your Digital Transformation

This is the most tangible insight I took away from attending an RPA conference in London this week. It was actually stated by one of the keynote speakers (he literally said: “many organizations use RPA to delay their digital transformation.”). I share this sentiment. Here is an RPA adoption journey that is not inevitable but can happen:

By Jakob Freund

Nov 26, 2018

Camunda Modeler 2.2 Released

We are proud to announce the Camunda Modeler 2.2 release. This release improves the accessibility of all diagram editors, ships a number of important fixes and provides feature parity with Camunda BPM 7.10.

By Nico Rehwaldt

Nov 12, 2018

DMN is more than a Decision Table

Decision tables are the most common element from DMN. They are easy to use and can solve many problems. However, DMN has more elements like Business Knowledge Models, Contexts, Literal Expressions, Function Definitions, Invocations and more. In this post, I want to introduce the new extension for DMN and show how it can be used to model an example decision with the full power of DMN.

By Philipp Ossler

Announcing the Zeebe 0.13 Release (Plus Other Project Updates)

The Zeebe team is excited to announce the 0.13 release. You can download 0.13 from the release page on GitHub. In this post, we’ll discuss some of the highlights from the release and other general project updates. Questions? Feedback? The Community page on our website lists a number of ways that you can get in touch with us. We monitor and respond to messages on the Slack group and support forum on an regular basis, and we’d love to hear from you. Zeebe 0.13 Release Highlights BPMN Support: Timer Intermediate Catch Event As described in the documentation, the timer intermediate catch event is a BPMN element that behaves like a stopwatch. When a workflow instance token arrives at a timer…

By Camunda Cloud Team

Event-Driven Orchestration: Message Events and Message Correlation in Zeebe

Zeebe 0.12 supports message events, making it easy to use Zeebe as part of an event-driven architecture; workflow instances can to respond to events published by external systems. And Zeebe handles all of the heavy lifting related to correlating a message to a workflow instance: buffering incoming messages, opening a subscription to receive messages that match with active workflow instances, and correlating a message (when one exists) to a workflow instance that has arrived at a message event. Last month’s Zeebe 0.12 release introduced support for two BPMN elements that are core to Zeebe’s ability to operate in an event-driven architecture: the intermediate message catch event and the receive task. These elements make it possible for workflow instances to react…

By Camunda Cloud Team

Nov 2, 2018

Camunda Optimize 2.3.0-alpha1 Released

We are happy to announce the release of Camunda Optimize version 2.3.0-alpha1. You can find many improvements and features of the upcoming Optimize version 2.3.0 in this first alpha release: A completely redesigned Analysis page to help you to better make sense of the information provided on this page. The ability to delete old data with the history cleanup feature in order to keep the database size small. Warnings when a change you make to a report causes this report to no longer be qualified for alerts or combined reports. Speaking of combined reports: it is now possible to combine single-number reports to see them all next to each other in a bar chart. When you upgrade Optimize to a…

By Sebastian Stamm

Try All Features of Camunda