Camunda Optimize 1.3.0 Released

Camunda Optimize 1.3.0 is here and it is packed with new features. The highlights are: Multiple Engine Support Executed Flow Node Filter How to get it In contrast to the core engine, Camunda Optimize is not open source, so please get in touch with us to find out on how you can use Camunda Optimize for your processes.

By Johannes Heinemann

Camunda 7.8.0-alpha3 Released

We are delighted to share the third alpha release of Camunda BPM 7.8 with you! This release features the following improvements: Batch process instance modification in Cockpit (EE) Faster rendering of BPMN diagrams in Cockpit Support for JSON and XML variable types in Cockpit History time to live for batch operations Global configuration for the failed job retry time cycle 20 Bug Fixes To try out Camunda BPM 7.8 you can download one of the distributions or pull and run the docker image. If you want to take a deeper dive, you can find the source code on GitHub. For a complete list of all improvements take a look at the release notes. Please also see the list of known…

By Tassilo Weidner

Remote workers and idempotency

In Camunda there is a concept called External Tasks. See External Tasks allows new Use Cases with Camunda BPM or External Tasks in the docs. The basic idea is simple: Camunda does not actively call a service (which would be PUSH), but worker fetch work items queued for them (PULL). Whenever a worker finishes his work item, he reports completion back to Camunda.  Workers can use the Java API, but most often leverage the REST API, as this allows to run workers as own process. This again allows to scale the workers independently and use whatever language you like to implement them. Also it allows on-premise workers in your private network access a cloud hosted engine.Whenever you are talking REST…

By Bernd Ruecker

Aug 1, 2017

Camunda Modeler 1.9.0 Released

We are proud to announce the release of Camunda Modeler version 1.9.0. It ships with improved label editing, improved snapping for better-looking diagrams and various improvements to the underlying toolkit.

By Patrick Dehn

Camunda Optimize 1.2.0 Released

Camunda Optimize 1.2.0 is here and it is packed with new features. The highlights are: Import Based on Process Definitions Adaptive page sizes Import most recent data first Documentation How to get it In contrast to the core engine, Camunda Optimize is not open source, so please get in touch with us to find out how you can use Camunda Optimize for your processes.

By Askar Akhmerov

Camunda 7.8.0-alpha2 Released

Camunda BPM platform 7.8.0-alpha2 is here and it is packed with new features. The highlights are: OR in task queries Sorting and filtering in Admin Extending of locks on external tasks More batch operations in Cockpit: suspend/restart process instance and set retries on external tasks (EE) 18 Bug Fixes Also see the complete list of release notes and the list of known issues. You can download it or run it with docker. If you want to dig in deeper, you can find the source code on GitHub.

By Svetlana Dorokhova

Camunda 7.8.0-alpha1 Released

We are excited to announce the first alpha release of Camunda BPM 7.8. It is packed with new features. In a nutshell, the highlights are: Timezone support Statistics for history cleanup More notation elements for the fluent BPMN builder API New batch operation for changing the suspension state of process instances Upgrade to the latest version of MyBatis 22 Bug Fixes Also see the complete list of release notes and the list of known issues. Be one of the first to try Camunda BPM 7.8! You can download it or run it with docker. There is no reason to hesitate – it is free! If you want to dig in deeper, you can find the source code on GitHub.

By Tassilo Weidner

Jun 29, 2017

Camunda BPM Custom Batch 1.0.0 – New Community Extension

Have you ever tried to create your own custom batch with Camunda BPM? Well, I did, and it was very time consuming and quite complex. There isn’t really a public API for this purpose. You have to work at the entity level and take care that batch configuration is saved to the ACT_GE_BYTEARRAY database table. That’s why I’ve decided to create the Camunda BPM Custom Batch Extension. The goal of this extension is to provide a simple way of using the Camunda Batch functionality for your own purposes. If you have no clue what Camunda Batch is for, it can be used to split a huge workload (e.g., like reassigning all tasks) into small asynchronous jobs. See the official Camunda…

By Patrick Wunderlich

Jun 9, 2017

Camunda Modeler 1.8.2 Released

We are happy to announce the Camunda Modeler version 1.8.2 release! This patch release contains a bug fix where changing process properties using the properties panel led to inconsistencies and made modeling the diagram impossible. We recommend all users of version 1.8.1 to download the new version from camunda.org as soon as possible. You can learn about all new features introduced in version 1.8.1 in this blog post. What’s next? In our current milestone we will focus on reworking text annotations and further improving the usability of the Camunda Modeler. Do you miss anything or spot a bug? Or do you have feedback on this patch release? Reach out to us via our forums or tweet us @CamundaBPM.

By Patrick Dehn

Try All Features of Camunda