Aug 15, 2019

CamundaCon 2019 – Deutsche Telekom IT and conology: Monolith to Microservice, Waterfall to Agile – Success with Camunda

Deutsche Telekom IT and conologyDeutsche Telekom is one of the world’s leading integrated telecommunications companies, with some 178 million mobile customers, 28 million fixed-network lines, and 20 million broadband lines. Friedbert Samland, Project Manager at Deutsche Telekom IT GmbH; and Willm Tüting, General Manager at conology GmbH, give us a sneak preview into how they transformed this global telco leader from a monolithic BPEL application, into a microservices set up.

By Charley Mann

Zeebe Message Correlation

Message correlation is a powerful feature in Zeebe. It allows you to target a running workflow with a state update from an external system, asynchronously. You can use it to do things like: Update a workflow instance when an item ships from a warehouse, or a customer payment is processed. Cancel a running workflow when a user quits from a game server. Any event in the external world that influences your workflow state. This tutorial uses the JavaScript client, but it serves to illustrate message correlation concepts that are applicable to all language clients. We will use Simple Monitor to inspect the running workflow state. Simple Monitor is a community-supported tool, and is not designed to be used in production…

By Josh Wulf

Aug 8, 2019

CamundaCon 2019 – Indiana Farm Bureau: Camunda for Modern Web Applications & Reusable DMN-driven Survey Forms

When Indiana Farm Bureau’s Sowmya Raghunthan, IT Application Architect; and Corinna Cohn, Senior Web Developer, sat down to develop an app using Camunda as a headless BPM, their research drew a blank. This September at CamundaCon, the talented pair will present this industry-first use case in two parts. So if you’ve been pondering how to use the Camunda REST Engine to full capability, alongside a decoupled architecture – you do not want to miss this!

By Charley Mann

Podcast: Zeebe and Rust

The latest episode of the Camunda Nation podcast is live, and it features an interview with Mackenzie Clark, the maintainer of the open source Rust client library for Zeebe – Zeebest. Extract from 00:17:18: Mackenzie: Another reason I liked Zeebe a lot is they were using BPMN – which was (an) ISO standard format – for describing workflows, and I think Conductor was not using BPMN – or they had to have some kind of adapter. And so that was another bonus, is it had that legitimacy of ISO. Josh: Yeah, I think Conductor uses its own YAML format, and then from the YAML it generates a diagram, whereas with Zeebe you can go GUI-first and it generates XML in…

By Josh Wulf

Aug 2, 2019

Camunda Optimize 2.6.0-alpha1 Released

We are happy to announce the release of Camunda Optimize version 2.6.0-alpha1. You can find improvements and features from the upcoming Optimize version 2.6.0 in this first alpha release, including: Multi-Version Support for Process and Decision Reports Durations for Running Process Instances New User Task Assignee & Candidate Group Reports The complete release notes are available in Jira.

By Felix Mueller

Camunda BPM 7.12.0-alpha2 Released

Camunda BPM 7.12.0-alpha2 is here and the highlights are: Query Tasks by a list of assignees with the assigneeIn filter DMN 1.2 Schema Support OR in More Query Types Clarified OpenJDK Support Engine Logging Configuration Case Insensitive Queries Operation Log Annotations 23 Bug Fixes You can Download Camunda for free (click on Preview Release) or Run it with Docker. If you are interested, you can see the complete release notes. If you want to dig in deeper, you can find the source code on GitHub.

By Camunda Platform Team

Aug 1, 2019

CamundaCon 2019 – AXA and viadee: Transformation from a self-built process engine

Niko Vogel, Manager IT-BPM and Product Owner AXA Konzern AG; and Matthias Schulte, Senior Consultant – Competence Center “BPM and Process Automation”, viadee Unternehmensberatung AG, are some of Camunda’s longest-standing users. In fact, Niko has joined us on stage before, presenting at Camunda Days in Stockholm and Brussels. If you were fortunate enough to score a seat at those events – you’ll know this CamundaCon presentation from the forward-thinking pair is not to be missed! Read on for highlights of their talk, and what they’re looking forward to at CamundaCon 2019.

By Charley Mann

Zeebe Workflows Inside a REST Request/Response

In the Zeebe Slack and the Forum, a number of users have been inquiring about initiating a Zeebe workflow via a REST request, and returning the outcome of the workflow in the REST response. Zeebe workflows are fully decoupled, asynchronous, and have no awaitable outcome. This means there is nothing out-of-the-box right now to do this. We are evaluating demand for this feature in GitHub, both in terms of its eventual shape and its priority. Let’s look at the problem in more detail, how we can match it with Zeebe’s model, and a few different solutions that you can implement now. I’m going to be using the TypeScript Zeebe client for code examples in this article, but the concepts are…

By Josh Wulf

Try All Features of Camunda