Camunda Blog
4 août 2017
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…
1 août 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
1 août 2017
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.
28 juil. 2017
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.
30 juin 2017
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.
29 juin 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…
9 juin 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
7 juin 2017
Camunda Optimize 1.0.0 Released
Today we release the first version of a brand new product: Camunda Optimize. With Camunda BPM, we have a rock-solid, freaking fast execution engine with web-applications for administrators (Camunda Admin), operators (Camunda Cockpit) and end users (Camunda Tasklist). Camunda Optimize is an addition to Camunda BPM, that provides continuous monitoring and insights about your deployed business processes. This Big Data solution helps process owners to make informed decisions to optimize their processes. Version 1.0.0 is already packed with features. The highlights are: Visualization of flow nodes execution frequencies in a process Visualization of average execution duration for any activity Eliminating bottle-necks of your process by finding steps that take longer than a specified target value Find out which paths process…
1 juin 2017
Camunda Modeler 1.8.1 Released
We are happy to announce the Camunda Modeler version 1.8.1 release! This patch release comes with a number of improvements both in the Camunda Modeler itself and in the libraries it builds upon, such as bpmn-js, bpmn-js-properties-panel and diagram-js. Download the new version from camunda.org.


