CamundaCon 2023 ― The Process Orchestration Conference of the Year on Sep 27-28

Save your Seat

camunda BPM 7.0.0-alpha6 released

  • Blog
  • >
  • camunda BPM 7.0.0-alpha6 released
TOPICS

30 Day Free Trial

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

Join the Camunda Developer Newsletter

Get the latest events, release notes, and product updates straight to your mailbox.

TRENDING CONTENT
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:
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 a single process instance and explore it’s running and completed activities as well as the variables, tasks, jobs…  associated. To open the process instance detail view, you can select a process definition on the start page (dashboard), navigate the the process definition page and select a process instance from the instance list.

Process Instance Detail View in Cockpit

In the initial increment we focused on rendering the process diagram (using our Javascript-based BPMN renderer) and visualizing the currently active activity instances on this diagram:
Multi Instance
Multi Instance
Embedded Subprocess and Scoping
Embedded Subprocess and Scoping
Compensation
Compensation
Parallel Join
Parallel Join

How does it work?

In order to visualize these diagrams, Camunda Cockpit creates two client side models:
  • The process definition object model: is a JavaScript object model representation of the parsed BPMN 2.0 process definition XML. The model has the form of a tree structured in accordance with the BPMN 2.0 semantic process model. We merge the BPMN Diagram Interchange information into this tree.
  • The process instance object model: is a JavaScript object model representation of the current process instance state. The model has the form of a tree and is constructed from the Activity Instance Tree (new feature) retrieved from the process engine.
Both the process definition tree and the process instance tree have the same structure (ie. activity instances in the process instance tree are at the same level as their corresponding activity definitions in the object model.). In order to achieve this, we had to make a couple of additions in the core process engine (PVM-Process Virtual Machine).

PVM-Process Virtual Machine

Visualizing the Activity Instance Tree

We will visualize the Activity Instance tree in the process instance detail view on the left hand side:

Activity Instance tree with process instance detail

See CAM-719

Try All Features of Camunda Platform

Related Content

Why Camunda Platform 8? Learn how real estate invester Heimstaden utilizes Camunda 8 to orchestrate their tenant support ticketing system.
We've relaunched our Professional plan as the Starter plan with an updated offering and a new monthly price to help you get started faster.
Did you know that you can keep your process instances moving with Operate? Learn how in this tutorial.