Author

Daniel Meyer

It’s done: camunda BPM 7.0.0-Final released

We are happy to announce the first major release of camunda BPM: 7.0.0-Final. The highlights of this release are camunda cockpit: new webapplication for visual process monitoring and operations improved process engine with more flexible and better performing history (audit database), support for activity instance execution model, better clustering support REST Api based on JAX-RS Sophisticated Runtime Container Integration Container managed Threading (JBoss Threads, JCA, CommonJ), Shared Process Engine as container managed service on all containers including Apache Tomcat. Improved user management with authorizations and LDAP support Distributions are available for Apache Tomcat, JBoss Application Server 7 and Glassfish Application Server 3. An additional IBM WebSphere Application Server 8 distribution is reserved for enterprise customers only. For more information about…

By Daniel Meyer

camunda BPM camunda BPM 7.0.0-alpha8 released

Here comes the latest camunda BPM alpha release with the following highlights: New features in cockpit webapplication: Greatly improved layout Editing process variables Cancelling a process instance Increment retries for failed jobs Login based on Process Engine Identity Service We added a new application called camunda Admin which provides support for Managing users & groups based on the process engine engine identity service Creating an initial user for a process engine The REST API was enhanced Improved variable handling Added Jobs resource (contribution by Clint Manning, 1&1) Added User and Group Resources The Process Engine got smarter Started work on authorization service Braking change: the URL for cockpit is now https://localhost:8080/camunda/. All in all, 33 issues were closed, including 8…

By Daniel Meyer

Introducing an Activity Instance Model to the core Process Engine

(this post was originally part of the 7.0.0-alpha6 release blog post but later extracted into an own post). In 7.0.0-alpha6 we introduced the concept of activity instances and the activity instance tree to the core process engine. This post explains the motivation and gives some insight into the internal implementation. Why do we need an Activity Instance Tree? The activity instance tree contains a node for each activity that is currently active in the process instance. Some activity instances are scopes (such as Embedded Sub processes). Such scope activity instance may have child activity instances: So far so good. But is that not the execution tree provided by the process engine? To some extent yes, but not in  all cases. There are…

By Daniel Meyer

camunda BPM 7.0.0-alpha6 released

Today we announce the release of camunda BPM 7.0.0-alpha6. In this release we focused on visualizing process instance state on top of a rendered diagram in cockpit. We added the following features: Process Instance Detail view in cockpit visualizing active activity instances with count Updated process definition view to include failed jobs from sub process instances Greatly improved Javascript BPMN 2.0 Renderer (now feature complete) Added persistent Activity Instance tree in process engine Event Subscription Query is exposed in REST and Java API 41 issues were closed. See the complete release notes in Jira. Process Instance Detail View in Cockpit In cockpit we started work on the process instance detail view. This view will allow you to drill down into…

By Daniel Meyer

Camunda BPM 7.0-alpha5 released

Two weeks after the last alpha release we bring you the freshly baked* alpha5 version of the Camunda BPM platform. The highlights of this crispy new release are: Failed jobs plugin in cockpit, Process Instance table in cockpit, Refined client-side plugin infrastructure, New incident infrastructure in process engine, Additions to the REST API, Complete support for websphere application server 8.5 (enterprise customers only) 50 JIRA issues were closed, see the complete release notes. Note: this release contains database changes. Upgrade scripts can be found in the “sql” folder of the distribution.   (* using Robert Gimbel’s special homemade yeast) Things are happening in the cockpit Over the last two weeks, process engine hacker Roman Smirnov and JavaScript wizard super magician…

By Daniel Meyer

PHP SDK for camunda BPM: new Incubation Project started

If you want to do BPM / Workflow and BPMN 2.0 in PHP then we have good news for you: as part of our camunda BPM polyglot initiative we started a new incubation project which aims at providing a PHP SDK for camunda BPM. This SDK will facilitate the development of PHP-based applications that use the camunda BPM middleware services. The project will provide a client library which authenticates against the REST Api and provide PHP developers with a native API for interacting with the process engine: While the camunda BPM project stays focused on Java as primary programming language, we believe that it is important to support developers that use other programming languages and give them access to the BPMN 2.0…

By Daniel Meyer

camunda BPM 7.0.0-alpha4 released

Release early and release often. Today we bring you the next release of camunda BPM (7.0.0-alpha4). The Highlights are: First cut of new plugin API for camunda cockpit. Added message correlation to REST API. Support for shared process engine in IBM Websphere distribution (enterprise customers only). Read the full release notes in Jira. Message correlation in REST API With the previous release we added a message correlation method to the Java API. With this release we bring the new functionality to the REST API. (Read the docs). The API is pretty straight forward, just execute a POST to the /messageresource. Example: {"messageName" : "aMessage", "businessKey" : "aBusinessKey", "correlationKeys" : { "aVariable" : "aValue" }, "processVariables" : { "aVariable" : "aNewValue", "anotherVariable"…

By Daniel Meyer

Camunda BPM incubation space launched with contribution by plexiti

I am happy to announce the official launch of the Camunda BPM incubation space with the first large community contribution by plexiti. View it on GitHub: github.com/camunda/camunda-bpm-fluent-testing The goal of the Camunda BPM incubation space is to promote the development of interesting new projects and ideas around BPM, BPMN and process engines. Due to the productization and stabilization focus in the camunda BPM core platform, we decided to separate out these experimental projects from the core platform. The core BPM platform is stable and maintained and can be found in the GitHub repository camunda-bpm-platform. This is also the base for the supported (commercial) camunda BPM platform product. The camunda-bpm-incubation repository contains a list of incubation projects which may be located in that…

By Daniel Meyer

Camunda BPM 7.0.0-alpha2 released

I am happy to announce the release of Camunda bpm platform 7.0.0-alpha2. This is the first Camunda BPM release that contains a distribution for Glassfish Application Server. You can now download a complete open source BPM platform with fully compliant Java EE 6 integration! Download it now! Highlights: Glassfish 3.x Distribution with Java EE 6 process engine integration New Job Executor Service with JCA 1.6 Integration Job Executor manageability through JMX New space for documentation: https://docs.camunda.org/ with new installation guides. I will dedicate a separate Blogpost to showcasing the Job Executor improvements in the following days. In addition, the release contains a set of small improvements and bug fixes. Read the Complete Release Notes in JIRA. Major QA Infrastructure Improvements Probably not as exciting for most…

By Daniel Meyer

Try All Features of Camunda