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.15

Upgrades under the hood

Cafienne version 1.1.15 comes with updates on the underlying dependencies, most notably the upgrade from scala 2.12 to 2.13.

Engine handles HumanTasks with more distance

Cafienne Engine and Generic UI had a sort of implicit contract requiring HumanTasks to carry a proprietary field holding a JSON document. The engine has taken some distance from this, and now any string value in the same, including empty strings. This can be used to transport your own proprietary task format, e.g. a url to a custom website.

More debug logging

The logback.xml settings for DEBUG give a more precise logging to print the offset of the latest event that is handled by the materializers on the query database. This gives a better indication on how far the engine has processed events from the event database.

Housekeeping

The internal build street has been further optimized according to the fail-fast principle. The engine code has undergone cleansing of many java and scala warnings. Furthermore this release contains some code refactoring to prepare for exciting new functionality.

Tickets closed

TicketDescription
#249Replacing a top-level Case File Item of type array causes NullPointerException
#251User id updates on duplicates has wrong filter
#253Recovery of cases with case file arrays having invalid content (according to definition) fails
← 1.1.161.1.14 →
  • Engine handles HumanTasks with more distance
  • More debug logging
  • Housekeeping
  • Tickets closed