Category

Engineering Excellence

All Camunda blog posts tagged with Engineering Excellence.

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 7.0 on WebLogic 12c

If we go on tour together with Oracle I think we have to have Camunda BPM running on the Oracle WebLogic application server 12c (WLS in short). And one of our enterprise customers asked – so I invested a Sunday and got it running (okay – to be honest – I needed quite some help from our Java EE server guru Christian). In this blog post I give a step by step description how run Camunda BPM on WLS. Please note that this is not an official distribution (which would include a sophisticated QA, a comprehensive documentation and a proper distribution) – it was my personal hobby. And I did not fire the whole test suite again WLS – so there might be…

By Bernd Ruecker

Camunda vs. Oracle: Shootout Roadshow

High Noon in BPM City: not a soul walks the dusty main road and the sun glares mercilessly onto El Camundo and his opponent – the Oracle of the Desert. The wireless mouse still rests in his holster, his hand hovers above it – only the slightest quiver reveals Camundo’s tension. Pearly beads of sweat are glistening on Oracle’s face. Who will be the first to shoot off his token? This is close to what you can expect from our Shootout Roadshow, that we will run together with Oracle and Opitz Consulting (the latter as a neutral presenter). The idea is to set Camunda’s and Oracle’s BPM systems against each other and get a direct comparison. On the one hand…

By Jakob Freund

camunda BPM 7.0.0-alpha3 released

camunda BPM 7.0.0-alpha3 is out now! It packs a bunch of new features such as support for Spring Process Applications and correlation via the engine’s Java API. First things first: Get it here! Spring Process Applications Use process engines, container-managed or embedded, from within your Spring application context (on Tomcat, Glassfish). See below an example from our getting started guide: Message correlation BPMN offers two incoming message constructs that are supported by the engine: Message start events and intermediate catching message events. Now you have the possibility to deliver messages in one call. Use the RuntimeService#correlateMessage methods to correlate messages to executions waiting for a specific message or start a new process instance. You do not need to know any…

By Thorben Lindhauer

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

Camunda BPM Launch Party

After launching our open source platform Camunda BPM on 18th March, we gave it a proper welcoming to the BPM community last week. 55 people showed up to the launch party held at Camunda HQ, which coincided with our 5th birthday. It was a great night, during which the hard-working team around Camunda BPM had the chance to demonstrate some of the platform’s great features and advantages followed by good discussions with the guests afterwards. But not only that, our foosball table, Wii and a fridge filled to the brim with beer made sure that the hard work also paid off with some well-deserved fun. Take a look at some pictures we took on the night and make sure to…

By Nastasja Johnston

The Camunda Hypothesis

Scott Francis has written an excellent post about the core message of our presentation at bpmNEXT. He called it the “Zero Code Hypothesis”. Though Scott’s summary is completely right in its essentials, I would like to put some details straight: We don’t think that “Zero Code BPM” does not work at all – Zero Coding and our approach are both reasonable, depending on what you have and what you need. The real problem is that most of the zero coding BPM vendors claim that you should use their solution for situations where you actually shouldn’t. We do not condemn the ideas and ambitions often associated with the term “ACM”. Quite the contrary, we even believe that our approach is very well…

By Jakob Freund

camunda modeler 2.0.12 released

Yesterday we released version 2.0.12 of our modeler with a number of bug fixes as well as layout and usability improvements. One highlight is splitting layouted sequence flows to insert new flow elements between two connected nodes. Other things worth noting include Improved integration of the model wizard Proper support for event subprocess / non-interrupting start event Diagram image generation handles spaces in diagram file names correctly We also fixed some crucial bugs, reworked the layouting of participants and the resize behavior of pools, lanes and subprocesses. For details refer to the issues closed in this release or check our detailed technical changelog. As always, upgrade your modeler installation and tell us what you think!

By Nico Rehwaldt

Try All Features of Camunda