Camunda Blog

Camunda BPM 7.7.0 Released

Camunda BPM Platform 7.7.0 is here, greatly improving the technical operations of the platform. The highlights are: Automated, configurable “cleanup” of the history database to avoid large amounts of data New features for Camunda Cockpit (monitoring of external tasks, direct deployment of processes, drill-down for monitoring metrics) Drastic reduction of optimistic locking exceptions when using Job Executor Process Instance Modification for large batches (via API) Process Instance Restart API (single and batch) Improved and more detailed documented security mechanisms Additional technical supported environments (IBM WAS 9, PostgreSQL 9.6, MySQL 5.7). The complete release notes are available in Jira. List of known Issues. You can Download Camunda For Free or Run it with Docker.

By Daniel Meyer

New Official Extension: camunda-bpm-migration

Camunda BPM Migration is a framework for making process instance migration easier. It builds upon the migration functionality introduced in Camunda BPM 7.5. This is a great feature enabling the community to go boldly where few men have gone before 😉 Typically, instance migration is avoided like the pest. It’s a pain. This feature, together with the migration extension, aims to ease that pain. What Does the Migration Extension Offer? Before answering that, let’s have a look what Camunda already provides. As you know, Camunda BPM provides the ability to do a migration based on process definition mapping. Still, the migration plans can only be defined for deployed processes. This makes it hard to impossible to define a migration plan…

By Malte Sörensen

Camunda BPM 7.7.0-alpha2 Released

Camunda BPM platform 7.7.0-alpha2 is here and it is packed with new features. The highlights are: Deploy Processes, Decisions and Cases from Cockpit Automatic cleanup of historic data based on TTL (docs) Process Instance Restart in API (docs) Additional Batch Operations in API (Modification, Restart and Set Retries for External Tasks) (docs) Support for PostgreSQL 9.6 and MySQL 5.7 (docs) 31 Bug Fixes The complete release notes are available in Jira. List of known Issues. You can Download Camunda For Free or Run it with Docker.

By Daniel Meyer

5 mai 2017

Camunda Modeler 1.8 Released

We are happy to announce the Camunda Modeler version 1.8 release! This release brings extensibility through plugins, a minimap that helps you to navigate big processes and a number of improvements for the modeling experience. Download the new version from camunda.org.

By Philipp Fromme

6 avr. 2017

Adding Custom Elements to the BPMN Properties Panel

Extending the BPMN properties panel to add custom elements. UPDATE: Since the publication of this post, we have reworked our BPMN properties panel infrastructure. The examples below may no longer be accurate for the latest versions. Please visit this link for updated examples on how to extend the BPMN properties panel with custom elements. Goal In this article, we will try to add a custom element to the BPMN properties panel under the ‘General’ tab for a service task type component. To be precise, under the ‘General’ tab, in the details sections, if ‘Java Class’ is selected as implementation type, a text box appears below. Here the user is expected to enter the java class, but our goal is to…

By Vinod Louis

28 mars 2017

Camunda BPM Camel 0.5.0 Released – External Task Support

The community extension Camunda BPM Camel seamlessly connects Camunda BPM and the integration framework Apache Camel. Next to minor changes, the new release adds support for consuming Camunda’s external tasks (introduced in Camunda 7.4.0) in the form of a Camel route endpoint. This is another level of technical decoupling and brings a lot of advantages.

By Stephan Pelikan

14 mars 2017

More FEEL for Camunda

I’m happy to announce the first release of the new community extension FEEL-Scala. FEEL is a part of the DMN specification of the OMG and stands for “Friendly Enough Expression Language”. It provides a simple data model and a syntax designed for a wide audience. The new community extension implements a large feature set of FEEL and replaces the default FEEL engine of the Camunda DMN engine.

By Philipp Ossler

7 mars 2017

Camunda Modeler 1.7 Released

We are happy to announce the Camunda Modeler version 1.7 release! This release brings massive improvements to copy and paste, a new way to use element templates and various improvements for BPMN and DMN modeling. Download the new version from camunda.org.

By Ricardo Matias, Philipp Fromme

Argon2 as password-hashing function in Camunda

Introduction On the new version of the Camunda Engine Platform (7.7) the user passwords, which are stored in the database, are by default hashed with a SHA-2 family algorithm. Before the passwords are hashed, they are concated with an individual random generated salt for each user, to prevent dictionary and rainbow table attacks. For someone who needs a more secure hashing algorithm Camunda introduce a new API, which allows to customize and exchange the default hashing algorithm. In this blog post I will present this customization and will use argon2 as hashing algorithm. Argon2 is a password-hashing function 1, which is considered as state of the art and also won the Password Hashing Competition at the end of 2015 2….

By Christopher Kujawa

Try All Features of Camunda