camunda BPM 7.1.0-alpha4 released – BPMN coverage, Performance & Cockpit

Today we released camunda BPM 7.1.0-alpha4. This release provides many improvements and bug fixes: Process Engine: BPMN coverage: Support for Non-Interrupting Event Subprocess – (CAM-112) – HOT Performance Improvements: Execution Tree pre-fetching (CAM-1967) Reduce number of database queries. (CAM-1905, CAM-1906, CAM-1966) Message Correlation Improvements: Added Fluent Builder & Correlation using Process Instance Id (CAM-1775) camunda Cockpit (Webapplication for Monitoring & Operations): Community Features: Resolve Caching problems – Try 1 (CAM-1899) Improved Plugin API (CAM-1737, CAM-1958, CAM-1959, CAM-1960, CAM-1961) Search & Filter Activity Instance Tree (CAM-1874) Enterprise only: History of Variables (CAM-73) History of User Tasks (CAM-1875) Bpmn Model API: Support for all camunda Extension elements & Attributes (CAM-1854) All in all, 45 Issues were closed. Find the complete release notes in Jira. Download camunda BPM 7.1.0-alpha4 now! Give us…

By Daniel Meyer

Mar 5, 2014

camunda-bpm-assert 1.0 released as a community extension

camunda-bpm-assert is a community extension to camunda BPM that makes it easier to test-drive processes that are implemented with camunda BPM. I am happy to say that our contributor Martin Schimak from plexiti has just published version 1.0 of the library. The release comes with a stable api, maven coordinates and tons of documentation and examples. Read the official release blog post and make sure to fork the project on GitHub.

By Nico Rehwaldt

camunda BPM 7.1 Live Webinar

On March 21 we will present to you the brand new version 7.1 of camunda BPM – the open source platform for process automation with Java and BPMN 2.0. camunda BPM is spreading rapidly and already being used by well-known organizations such as Lufthansa Technik, Sony DADC and Zalando. See for yourself what our heroic team has been working on for more than 6 months and get a live demo of our great new features for process execution, monitoring and prototyping. Please choose one of our free 1 hour Live Webinars See you there!

By Jakob Freund

How to use camunda-bpmn.js to visualize custom business data in process models

As part of camunda BPM we ship camunda-bpmn.js – a JavaScript framework to visualize BPMN 2.0 process models directly in your browser. It allows you to easily add own information to it. Daniel Klotz from our long-lasting customer Count+Care now leveraged that to show additional information on a process diagram to users (within their own application). He wrote a great tutorial and open sourced the code as an example on GitHub: https://github.com/zerounix/camunda.process.diagram. Great stuff – thanks a lot Daniel! And expect even more power with bpmn.io later this year 🙂 Happy coding…

By Bernd Ruecker

Feb 25, 2014

bpmn.io announced – a web-based BPMN modeling toolkit as part of camunda BPM

Last week camunda and zalando announced bpmn.io. What is bpmn.io about? In short: BPMN everywhere, for everyoneIn detail: read this blogpost I want to explain why this is a really important step for camunda BPM. So far we are offering a great BPMN engine, probably the best you can find if you are a java developer. This engine comes with great Web Applications which fully utilize the deployed BPMN diagrams. We even offer a BPMN modeling tool, standalone and as eclipse plugin. Since BPMN is such a great modeling notation, we want more: Modeling BPMN should be easier and more convenient. There is no need to download and install software, when you can just open your browser and start modeling….

By Robert Gimbel

Camunda BPM 7.1.0-alpha3 released – Cockpit, BPMN Model Api and Task Operation Log

Today we release the next alpha version of Camunda BPM. The highlights of this release are:      Bpmn Model API Task Operation Log Edit group Identity Links in cockpit monitoring web application Cockpit usability improvements (Browser History, Icons) Consolidated Examples Repository On top of this we introduced new features into the cockpit monitoring web application which are reserved for enterprise subscription customers only: Diagram View for Historic Process Instances Audit Log for Historic Process Instances Advanced Querying Features for Historic Process Instances View the complete Release Notes in Jira.   Download Camunda BPM alpha 3 now and Give us Feedback via @camundaBPM and in the Forums.      Bpmn Model Api integration with Process Engine The BPMN Model API allows you…

By Daniel Meyer

Announcing the Release Date of camunda BPM 7.1.0 GA

The next release date of camunda BPM has been fixed: 7.1. GA* will ship on March 31st,2014 Most features will be open source, except for the IBM Websphere and Oracle WebLogic AS distribution along with the cockpit history plug-in. 7.1 GA will be the baseline for the next supported enterprise edition of Camunda BPM 7.1. Highlights of 7.1. Monitoring of Historic Data in Cockpit (EE only) New Job Definitions Concept and Job Suspension Feature in Cockpit Rapid Prototyping with Task Forms generated from BPMN 2.0 XML BPMN 2.0 Model API More BPMN 2.0 Support: Non Interrupting Message Event Subprocess Webserver Support: Weblogic 12c, JBoss EAP 6.1 and 6.2 Improved Message Correlation Of course there will be lots of other improvements and bug fixes…

By Robert Gimbel

camunda Modeler 2.4.0 released: Design / Source View and enhanced file handling

Today we are happy to announce the new release of our camunda Modeler. Beside a couple of bug fixes this version adds a Source / Design view switch and an enhanced file handling. Checkout the complete list of issues solved in this release. And of course, try out the new modeler and tell us what you think via our forums or on twitter. The new features were initially developed for camunda Modeler Standalone and are now incorporated into the main modeler codebase. Thanks to Nico’s  work we could align the development of both projects. Source/Design View A feature that allows you to switch from the design perspective to the underlying BPMN 2.0 xml. Use the source view to see what is behind the graphical representation or to edit custom attributes….

By Michael Schöttes

The new camunda BPMN model API

As already mentioned in our last alpha release blog post we are currently working on a BPMN model API to parse, create, edit and write BPMN 2.0 XML files. Last Friday we opened our GitHub repository and have since then created a userguide and some quickstarts.   The BPMN model API offers you a simple and straightforward way to interact with an BPMN 2.0 model. It enables you to gather information from an existing model, edit and extend them. Of course you can also create completely new ones. Technically the model API is based on a DOM layer which is accessed and manipulated by a general XML API developed by us. On top of this, the BPMN model API encapsulates the interaction…

By Sebastian Menski

Try All Features of Camunda