Dec 10, 2015
Get Started Guide for DMN 1.1 is out now
I created a Get Started Guide for Developers who are new to DMN. It guides you through modeling a DMN 1.1 decision table and executing it with the Camunda BPM Platform.
Category
All Camunda blog posts tagged with Engineering Excellence.
Dec 10, 2015
I created a Get Started Guide for Developers who are new to DMN. It guides you through modeling a DMN 1.1 decision table and executing it with the Camunda BPM Platform.
Dec 8, 2015
If you’ve used Camunda BPM you might have noticed our engines briefest feature – it’s really really fast. Might be an idea to have a look at this whitepaper or read about our scalability if you haven’t experienced it for yourself. With the new job prioritization feature and the exponential backoff included in the new Camunda BPM 7.4.0- release you will now be able to improve the speed further by tuning the efficiency of your custom jobs among others. Imagine you have a lot of jobs (maybe 50,000) on a cluster environment which wait to be executed all at the same time. The current behavior of the engine (Camunda BPM 7.3.0) is to acquire all these jobs in parallel and…
Dec 1, 2015
I was already asked a couple of times by customers where they should start reading about DMN and how to execute decision with Camunda BPM 7.4. Great that so many people want to start right away! So let’s make it easy, here are my personal favorites for now:
Nov 30, 2015
I’m pleased to announce the availability of Camunda 7.4.0 Final. The highlights of this release are: DMN – Decision Model and Notation New Camunda Modeler Job Executor Improvements BPMN Heatmap Extended BPMN Support Extended CMMN Support New Documentation You can Download Camunda For Free or Run it with Docker. Also: Register for the Webinar. For updating an existing installation or application, make sure to read the update guide.
By Daniel Meyer
Nov 30, 2015
Today we release version 3.0.0 of the Camunda Eclipse Plugin. This major release provides a set of new features.
Nov 26, 2015
In a recent Blog Post I wrote about a concept we call “External Tasks” where services were not actively called from the Workflow Engine (PUSH) but where “Workers” retrieve their tasks from the Workflow Engine (PULL). We discussed this a lot and got so much feedback that we decided to support this pattern out-of-the-box in Camunda BPM 7.4. Let’s have a look at an example (yes – we do have customers implementing video processing :-)): In this case transcoding and uploading a video file can take ages. It is done by special software which often does not have a SOAP or REST API to call. So in this case it is much easier to make an External Task out of…
Nov 20, 2015
Today we’re releasing Camunda BPM 7.4.0-alpha3. This release is our official release candidate for 7.4.0 final, which we will unleash upon the world on November 30th.
Oct 30, 2015
The humble escalation event has arrived to the Camunda process engine. Well actually there are technically 6 of them and while each is special in its own little way I’m going to give some examples of the most widely used ones. Escalation events act a lot like error events with one very important difference – You can throw an escalation event without interrupting the process instance. A good example of the usefulness of this event can be seen in the following model: This model describes a situation where someone needs to be made aware of an issue within the process. Specifically where processing is going to take too long, but we also don’t want the process to stop. By using…
By Niall Deehan
Oct 1, 2015
Today we release Camunda BPM 7.4.0-Alpha2. This is the second alpha release previewing the upcoming 7.4.0 Release. The highlights of this release are: Improved DMN Engine Hit Policies Data Types New Cockpit Features, Auditing of DMN Decisions, BPMN Heat Map, Improved BPMN Engine Support for BPMN Escalation Improved Asynchronous Execution Efficiency SLF4j Logging Faster Deployments Improved CMMN Engine Add Support for Repetition Rule Support for Tomcat 8 New Documentation Many Bugfixes Overall more than 170 issues were closed. See complete Release Notes in Jira. Download For Free Run with Docker DMN Auditing in Cockpit Cockpit now provides a preview of the support for DMN-based Decision Auditing. The dashboard displays now all deployed decision tables. Selecting a decision table opens the…
By Daniel Meyer