What are you looking for?

camunda BPM 7.0.0-alpha9 released

By
  • Blog
  • >
  • camunda BPM 7.0.0-alpha9 released

Today we are happy to announce the next alpha version of camunda BPM. Get it here.

Highlights of this Release

cockpit:

  • instance filters added that allow you to filter for business key and variables
  • called process definition tab added
  • called process instances tab added

admin:

  • administrate users and groups added
  • change group memberships added
  • manage authorizations added
  • assign access rights to cockpit and Tasklist added (as part of manage authorizations)

engine:

  • ability to run process engine in a heterogenous cluster added
  • unique constraint on business key removed (applied to new installations only)
  • #noRetriesLeft to jobQuery added
  • bpmn element throwing message event added
  • bpmn element send task added
  • exception types in error codes to declare business exceptions
  • history performance improved
  • configuration from camunda.cfg.xml file possible (in addition to activity.cfg.xml)

Breaking changes:

In total, 80 issues have been addressed including more than 20 bug fixes. Check out the complete list for all the details.

Thanks to KristinRafael and Clint for contributing to this release through their pull requests.

And thanks to Stefan for your continuous fight for better IE compatibility ;-).

Under the Hood

A major contribution to this release was Daniel’s work a sophisticated authorization mechanism. Through that mechanism you have fine grained control over which users and groups may create, view, edit and delete which resources.

As a first step, we applied that mechanism to cockpit, Tasklist and the admin app. From today on, you will only be able to access the apps you have been authorized for ;-).

Furthermore, superpowered users may configure all this through the extended admin application.

application authorizations screen

Daniel also worked on improving the history, both in terms of structure and performance. The result moved into our code base, expect a blog post about it, soon.

In the meantime Roman and I overhauled the cockpit process definition and process instance view internals. The result is a small library called angular-data-depend and a cleaner code base.

Each action you perform is reflected in the url. As a result, you are able to walk back through what you have done using your browser’s history.

Last but not least, we created a process instance filter that tells you exactly where you are and what you filter for. It allows you to narrow the displayed process instances based on their business key and process variables, too.

process instance filter

As always, tell us what you think on our mailing list.

Try All Features of Camunda

Related Content

Build software that meets needs while still protecting the environment for future generations.
Achieve our first certification as a Camunda Certified Professional—Developer.
We've been working hard to reduce the job activation latency in Zeebe. Read on to take a peek under the hood at how we went about it and then verified success.