Camunda 7.9.0-alpha3 Released

By
  • Blog
  • >
  • Camunda 7.9.0-alpha3 Released
TOPICS

30 Day Free Trial

Bring together legacy systems, RPA bots, microservices and more with Camunda

Sign Up for Camunda Content

Get the latest on Camunda features, events, top trends, and more.

TRENDING CONTENT

Camunda BPM platform 7.9.0-alpha3 is here and the highlights are:

  • Spring Boot Starter alpha release
  • Payload in Signal Events
  • Implement Your BPMN Service Task with Node
  • 16 Fixes

You can Download Camunda for free (click on Preview Release) or Run it with Docker.

To see a full list of the changes, please check out our Release Notes
and the list of Known Issues.

If you want to dig in deeper, you can find the source code on GitHub.

Spring Boot Starter alpha release

As previously announced, the next stable release of Spring Boot Starter will be in May, together with Camunda BPM 7.9. This Spring Boot Starter 3.0.0-alpha1 version comes with the recently released Spring Boot 2.0.0. (Camunda Spring Boot Starter repository)

Payload in Signal Events

Signal Events are broadcast to all of the signal-catching Process Instances. This alpha release adds support for payloads in Signal Events. This feature can be used in case you need to pass some addition information (variables or business key) within the signal.
The Signal payload is declared in the Throwing Signal Event Definition. Here is how the XML looks like:

<signalEventDefinition signalRef="thePizzaSignal">
    <extensionElements>
        <camunda:in source="X" target="Y" />
        <camunda:in sourceExpression="${X + 5}" target="Z" />
        <camunda:in variables="all" local="true" />
        <camunda:in businessKey="${execution.processBusinessKey}" />
    </extensionElements>
</signalEventDefinition>

For more details about this feature, please check out the documentation.

Implement Your BPMN Service Task with Node

Now it is possible to handle your BPMN Service Tasks in Node.js. We already released the second alpha of the Camunda Node.js External Task Client project and you can read more about it in the previous blog post.

In addition, we have released the first alpha of the External Task Java Client just a week ago.

If you want to dive in deeper, check out the loan granting example of the Node.js and Java clients.

We will be happy to receive some feedback from you, so don’t hesitate to try it and share your thoughts with us.

What’s Next?

The next alpha version is scheduled for the end of April and our team is already working on it.

Here is a highlight if you want to know what the team is preparing for the next releases:

  • Version tag in a business rule task to bind a decision to evaluate

You can also find out more details if you check out our roadmap.

Your Feedback Matters!

With every release we constantly strive to improve Camunda BPM. To make this possible, we are reliant on your feedback. Feel free to share your ideas and suggestions with us.

You can contact us by writing a post in the forum.

Try All Features of Camunda

Related Content

An integral part of process orchestration is process automation—get those repeatable, well-understood tasks that don't require complex decision-making on autopilot!
Enhance your business's operational efficiency with business process management, and streamline your workflows to reduce cost and minimize risk.
Transition smoothly from design to implementation with an end-to-end business process. We'll show you how!