CaseFabric Reference Guide

CaseFabric Reference Guide

  • Overview
  • Getting Started
  • CMMN
  • CaseFabric IDE
  • CaseFabric Engine
  • Extensions
  • API Reference
  • Releases

›Releases

Overview

  • CaseFabric
  • A short introduction
  • Product Overview

Getting Started

  • Introducing CaseFabric Demo
  • Generic UI
  • How to use task UI rendering
  • Two business applications
  • Obtaining CaseFabric Demo

Some CMMN

  • What is CMMN
  • Modelling the Case Plan
  • Modelling the Case File
  • Modelling the Case Team
  • Other things to model

CaseFabric IDE

  • An IDE?
  • Designing
  • Tasks and Parameters
  • Expressions
  • Deploying
  • Debugging

CaseFabric Engine

  • The CaseFabric Engine
  • Authentication
  • Authorization
  • Pictorial overview
  • Configuration
  • Logging
  • Repository

Extensions

  • Do we need extensions?
  • Fault Handling
  • Workflow
  • Business Identifiers

API Reference

  • Introducing the API
  • Joining the platform
  • Start a Case
  • Case Team membership
  • Executing the case
  • Retrieving cases and tasks
  • Casefile requests

Releases

  • Overview
  • 1.1.34
  • 1.1.33
  • 1.1.32
  • 1.1.31
  • 1.1.30
  • 1.1.29
  • 1.1.28
  • 1.1.27
  • 1.1.26
  • 1.1.25
  • 1.1.24
  • 1.1.23
  • 1.1.22
  • 1.1.21
  • 1.1.20
  • 1.1.19
  • 1.1.18
  • 1.1.17
  • 1.1.16
  • 1.1.15
  • 1.1.14
  • 1.1.13
  • 1.1.12
  • 1.1.11
  • 1.1.10
  • 1.1.9
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0

Cafienne Engine Release 1.1.4

Improved Model Execution

This release holds 2 major improvements to the execution of the CMMN language.

Order of model creation is no longer relevant

In the Cafienne IDE we can draw case models. Underneath these are stored in XML documents. The order of drawing in the model gets reflected in the underlying XML document. Until this release, that order might impact the actual model execution. Two models, that look exactly the same but with a different underlying XML ordering might result into different executions by the engine. This has been fixed in this release.

Preciser implementation of repetition rule evaluation

The repetition rule definition inside the CMMN specification was drastically sharpened between CMMN1.0 and CMMN1.1.

Nonetheless, the specification does not say anything on specifics of actual instances, leading to unexpected and counter-intuitive behavior of the Cafienne Engine. This plays especially when a plan item terminates it's surrounding repeating stage: the engine then terminated all stages instead of just the one that holds the plan item. An initial fix for this has been added to this release.

Dependency updates

The external dependencies have been upgraded to latest versions. To name a few:

  • Akka is now on 2.6.4
  • Scala moved to 2.12.11
  • Microsoft SQL Server JDBC driver moved to 8.2.2

Housekeeping

  • Major overhaul of internal Akka use. Removed redundant code across handling commands and recovery events in the actors.
  • The internal engine test framework has been refactored to make the engine internal test cases a little more readible.
  • Some additional log message content upon failure scenarios, to enable faster cause analysis.
  • Build street infrastructure has changed, to include testing on various persistence configurations before a release can be published. This is now done against the following combinations:
    • In memory database (like before)
    • Cassandra as event store, and PostgreSQL as query database
    • PostgreSQL as event store as well as query database
    • Microsoft SQL Server as event store and query database

Tickets closed

TicketDescription
#85Repetitionrule implementation gives issues
#83Fetching a non-existing Task from database chokes the TasksProjectionsWriter
#82When a route HTTP error happens, it should log the HTTP method next to the URL
#81If user is not registered in tenant, the error message should have quotes around tenant name
#79Log file should not contain task search failure exceptions
#78When removing a tenant role from a not-existing user, we should not get a nullpointerexception
#75Running travelrequest case from docker gives strange errors
#70When assigning task dynamically, task owner is no longer filled
#69SMTPCall does not send attachments anymore
#67Recovery of RequiredRuleOutcome overwrites repetition rule value
← 1.1.51.1.3 →
  • Improved Model Execution
  • Order of model creation is no longer relevant
  • Preciser implementation of repetition rule evaluation
  • Tickets closed