Author

Philipp Ossler

Nov 12, 2018

DMN is more than a Decision Table

Decision tables are the most common element from DMN. They are easy to use and can solve many problems. However, DMN has more elements like Business Knowledge Models, Contexts, Literal Expressions, Function Definitions, Invocations and more. In this post, I want to introduce the new extension for DMN and show how it can be used to model an example decision with the full power of DMN.

By Philipp Ossler

Jul 13, 2018

Scripting with DMN inside BPMN

In Camunda, you can use scripts at different places of a process. For example, inside a Script Task, as an execution/task listener, as a condition expression on a sequence flow or inside an input/output mapping. Usually, the scripts are written in JavaScript, Groovy or JUEL. Using the FEEL extension, it is also possible to write scripts in FEEL (Friendly Enough Expression Language) which is a part of the DMN specification.

By Philipp Ossler

Mar 14, 2017

More FEEL for Camunda

I’m happy to announce the first release of the new community extension FEEL-Scala. FEEL is a part of the DMN specification of the OMG and stands for “Friendly Enough Expression Language”. It provides a simple data model and a syntax designed for a wide audience. The new community extension implements a large feature set of FEEL and replaces the default FEEL engine of the Camunda DMN engine.

By Philipp Ossler

Camunda BPM 7.6.0-alpha2 Released

Camunda 7.6.0-alpha2 is here and it is packed with new features. The highlights are: Support for Decision Requirements Graphs New Task Dashboard in Cockpit Mapping Input/Output Parameters of a Call Activity using Java Code 38 Bug Fixes The complete release notes are available in Jira. You can Download Camunda For Free or Run it with Docker.

By Philipp Ossler

Jun 16, 2016

Email Integration for Processes

Since emails are a common form of communication, processes may also interact with them. For example an order process can start when a new order is received via email or an email is sent at the end which contains an invoice. The extension camunda-bpm-mail makes it easy to integrate emails in a process and interact with them.

By Philipp Ossler

Try All Features of Camunda