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

Sweet 16

Cafienne version 1.1.16 has a couple of major enhancements to the core of the engine. Cafienne is built on the Akka runtime framework, giving the engine unique benefits that are fully exploited by the new features. First and foremost benefit is the fact that every case instance lives fully stand-alone in the engine. This enables functional scalability, fine grained authorization control and even dynamic upgrades at the level of an individual instance.

Important - The underlying akka-jdbc library has upgraded from version 4 to 5

This update comes with database schema changes for performance reasons and is not compatible with existing database schemas in Microsoft SQL Server and PostgreSQL.

Existing environments need to add some configuration changes to keep running (more details below)

Thank you sponsors!

  • We are thankful to Visionplanner for sponsoring the new Consent Group feature.
  • We are thankful to EVConsult for sponsoring the case migration support.

Case Team Authorizations: less restrictions - more control

Every case instance runs inside a so-called tenant. A tenant can be considered a representative of a legal person owning the case. Up to Cafienne 1.1.15, users accessing the case had to be registered within the tenant. This restriction has been removed. Access to a case can now be given to

  • Tenant users, as before
  • New: Consent Groups
  • Any user with a valid IDP token

Consent groups

The consent group feature is a new mechanism to give access to a group of users outside of the tenant to a case instance. The case owner continues to determine which groups get access to the case, and also which roles they may fulfill within the case. But - they no longer can determine which group member can do which group-related task in the case, that control has shifted to the owner of the group. A practical example can be an advisor accessing a case belonging to one of their client companies. The client company owns the case, and gives access to the advisor on the advisory tasks (e.g., one to create a proposal and one to present the proposal to the client). Approval is done by the client, but the client cannot say which advisor user has to create the proposal or present it. That is up to the advisor. Through the new notion of Consent Group it is possible to handle such scenario's in the core of the case model.

Access with just an IDP token

The restriction to give only tenant users access to the case instance made it mandatory to register each and every user inside Cafienne. In a way this can be seen as an additional authentication layer, but there is actually no reason to have that, simply because the Open ID Connect (OIDC) standard already gives this. Therefore, with dropping the need to have only tenant users in the case team, it is also no longer necessary to register other types of users in Cafienne. It is now possible to add an external user with a valid IDP token to the case team.

Support for runtime migration

A key benefit of the Cafienne runtime is the fact that every case instance is fully stand-alone. And that includes the definition. We proudly present new, experimental support for migrating the definition of a running instance to a different version. Through the revised Cafienne UI (that comes with the getting started docker setup) you can quickly experience the power of this functionality by the click of a button. We are happy to receive feedback on this functionality.

Security update

The logback libraries have been updated to close a potential security breach.

Performance improvements

The persistence plugin for akka jdbc has been updated to version 5.0.4, coming with a new database schema. The old schema is not compatible, but through a couple of configuration settings this can be achieved, see for more details the akka website on this, or contact us if you need help. When you start the engine with an existing schema, it will not corrupt anything but simply throw an error and stop.

Housekeeping

The internal build street has been further optimized according to the fail-fast principle. The git history of the source code shows that we have used this change set to include quite a few low level refactoring to the Cafienne engine, both simplifying the code and enhancing the core robustness.

Tickets closed

TicketDescription
#262It should be possible to upsert a CaseFile, like in CaseFileItem
#264It should not be possible to invoke transitions on items in a Stage that is suspended
#267Migration should not print to console but to debug log
#269Task event recovery throws errors
#274Bootstrap tenant configuration failure gives unclear error message
#276Swagger is broken in master branch
#279NotConfiguredHandler should not generate DebugEvents
#285CaseTask should not inform sub case if it terminates from available
← 1.1.171.1.15 →
  • Case Team Authorizations: less restrictions - more control
    • Consent groups
    • Access with just an IDP token
  • Support for runtime migration
  • Security update
  • Performance improvements
  • Housekeeping
  • Tickets closed