The first alpha release of Camunda BPM 7.2.0 is out. The release brings
- Rest API features:
- Script Execution Improvements
- Caching of compiled scripts (=> performance improvements)
- Variable handling for scripts (=> Jython, JRuby and JavaScript can now be used)
- Groovy is now included in all distributions and works out of the box.
- Maintenance
- Bumped Version of Mybatis dependency to 3.2.3
- Frontend library upgrades
- Bump version of angularjs to 1.2.16
- Remove Bootstrap JavaScript and replace with angular-ui
- And many bugfixes.
Known Issues:
What is going on behind the Scenes?
Behind the scenes we started work on the big new features for 7.2.0. Currently there are a lot of very interesting ideas floating around and everybody is hacking like crazy.
Case Management
In Camunda BPM 7.2.0 we will add support for case management based on CMMN. CMMN (Case Management Model and Notation) is an emerging standard by the OMG. We are currently bootstrapping support for CMMN in a way that it will play together nicely with BPMN. To achieve this we have done some major refactorings in order to provide a base infrastructure for both BPNN and CMMN. On top of this, Roman has already started work on the CMMN engine core.
Tasklist.makeAwesome()
Yes!! We have also started work on the new Tasklist application. The new Tasklist will provide a new super awesome UI, greatly improved embedded forms (based on a standalone, embeddable SDK) and many more features such as filters, comments and attachments.
Scripting, Scripting, Scripting!
With the thriving Groovy ecosystem and the new high performance and spec compliant JVM JavaScript implementation (Nashorn), scripting starts to become a serious alternative to EJB. 🙂 On top of that, I think that the dynamic typing and runtime compilation/ interpretation model is a very good fit in a BPM environment. So expect Camunda BPM to become a lot more polyglot in the next months!
Already in this release we have improved the support for scripting. We plan adding further improvements such as external scripts (putting the script source in a separate file, not in the BPMN file), use scripts everywhere (allowing scripts to be used where expressions are used now) and a testing environment.
Extended Dataformats and Query languages
We will make it very easy to work with different kinds of dataformats in your processes. We will have out of the box support for XML and JSON and the corresponding query languages (XPath and JSONPath).
An interactive BPMN Developer Webapplication
This is currently in early early alpha phase: we are prototyping the concept of an interactive developer / debugger application. The debugger lets you put breakpoints in BPMN processes, inspect the suspended executions and step / resume through the process. It also provides an interactive scripting console allowing you to evaluate scripts or expressions in the context of a suspended execution or interact with the API of the process engine. This will give you a guaranteed Java- & Maven-Free developer experience if you are a script developer but also plays well together with Java & Maven if you are into these things (like me :)).
Right now it’s not much but this is what it looks like:
(I have done the UI myself => it will look better once one of our UI guys gets to work on it 🙂 )
Exciting times ahead!