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

New Persistence Configurations

  • Support for JDBC configurations of the Cafienne Event Store.
  • Support for Microsoft SQL Server and AzureSQL - both as Cafienne Event Store and Cafienne Query DB.
  • Default configuration of the Cafienne Engine launches with in-memory databases, so that you can run the engine without having to install Cassandra and PostgreSQL.
  • Added sample configurations files
    • developer.conf
    • postgres.conf
    • cassandra.conf
    • sqlserver.conf.

Deprecated /registration routes

The /registration routes for creating tenants, retrieving user information, etc. have been separated into 2 new routes:

  • /platform Can now be used for creating/enabling/disabling tenants and to retrieve user information across all tenants to which the user belongs.
  • /tenant These routes can be used by tenant owners and tenant users to

Tickets closed

TicketDescription
#39Removing a role from a tenant user does not work
#37Enabling/disabling tenants fails on check for tenant existence
#32CaseSystem in local mode uses out-of-date ActorRef's
#31In-memory engine configuration fails in /cases/stats API
#30RepositoryRoute is too open
#28HumanTask Output Validation gives a wrong response
#24Revoking task has a bug
#23GetUserInformation should not return duplicate information invalid
#21Error code should be 401 instead of 500 for wrong token
#20Improve error message on wrong OIDC configuration
← 1.1.21.1.0 →
  • New Persistence Configurations
  • Deprecated /registration routes
  • Tickets closed