Category

Getting Started

All Camunda blog posts tagged with Getting Started.

Securing Camunda 8 self-managed cluster and applications behind a directory

Directory services are an effective way to manage an organization’s users, groups, printers, devices, and more. Most organizations accomplish this using Active Directory, Apache Directory, Oracle Internet Directory, or other similar tools. Recently I worked with a customer who wanted to see how he could secure the Camunda 8 Platform and process applications with such a directory. Their requirements consisted of: In this article, I’ll briefly explain the 3 easy steps taken to fulfill their requirements which include: If you’re interested in seeing a fuller picture, you can find a project with a complete documentation on github. Before we start, I’d like to reintroduce some general concepts about Camunda 8 and Keycloak. Camunda 8 and Keycloak overview Camunda 8 is…

By Christophe Dame

Using FEEL with Camunda 8

What is FEEL As a part of the Decision Model and Notation (DMN) specification, the OMG also defined the Friendly Enough Expression Language (FEEL).  Since DMN is intended to be used by designers and business analysts who would like to build decision tables, FEEL needed to be designed as an uncomplicated and human-readable expression language that would help readers understand the logic being described or executed by the DMN table.  Expression languages are typically used by developers to evaluate data to produce a result based on query parameters or conditions. This means it’s syntactically closer to code than human-readable sentences. Since one of the goals of FEEL is to be “process analyst friendly,” it prioritizes readability more than other expression…

By Niall Deehan

Try All Features of Camunda