Recommending CMMN Activities

By
  • Blog
  • >
  • Recommending CMMN Activities
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

The Case Management Model and Notation (CMMN) standard deals with unstructured work that is performed in the context of a so-called case. A CMMN model specifies the frame in which a case is handled. It expresses design time considerations, such as hard restrictions when an activity can be performed or not. Aside from that, there are often soft patterns that only emerge at runtime based on case workers’ experience. Detecting such patterns and providing insights to case workers can make dedicated case management with CMMN and Camunda especially useful.

The CMMN standard leaves this aspect to tool vendors. During our hackdays in August, we developed an application for recommendation of CMMN activities. It can help answer questions like: Given a potential customer’s attraction and projected value, should I offer them a free consulting session? Answers to such questions are based on historic case instances and therefore capture behavioral patterns. The algorithm and its implementation are simple enough such that they can be plugged into any process engine and do not require additional infrastructure aside from two database tables.

The application consists of:

  • A core component for pattern learning and probability queries
  • A process engine plugin for integration with Camunda’s CMMN engine
  • A Cockpit plugin for presentation

Core Concept

Recommendations in our context are predictions over activity states. We take a case model for car evaluation:

CMMN Model

To link recommendations to case context, we require a probabilistic model to be deployed along with a CMMN case:

Graphical Model

The model describes case instance data, case activities, and their dependencies. Such a model is called a Bayesian Network and describes the structure of a probability distribution. See the GitHub readme for details on this formalism and how we use it.

The core component maintains the distribution’s parameters and provides an API for making probabilistic queries over the model’s variables, for example: What is the probability of making a test drive when the car has three doors? The process engine plugin integrates the core component with the Camunda CMMN engine. It enables deployment of probabilistic models as part of a process application and records historic case instances to learn from.

Cockpit Plugin

Cockpit Integration

In Cockpit’s new CMMN case instance view (Enterprise Edition only), we visualize the predictions using the core component’s API. Cockpit is a tool targeted at case operators. Activity recommendations fit even better into a case worker’s UI, for example as a sorted list from most likely to least likely activity.

How to Use

The code is available and can be built from source. See the readme on GitHub for setup instructions and more detailed explanations. Feedback is highly appreciated, be it about the general topic or our implementation. Get in contact via the GitHub issue tracker or the Camunda forum.

Try All Features of Camunda

Related Content

Transition smoothly from design to implementation with an end-to-end business process. We'll show you how!
See how Funding Societies is taking advantage of process orchestration to automate their lending process, greatly improving outcomes for their customers.
Process blueprints can now be found on Camunda marketplace! Read on to learn how they can help you and how you can contribute.